Hi Kim,
I really appreciate all your work and help on this issue. Glad you checked out RockPeaks! I would be happy to explore an API integration between the site and Filebot, let's definitely start that conversation. Our public API is underdeveloped at this point, but maybe now is the time to start building it out.
Not sure if you looked at the Forum section, but I link to and recommend Filebot in this post:
https://forum.rockpeaks.com/t/using-fil ... e-files/89
Thank you for the updated script, I've tested it out. There are still a few issues unfortunately.
Part of what makes my use case complex is that there are two broad types of files I'm dealing with those that have sequence numbers and those that don't. In the music video world, song clips from concerts should have sequence numbers, but collections of MTV-style promo videos don't need them.
Here is a grab of a folder - for the artist Squeeze - that has two show subfolders, one a concert, the other a collection of promos:
https://www.dropbox.com/s/c683xx7qi4zmo ... s.png?dl=0
Here is what happens with the new script when I try and process the concert with sequence numbers:
https://www.dropbox.com/s/djibuhi3c9kmg ... s.png?dl=0
Here is what happens when I try and process the folder of promo videos with no sequence numbers:
https://www.dropbox.com/s/5v7asx7g8s4hr ... s.png?dl=0
For comparison's sake, here is what happens with the original script that Rednoah wrote a few years back:
With sequence numbers:
https://www.dropbox.com/s/k0oywogbpd9ab ... s.png?dl=0
Without sequence numbers:
https://www.dropbox.com/s/t73g73olwzypc ... s.png?dl=0
Maybe what I'm after is too complex for one script?