Rename Dragon Ball Super episodes
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
Please register or sign in to comment