Search found 4 matches

by minamhere
27 Dec 2013, 18:15
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527656

Re: [PP-Script] VideoSort - better video sorting

minimeh,

Thanks. That was exactly what I needed!

I used glob.glob to get the file and any satellite files and then copy them to the second location. Works perfectly.
by minamhere
26 Dec 2013, 04:44
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527656

Re: [PP-Script] VideoSort - better video sorting

I am trying to create a post processing script that will run after VideoSort. I want to copy the resulting file to a secondary location. Is there a way to determine the final filename (or final path) after VideoSort renames and moves it? I know I can get FINALDIR, but I can't figure out how to get t...
by minamhere
04 Dec 2013, 14:10
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527656

Re: [PP-Script] VideoSort - better video sorting

Movies like "The Girl with the Dragon Tattoo" were released in multiple formats. Once as a single movie, and once as a 2 part "extended edition". It doesn't seem like the two movies are just split, they both have full title and credit sequences. They really are just separate movies, but I was worrie...
by minamhere
02 Dec 2013, 04:20
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527656

Re: [PP-Script] VideoSort - better video sorting

Does VideoSort handle multi-part movies? I have a few videos that are separated into "Movie Name Part 1" and "Movie Name Part 2". It looks like VideoSort handles these in a way that causes them both to get renamed to "Movie Name", which causes part 2 to overwrite part 1. Ideally, it would detect tha...