metabaron / Gomiso-XBMC

Gomiso integration within XBMC
GNU General Public License v2.0
5 stars 2 forks source link

Check in without Season/Episode Info #11

Closed gbomacfly closed 11 years ago

gbomacfly commented 11 years ago

I was looking Malcolm in the Middle, Season 1 (in german Malcolm mittendrin) Gomiso checked in, but not in a episode. It checked me in to the TV-Show-Info.

http://gomiso.com/m/malcolm-mittendrin instead of http://gomiso.com/m/malcolm-mittendrin/seasons/2/episodes/15

You can see it here: http://gomiso.com/u/gbomacfly

gbomacfly commented 11 years ago

Oh, I forgot: The files are named like this: malcolm-s01e01.avi and XBMC recognize them correctly. Gomiso-XBMC 1.50 XBMC 12.0 Alpha6, Mac OS X 10.8.2

metabaron commented 11 years ago

Thank you for sharing, I will have a look and see what can be done

metabaron commented 11 years ago

I was playing around and I need more information from you to be able to reproduce the bug and solve it: Can you tell me if the file is under one directory? If this is the case, please share with me the directory exact name. Currently, I don;t manage to have XBMC recognize the file as a TV serie.

gbomacfly commented 11 years ago

It is all under one directory called "Malcolm Mittendrin"

metabaron commented 11 years ago

Do you have some kind of NFO file or which TV shows provider are you using for configuring your "TV shows" in XBMC because my English XBMC really cannot detect this as a TV serie

gbomacfly commented 11 years ago

TV-Show Directory

Serien |--- Malcolm Mittendrin | |--- malcolm-s01e01.avi | |--- malcolm-s01e02.avi | |--- ... |--- Sons of Anarchy | |--- anarchy-s01e01.avi | |--- anarchy-s01e02.avi | |--- ...

My Scraper is TVDB in german. XBMC recognizes them as the correct show, as I can see in TV-Show Information.

metabaron commented 11 years ago

Thank you, TVDB in german, got it!

metabaron commented 11 years ago

Ok, got it: If you look for Malcolm in Gomiso, you'll see http://gomiso.com/m/malcolm-mittendrin And if you click on "View All Episodes By Season", you'll see that only two episodes where added to Malcolm, from season two. So, if you rename your episode to one of the two from Gomiso (for example "malcolm-s02e16.avi"), refresh XBMC library, and watch the episode, it will work.

The bug is not on my script but it's a problem of how the API react when you try to checking for something that does not exist. Problem solve :)