Sorting youtube-dl downloads

Say I have the below. Each video has a jpg, description and mp4 file. When they are being imported the year is wrong along with video title, etc.

Server Version#: plexmediaserver-1.21.1.3830-6c22540d5.x86_64

Creator/Playlist/2 - 20190926 - Title (Video Info) - (16345s) [1920x1080] [Wg4LsXhhasasLhU].{description,jpg,mp4}

That’s because the naming is wrong.

Name (Year) [optional info]/
   Name (Year).ext

(NNNN) = year… That explains one problem.
[stuff] is ignored.
{ID info} = TMDB/IMDB match id numbers

You can include {imdb:nnnnn} and {tmdb: nnnnnnn} info to force a match.

you can put them all in one folder if you wish – just make certain each is uniquely identified.

I was afraid of that. Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.