jpillora / media-sort

Automatically organise your movies and tv series
MIT License
120 stars 21 forks source link

Enable folder sorting #8

Closed SGudbrandsson closed 5 years ago

SGudbrandsson commented 5 years ago

Fixes #1 #2 and #6

Usage example:

media-sort --recursive --movie-template "{{ .Name }}/{{ .Name }} ({{ .Year }}).{{ .Ext }}" --tv-template '{{ .Name }}/Season {{ printf "%02d" .Season }}/{{ .Name }} S{{ printf "%02d" .Season }}E{{ printf "%02d" .Episode }}{{ if ne .ExtraEpisode -1 }}-{{ printf "%02d" .ExtraEpisode }}{{end}}.{{ .Ext }}' -t ~/gdrive/Plex/TV/ -m ~/gdrive/Plex/Movies/ ~/gdrive/Plex/Unsorted/
jpillora commented 5 years ago

Thanks!