YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

AllocinePlugin: Can't find informations for season 1 for TvSeries with id 10605 (Rouge Brésil.2013.S01E01.FR) #2618

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2619 created by Omertron on 2013-03-07T17:51:47.000Z:

Hi,

I get the following message from Allocine plugin, although season & episodes exist on the site:

AllocinePlugin: Can't find informations for season 1 for TvSeries with id 10605 (Rouge Brésil.2013.S01E01.FR)

Release r3630.

Thanks for your help

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-03-07T18:43:38.000Z:

ADDENDUM

I have set the following properties:

mjb.internet.plugin=com.moviejukebox.plugin.AllocinePlugin mjb.internet.alternate.plugin=com.moviejukebox.plugin.ImdbPlugin mjb.internet.tv.plugin=com.moviejukebox.plugin.AllocinePlugin

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2013-03-07T22:31:20.000Z:

This issue was closed by revision r3636.

Omertron commented 9 years ago

Comment #3 originally posted by Omertron on 2013-03-07T22:34:59.000Z:

Error was an exception when the episode plot is not set on allocine. No error occured, cause this was not ogged; just the warning was displayed.

No the plugin checks, if the episode plot is present before trying to remove html tags from a NULL value.

Omertron commented 9 years ago

Comment #4 originally posted by Omertron on 2013-03-08T07:24:59.000Z:

Thanks a lot for your quick fix.

Omertron commented 9 years ago

Comment #5 originally posted by Omertron on 2013-03-10T10:39:47.000Z:

Hi, it's me again. May I ask you a little improvement? For "Rouge Brésil", there are no episode plots on Allocine site. Now you handle this correctly. But there is on the site a full plot for the whole series: "Rouen XVIème siècle. Colombe et Just, frère et soeur adolescents, s'embarquent pour le Brésil à la recherche de leur père. Ils sont engagés..." It would be interesting, when no episode plots exist, to duplicate that full plot into each episode. What do you think of the idea? At least, it would allow to have an idea of what the series is all about. Hope you'll agree with me. Thanks for your help.

Omertron commented 9 years ago

Comment #6 originally posted by Omertron on 2013-03-10T18:38:05.000Z:

Seems a good idea, but I think we have a better one. We (mostly me) are working on a refactoring of the database plugins to achieve following goals.

1.) Each plugin should work standalone, no plugin-based dependencies to other plugins (like IMDB or TheTVdb). The user should decide which combinations he wants.

2.) User the alternate plugin as fallback (now if the main plugin fails) or always (even if the main movie/TV plugin succeeded). So missig informations on allocine could be scraped from TheTVDb.

3.) Enhanced priority checks (just done) so that the user can decide from which source a movie/TV show value should come. Now also the TV episodes are covered.

But your enhancement would be a try. Therefore just create a new issue, so that we can track it, cause I don't know when it could be done.

I myself would do it another way (just I did it for some other TV mini serieas with atmost 2-4 parts). I would just create a small NFO file for the TV show, just with the id and 2 episodes in it. So you can decide what should be displayed.

But I'm alsways creating NFOs cause I hate it, if the covers are not correct (in 90% no german posters) or the plot is in english or the actors are just alphabetical or whatever else.

Omertron commented 9 years ago

Comment #7 originally posted by Omertron on 2013-03-11T08:38:21.000Z:

Thanks. I's like to try this: "I myself would do it another way (just I did it for some other TV mini serieas with atmost 2-4 parts). I would just create a small NFO file for the TV show, just with the id and 2 episodes in it. So you can decide what should be displayed."

But I can't find the syntax to implement it in my NFO file in the Wiki:

Wiki:

First Set Name Another Set With An Order ``` ```

Can you give me some more information? Thanks a lot.

Omertron commented 9 years ago

Comment #8 originally posted by Omertron on 2013-03-11T08:40:57.000Z:

Thanks. I'd like to try this: "I myself would do it another way (just I did it for some other TV mini serieas with atmost 2-4 parts). I would just create a small NFO file for the TV show, just with the id and 2 episodes in it. So you can decide what should be displayed."

But I can't find the syntax to implement it in my NFO file in the Wiki:

Wiki:

First Set Name Another Set With An Order ``` ```

Can you give me some more information on how to add several episodes in the same NFO? Thanks a lot.

Omertron commented 9 years ago

Comment #9 originally posted by Omertron on 2013-03-11T08:43:36.000Z:

Could you just show me a sample NFO for a series with one id and more than 1 episode plot. Thanks.

Omertron commented 9 years ago

Comment #10 originally posted by Omertron on 2013-03-11T08:55:46.000Z:

Thanks. I'd like to try this: "I myself would do it another way (just I did it for some other TV mini serieas with atmost 2-4 parts). I would just create a small NFO file for the TV show, just with the id and 2 episodes in it. So you can decide what should be displayed."

But I can't find the syntax to implement it in my NFO file in the Wiki:

Wiki:

First Set Name Another Set With An Order ``` ```

Can you give me some more information on how to add several episodes in the same NFO? Thanks a lot.

Omertron commented 9 years ago

Comment #11 originally posted by Omertron on 2013-03-11T08:56:55.000Z:

Could you just show me a sample NFO for a series with one id and more than 1 episode plot. I can't find it in the Wiki. Thanks.

Omertron commented 9 years ago

Comment #12 originally posted by Omertron on 2013-03-11T11:59:13.000Z:

NFO-Details here: http://code.google.com/p/moviejukebox/wiki/NFO_Files

Example:

123456789 1 1 Title Of The Episode 1 The plot of the episode 1 1 2 Title Of The Episode 2 The plot of the episode 2
Omertron commented 9 years ago

Comment #13 originally posted by Omertron on 2013-03-11T16:29:22.000Z:

Thanks a lot!