Recordings of TV series created with MediathekView was not sorted as expected if viewed within Plex Media Server.
100% FREE under GPL license
File name pattern: %t-%T-%z
Mediathek with:
Download (rename-episode-from-file.pl) from Github:
wget rename-episode-from-file.pl
- Open Wikipedia
- Search for Episode List, ex.: Tatort - Episodes
- Save unchanged Episode List into folder containing recordings
- Execute (rename-episode-from-file.pl), with dry-run option:
rename-episode-from-file.pl --dry-run --folder <path to your Episode specific recordings>
- If output of dry-run was as expected, execute (rename-episode-from-file.pl) to rename your files:
rename-episode-from-file.pl --folder <path to your Episode specific recordings>
Just execute (rename-episode-from-file.pl) again, as files already having prefix S<season>E<episode> won't be changed.
Just execute (rename-episode-from-file.pl) with --dry-run --scan-all
to check if problem can
be automatically be fixed.