sethleedy / GRC-SECURITY-NOW-PODCAST-DOWNLOAD-SCRIPT

Purpose of this BASH script is to allow easy downloading of Security Now (GRC.Com/SecurityNow) podcasts and files related to it.
27 stars 4 forks source link

Media server friendly filenames #4

Open sethleedy opened 8 years ago

sethleedy commented 8 years ago

Add support for altering the filenames for DLNA services and other services that have trouble with filenames.

like in format from sn0557_h264m_864x480_500.mp4 to sn_S01E0557_h264m_864x480_500.mp4 so that way Plex and Kodi can see them properly.

Plex article about naming: https://support.plex.tv/hc/en-us/articles/200220687-Naming-Series-Season-Based-TV-Shows

Kodi article about naming: http://kodi.wiki/view/Naming_video_files/TV_shows

Kodi and Plex typically pull the TV info from thetvdb.com

Security Now on thetvdb.com: https://thetvdb.com/?tab=series&id=252894

Thanks, Dallam Oliver-Lee

sethleedy commented 5 years ago

I am now changing up the code to allow a different format for the saved filenames. A preset will be as suggested for Kodi and Plex.

Submit some other formats?