Re: [Windows] Media Processing + XBMC updater
Posted: February 25th, 2009, 9:56 pm
I don't think this is a bug but when it finds a show that doesn't have a tvshow.nfo file yet a dialog box pops up named test with the name of the show vs a number. Like:
________________
Test
Heroes vs 79501
OK
_________________
(I assume that the number is tvdb ID)
Click, OK and then get another dialog:
_________________
Test
Heroes vs Heroes
OK
________________
I think I see what you were doing, its good to see if its grabbing the right show, but won't proceed without clicking OK. So kills the automation. If you could make this switchable, off or on, in the config file that would be great. Also could you add a little more info to the dialog. If you want to make this more helpful you could return the top say 5 results from the tvdb and allow the correct one to be selected. You could also add a "custom" box that would allow you to write your own name to be put into the .nfo file (formatted correctly for xbmc). Though I'm not sure how useful the last option would be as it still wouldn't find the info off tvdb. This isn't really that nessisary but would be good for when new show are added.
I have only used this for a day or so and it looks good so far. I would love for you to keep up development of this. I'm sure in time the interest will grow. It could, with some work become THE post processing script. There isn't one that does everything yet.
More features if you want to add them in could be:
Movie Processing
- Clean name of folder with the use of regex
- Make sure video file is under first folder so that the video file is renamed according to the folder correctly (not sure if SABnzbd 0.5 is doing something with this)
- Combine 2CD movies
- Rename video file to folder name
- Scrap imdb and create a .nfo (for xbmc)
- Rename downloaded .nfo to .info before the above is done
- Make sure all files are named the same, video file, .nfo, .info
For population of the .nfo for xbmc to read you could try to look though the downloaded .nfo, they offten have the imdb link in there. This might be hard to get through all the garbage.
I'm sure you have taken a look at this but here's a link to how xbmc handles nfo files.
http://xbmc.org/wiki/?title=Import_-_Ex ... ing_an_URL
I do know some of these things have been written already. I know that its possible to combine these scripts into one. Maybe with their permission you can use their code. But if everything was in one it will be a lot easier to manage and the way you have it written so far is very easy to set up. Making it easier will defiantly get more peoples interested.
These are only suggestion on what you could do if you feel compelled to do so. I personally would be very happy if you continued with this and I am grateful for what you have done so far.
________________
Test
Heroes vs 79501
OK
_________________
(I assume that the number is tvdb ID)
Click, OK and then get another dialog:
_________________
Test
Heroes vs Heroes
OK
________________
I think I see what you were doing, its good to see if its grabbing the right show, but won't proceed without clicking OK. So kills the automation. If you could make this switchable, off or on, in the config file that would be great. Also could you add a little more info to the dialog. If you want to make this more helpful you could return the top say 5 results from the tvdb and allow the correct one to be selected. You could also add a "custom" box that would allow you to write your own name to be put into the .nfo file (formatted correctly for xbmc). Though I'm not sure how useful the last option would be as it still wouldn't find the info off tvdb. This isn't really that nessisary but would be good for when new show are added.
I have only used this for a day or so and it looks good so far. I would love for you to keep up development of this. I'm sure in time the interest will grow. It could, with some work become THE post processing script. There isn't one that does everything yet.
More features if you want to add them in could be:
Movie Processing
- Clean name of folder with the use of regex
- Make sure video file is under first folder so that the video file is renamed according to the folder correctly (not sure if SABnzbd 0.5 is doing something with this)
- Combine 2CD movies
- Rename video file to folder name
- Scrap imdb and create a .nfo (for xbmc)
- Rename downloaded .nfo to .info before the above is done
- Make sure all files are named the same, video file, .nfo, .info
For population of the .nfo for xbmc to read you could try to look though the downloaded .nfo, they offten have the imdb link in there. This might be hard to get through all the garbage.
I'm sure you have taken a look at this but here's a link to how xbmc handles nfo files.
http://xbmc.org/wiki/?title=Import_-_Ex ... ing_an_URL
I do know some of these things have been written already. I know that its possible to combine these scripts into one. Maybe with their permission you can use their code. But if everything was in one it will be a lot easier to manage and the way you have it written so far is very easy to set up. Making it easier will defiantly get more peoples interested.
These are only suggestion on what you could do if you feel compelled to do so. I personally would be very happy if you continued with this and I am grateful for what you have done so far.