Hey golgoj4,
I updated to the new version, everything working fine for single searches (I am using en, based in Australia).
I have a few problems with the batch function. Selecting a folder and ticking the directory option, I leave the episode number blank but have a season name and season number. Once I run it I get this warning:
Warning: array_values() [function.array-values]: The argument should be an array in /var/www/lmce-admin/operations/mediaBrowser/tvdbUtils.php on line 213
loop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop started
It still finds the show though. When I select it it gives me the option to confirm all the episode number (which were all already correct!).
Testing on Deadwood, filenames like so:
Deadwood.S03.E04.avi - Everything worked a charm, including images episode details etc...!
Testing Carnivale, Filenames like so:
Carnivale_-_2x15_-_Ingram,_TX.avi had a few problems.
I get the same warning, but it still finds the show and correctly guesses all the episode numbers.
Once I run the batch I get the output and all the files have had updates. Appears that all the episode specific info is missing though. The following are all blank:
* Episode
* TV Program ID
* TV Series ID
* Synopsis
* Release Date
* No images
Thanks again - the batch function is going to be awesome!
EDIT 1: Season 2 of Deadwood had the same issues as Carnivale - the filenames are a bit different, e.g. -
deadwood.210.Advances_None_Miraculous.aviI had to manually enter the episode numbers for this one (when presented with all file names), but it didn't seem to take...
EDIT 2: White screen in batch mode
I have been tagging a few more shows, but every now and then at the
Episode Information screen, after hitting
Go I get a white screen with no output. I seem to be able to fix this _only_ by first selecting a single file within the folder - updating the meta data, then going back to the batch option. Does the batch script only work if there is already season information available?
Thanks for the feedback!
addressing the first issues
This is an actual bug. Only occurs in batch mode, but doesnt really impact it finding anything it wouldnt have already. working on squashing,
Warning: array_values() [function.array-values]: The argument should be an array in /var/www/lmce-admin/operations/mediaBrowser/tvdbUtils.php on line 213
this is debug output i forgot to delete (i.e. i fail)
loop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop startedloop started
Its good to hear that batch mode is working on some directories. It appears I may need to update my filename parsing to catch that config or allow people to enter what their sample filename is as a base...i need to figure that one out. Im more than happy to try, and that update (to catch stuff like -_2x15_- same with deadwood with the digit digit digit arrangment) should be easy but I'd like to come up with a method that a little more reliable than permutations i can think of.
As far as manually entering the season and ep info on the batch page, that is in fact a bug i need to squash and will be looking into immediately. I suspect that the white screen problem is related to it.
Thanks a ton for the feedback. really helps in seeing whats going wrong
Hopefully should have an update tomorrow, though i do have a question for anyone else reading this thread.
if ive got say, stargatatlantis 0206 blabla.avi
shouldnt a pregmatch like
"/ (?<=\s[0])\d /"
work to grab the 2 out of that string?