Skip to content
Snippets Groups Projects

Rename Dragon Ball Super episodes

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by nimrod

    Rename all of the episodes so that they appear properly in Kodi. ssh kodi.shore.co.il 'find /srv/library/TV\ Shows/Dragon\ Ball\ Super/ -type f -size +5M -printf "%P\n"' | grep -v '^Dragon Ball Super - 1x' | /tmp/tmp.RCNPi8BbDG/dbs-fixer.py | ssh kodi.shore.co.il 'cd /srv/library/TV\ Shows/Dragon\ Ball\ Super; cat - | sudo sh'

    snippetfile1.txt 397 B
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment