My ShowTimes V1.1.0 Release April 28/07 (2 Viewers)

Status
Not open for further replies.

RICHARDG

Portal Pro
August 21, 2006
333
3
65
Canada
Falkrye.
No worries man.
I can wait, family always comes first.

Cheers
 

Jean-Marc

Portal Pro
February 28, 2007
382
32
Home Country
France France
Ok, no problem at all to wait until april!

About priorities:

1) Solve the crash (I'll try to reproduce it a lot of times to see when it occurs and when it doesn't)
2) Possibility to translate the main page into another language (and I am not speaking only into French but as MP exists in a lot of different languages, it would be nice to have this plugin also available in all these existing languages, I think this would help to spread it among MP users)
3) MTSA Issue: possibility to grabb another site (www.allocine.fr for me)

Well, thanks again.
 

key master

Portal Member
April 18, 2006
15
1
Hey guys!

I wanted to check in here and help address some of the issues people are having specifically with mtsa by itself. Please know that I did not program all of the country "modules" - got lots of help from generous programmers (everyone credited in my website). I programmed the "core" program in a way for people to "easily" (if you are a programmer) supply me with country "modules" so countries could easily be added.

My first question is - which countries do not currently work? I programmed most of them so I could more easily fix ones that I originally made. I'm coming out with a new version soon and have fixed the IMDB problem - meaning movies will have a plot summary again. Depending on how much work is involved will determine if it gets into the new version coming out in the next few days.

p.s. I just switched the project over to Visual Basic .NET 2005 express which is a FREE download from Microsoft here:

http://msdn.microsoft.com/vstudio/express/downloads/default.aspx

So anyone considering making changes to mtsa, it's FREE!!! The express version does everything mtsa needs.

-Jim
 

Jean-Marc

Portal Pro
February 28, 2007
382
32
Home Country
France France
Hello again to everybody!

The fist issue is for Falkyre, the second one for Key Master and the general information for everybody!

I had time to test this plugin with the Blue Skin 2 and now I am sure of the following:

WHEN MP CRASHES?
MP crashes ONLY when I am on the page with the list of theatres (on the right side) / “view icons” and “show all movies” (on the left side)

It happens that quite always (but not always) the 2 buttons “show all movies” (on the left side) and the first of the list of theatres (on the right side) are both highlighted in green. In this case, if I click the “down” or the “up” arrow key to choose another theatre, MP crashes.
If I first use the “right” arrow key, then the green highlighted “show all movies” disappears and I can normally navigate from one theatre to another and MP doesn’t crash anymore.
Part of the log:


ExceptionType: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: ShowTimesGUI

Stack trace:
at ShowTimesGUI.ShowTimesGUI.OnPropertyChanged(String tag, String tagValue)
at MediaPortal.GUI.Library.GUIPropertyManager.OnPropertyChangedHandler.Invoke(String tag, String tagValue)
at MediaPortal.GUI.Library.GUIPropertyManager.SetProperty(String tag, String tagvalue)
at ProcessPlugins.ShowTimesGrabber.ShowTimes.runGrabber(String commandline)
at ProcessPlugins.ShowTimesGrabber.ShowTimes.RefreshShowtimes(Object state)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)

THE PLUGIN DOESN’T RECOGNIZE SHOW TIMES:
First, I was thinking that the problem was due to a lack of information of the grabbed site MsnFR but it’s not. If I go to this site, all show times for all theatres and movies are perfectly well given for the city I want (Montelimar).
If I open the file moviedata.xml, I can find all theatres with all the movies for each one, but also “unrecognized time string”. See part of the file below (just 2 theatres to avoid a too long post):

[MsnFR] Creating theater list for "Mont%E9limar" (5 days)...
[MsnFR] # theaters = 3
[MsnFR] Downloading movie list for "Les Templiers"...
"Norway of Life"...
"Entre adultes"...
"La Planète bleue"...
[MsnFR] Downloading movie list for "Le Palace"...
"Le Secret de Terabithia"...
"La Tête de Maman"...
"Ensemble, c'est tout"...
"300"...
"La Môme"...
"Golden door"...
WARNING: unrecognized time string: Mer $ 14:30 20:30

The best result I ever obtained with “myshowtimes” in MP was:
- show time for 1 movie and 4 days for the first theatre
- show time for 1 movie and 1 day for theatre #2
- nothing at all for theatre #3

It is never possible to see the complete list of all movies for each theatre, even when this list is present into the file “moviedata.xml”

If I open a theatre with no information available, or, when I click on a specific movie and then on “see show time” when there is not, the system freezes. I think because it is searching information it has not.

I repeat: MsnFR gives all show times for all theatres and all movies for the 7 days of the week. So why MTSA is only able to grab the information for 1 theatre, 1 movie and 4 days (the best it ever did!!) ??

IF A TRAILER IS NOT COMPLETELY DOWNLOADED MP CRASHES:
As I am testing MP, I use it on my main computer; sometimes I open MP and then close it to do another thing. So, sometimes a trailer is downloading when I am closing MP.
“Myshowtimes” doesn’t recognize a “partially” downloaded trailer, (for it, when a movie.mov is inside the file it is completed.
If I click on “see trailer” I can see the part of it, and then Quick time makes an exception and I must close MP.
This is not an important issue as I plan to use, in the future, a dedicated computer for MP. Just for your knowledge.

Well excuse me for this long post, if everything could be fixed…nice!!! We will come back later on the translation of this wonderful plugin!
 

falkyre

Portal Pro
March 20, 2006
133
0
55
Winnipeg, Canada
Home Country
Canada Canada
Hi Jim,

Thanks for popping in and responding. The way it looks now there's two sides to the problems people are having with MTSA.

One is the data that comes from IMDB and how it gets parsed sometimes such that the movie name to search on in IMDB doesn't match (The Curse of the Golden Flower issue I mentioned to you previously).

The second problem appears to be related to changes in web sites that are being parsed for ShowTimes. I know the the site for Netherlands has changed its format and I was looking into fixing it. In fact I got a little ways into it but time ran out. I'll start looking into it again once I fix up some of the bugs in my plugin.

It also looks like Jean-Marc is experiencing problems with the module that parses the Brazil site.

Sean
Hey guys!

I wanted to check in here and help address some of the issues people are having specifically with mtsa by itself. Please know that I did not program all of the country "modules" - got lots of help from generous programmers (everyone credited in my website). I programmed the "core" program in a way for people to "easily" (if you are a programmer) supply me with country "modules" so countries could easily be added.

My first question is - which countries do not currently work? I programmed most of them so I could more easily fix ones that I originally made. I'm coming out with a new version soon and have fixed the IMDB problem - meaning movies will have a plot summary again. Depending on how much work is involved will determine if it gets into the new version coming out in the next few days.

p.s. I just switched the project over to Visual Basic .NET 2005 express which is a FREE download from Microsoft here:

http://msdn.microsoft.com/vstudio/express/downloads/default.aspx

So anyone considering making changes to mtsa, it's FREE!!! The express version does everything mtsa needs.

-Jim
 

falkyre

Portal Pro
March 20, 2006
133
0
55
Winnipeg, Canada
Home Country
Canada Canada
Hi Jean-Marc,

Thanks for doing looking into the crash. The log you have provided really pinpoints where the crash is occurring and I think it should be an easy fix.

I've responded to Jim's post about the problems with the Countries and added in Brazil as one of the countries with the problem. It looks like you are getting showtimes from France right?

The part about the times. The plugin NEEDS a well formatted moviedata.xml. If there are warnings being spit out, most likely the moviedata.xml is not fully filled in. Please send me the moviedata.xml file in full or post it up at the pastebin and I'll look into it. I'm thinking the mtsa.exe module that is parsing the website isn't handling the times properly and the way it loops to fill in the data ends.

As for the corrupt or partially downloaded trailers. This is not the myShowTimes plugin failing, it's the QuickTime portion that is crashing. The reason for this is the trailer is corrupt and QuickTime can't play it. MTSA.exe does the download and I have the plugin setup to stop the mtsa.exe if MP closes down. The intention is to have MP running on a dedicated system (I had the same issue as you have). I'm not sure how we'd be able to test for a corrupt download before playing the file with QT.

Sean

Hello again to everybody!

The fist issue is for Falkyre, the second one for Key Master and the general information for everybody!

I had time to test this plugin with the Blue Skin 2 and now I am sure of the following:

WHEN MP CRASHES?
MP crashes ONLY when I am on the page with the list of theatres (on the right side) / “view icons” and “show all movies” (on the left side)

It happens that quite always (but not always) the 2 buttons “show all movies” (on the left side) and the first of the list of theatres (on the right side) are both highlighted in green. In this case, if I click the “down” or the “up” arrow key to choose another theatre, MP crashes.
If I first use the “right” arrow key, then the green highlighted “show all movies” disappears and I can normally navigate from one theatre to another and MP doesn’t crash anymore.
Part of the log:


ExceptionType: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: ShowTimesGUI

Stack trace:
at ShowTimesGUI.ShowTimesGUI.OnPropertyChanged(String tag, String tagValue)
at MediaPortal.GUI.Library.GUIPropertyManager.OnPropertyChangedHandler.Invoke(String tag, String tagValue)
at MediaPortal.GUI.Library.GUIPropertyManager.SetProperty(String tag, String tagvalue)
at ProcessPlugins.ShowTimesGrabber.ShowTimes.runGrabber(String commandline)
at ProcessPlugins.ShowTimesGrabber.ShowTimes.RefreshShowtimes(Object state)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)

THE PLUGIN DOESN’T RECOGNIZE SHOW TIMES:
First, I was thinking that the problem was due to a lack of information of the grabbed site MsnFR but it’s not. If I go to this site, all show times for all theatres and movies are perfectly well given for the city I want (Montelimar).
If I open the file moviedata.xml, I can find all theatres with all the movies for each one, but also “unrecognized time string”. See part of the file below (just 2 theatres to avoid a too long post):

[MsnFR] Creating theater list for "Mont%E9limar" (5 days)...
[MsnFR] # theaters = 3
[MsnFR] Downloading movie list for "Les Templiers"...
"Norway of Life"...
"Entre adultes"...
"La Planète bleue"...
[MsnFR] Downloading movie list for "Le Palace"...
"Le Secret de Terabithia"...
"La Tête de Maman"...
"Ensemble, c'est tout"...
"300"...
"La Môme"...
"Golden door"...
WARNING: unrecognized time string: Mer $ 14:30 20:30

The best result I ever obtained with “myshowtimes” in MP was:
- show time for 1 movie and 4 days for the first theatre
- show time for 1 movie and 1 day for theatre #2
- nothing at all for theatre #3

It is never possible to see the complete list of all movies for each theatre, even when this list is present into the file “moviedata.xml”

If I open a theatre with no information available, or, when I click on a specific movie and then on “see show time” when there is not, the system freezes. I think because it is searching information it has not.

I repeat: MsnFR gives all show times for all theatres and all movies for the 7 days of the week. So why MTSA is only able to grab the information for 1 theatre, 1 movie and 4 days (the best it ever did!!) ??

IF A TRAILER IS NOT COMPLETELY DOWNLOADED MP CRASHES:
As I am testing MP, I use it on my main computer; sometimes I open MP and then close it to do another thing. So, sometimes a trailer is downloading when I am closing MP.
“Myshowtimes” doesn’t recognize a “partially” downloaded trailer, (for it, when a movie.mov is inside the file it is completed.
If I click on “see trailer” I can see the part of it, and then Quick time makes an exception and I must close MP.
This is not an important issue as I plan to use, in the future, a dedicated computer for MP. Just for your knowledge.

Well excuse me for this long post, if everything could be fixed…nice!!! We will come back later on the translation of this wonderful plugin!
 

Jean-Marc

Portal Pro
February 28, 2007
382
32
Home Country
France France
Hi Falkyre,

First of all, I confirm you that I am in Brazil but that I try to download movie times for Montelimar, small town of France where my parents are living.
So the MTSA site used is MsnFR, that gives correct information for the times and for the 7 days of the week.

I am sorry but I posted a wrong information in my last post: the moviedata.xml is correct compared to what is displayed by "myshowtimes": the data shown by MP are exactly those contained into the moviedata.xml file.
In fact I wanted to speak about the MTSA.log file: this file contains all theatres, all movies downloaded for each one, but also the warning "unrecognized time string".
See below, movies are given for each theatre (why I can't see them in the moviedata.xml?) but without the times!

MovieTimesVBNET - Stand Alone (4.2.4)

avr. 1, 2007 @ 10:20:06

[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\locations.xml
[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\mtsa.log
[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Temp\
[SETTINGS] 5
[SETTINGS] True
[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\
[SETTINGS] High
[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Trailers\
[SETTINGS] High
[SETTINGS] True
[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\moviedata.xml
[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\moviedata.xsd

[SETTINGS] C:\Program Files\Team MediaPortal\MediaPortal\MTSA\locations.xml:
-------------------------
<?xml version="1.0" encoding="utf-8"?>
<LocationList>
<LocationDetails>
<Country>France</Country>
<Locations>Montélimar</Locations>
<Active>Le Palace|Les 7 Nefs|Les Templiers</Active>
<Inactive>N/A</Inactive>
</LocationDetails>
</LocationList>
-------------------------

Checking for internet connection ...
Internet connection found.

Reading: C:\Program Files\Team MediaPortal\MediaPortal\MTSA\locations.xml...
Completed.

[MsnFR] Creating theater list for "Mont%E9limar" (5 days)...
[MsnFR] # theaters = 3
[MsnFR] Downloading movie list for "Les Templiers"...
"Norway of Life"...
"Entre adultes"...
"La Planète bleue"...
[MsnFR] Downloading movie list for "Le Palace"...
"Le Secret de Terabithia"...
"La Tête de Maman"...
"Ensemble, c'est tout"...
"300"...
"La Môme"...
"Golden door"...
WARNING: unrecognized time string: Mer $ 14:30 20:30
[MsnFR] Downloading movie list for "Les 7 Nefs"...
"Le Secret de Terabithia"...
"Hellphone"...
"Cendrillon & le prince (pas trop) charmant"...
"Miss Potter"...
"Alpha Dog"...
"La Môme"...
"Le Come-back"...
"Danse avec lui"...
"Les Témoins"...
"Ne le dis à personne"...
[MsnFR] Completed.

[IMDB] Getting movie details ...
"Norway of Life"
"Entre adultes"
"La Planète bleue"
"Le Secret de Terabithia"
"La Tête de Maman"
"Ensemble, c'est tout"
"300"
"La Môme"
"Golden door"
"Hellphone"
"Cendrillon &amp; le prince (pas trop) charmant"
"Miss Potter"
"Alpha Dog"
"Le Come-back"
"Danse avec lui"
"Les Témoins"
"Ne le dis à personne"
[IMDB] Completed.

[ImpaPosters] Searching for posters ...
"Norway of Life"
"Entre adultes"
"La Planète bleue"
"Le Secret de Terabithia"
"La Tête de Maman"
"Ensemble, c'est tout"
"300"
"La Môme"
"Golden door"
"Hellphone"
"Cendrillon &amp; le prince (pas trop) charmant"
"Miss Potter"
"Alpha Dog"
"Le Come-back"
"Danse avec lui"
"Les Témoins"
"Ne le dis à personne"
[ImpaPosters] Completed.

[MsnFR] Getting missing posters ...

[MediaLibrary] Searching for existing media in "C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Trailers\"
Found existing media: 300.mov
Found existing media: Miss Potter.mov
Found existing media: Alpha Dog.mov
[MediaLibrary] Search complete.

[AppleTrailers] Searching for trailers ...
"Norway of Life"
 

Jean-Marc

Portal Pro
February 28, 2007
382
32
Home Country
France France
This is the moviedata.xml log file corresponding to the MTSA.log file:

<?xml version="1.0" standalone="yes" ?>
- <MediaLibrary>
- <Media>
<MediaID>0</MediaID>
<Name>Norway of Life</Name>
<Alias>Norway of Life</Alias>
<Actors>Trond Fausa Aurvag, Petronella Barker, Per Schaaning, Birgitte Larsen, Johannes Joner</Actors>
<Rating>3 etoile</Rating>
<Director>Jens Lien</Director>
<Runtime>1h 35min.</Runtime>
<Genre>Drame, Fantastique.</Genre>
<PlotSummary>Andréas se retrouve dans une ville étrange. Il ignore comment il est arrivé là. On lui remet un emploi, un appartement et même une femme. Très vite, il s'aperçoit pourtant qu'il y a quelque chose qui cloche.Tentant de s'enfuir, il découvre que la ville est sans issues. Il fait la connaissance de Hugo qui a découvert dans un mur de sa cave un trou dont s'échappent de merveilleux sons. Est-ce l'entrée vers "l'autre monde" ?Un nouveau plan d'évasion est mis sur pieds.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Norway of Life.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/60/18/00/18749878.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>1</MediaID>
<Name>Entre adultes</Name>
<Alias>Entre adultes</Alias>
<Actors>Edith Mérieau, Vincent Dubois, Jeanne Ferron, Céline Gorget, France Ducateau</Actors>
<Rating>2 etoile</Rating>
<Director>Stéphane Brizé</Director>
<Runtime>1h 20min.</Runtime>
<Genre>Comédie dramatique.</Genre>
<PlotSummary>6 hommes et 6 femmes, 12 adultes, s'aiment, se mentent, se manipulent, se trompent, se confient et se quittent. La vie...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Entre adultes.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/62/83/18/18737295.jpg</LowResImage>
<ImdbUserReview>5.3/10</ImdbUserReview>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>2</MediaID>
<Name>La Planète bleue</Name>
<Alias>La Planète bleue</Alias>
<Actors>Pierce Brosnan</Actors>
<Rating>3 etoile</Rating>
<Director>Alastair Fothergill, Andy Byatt</Director>
<Runtime>1h 32min.</Runtime>
<Genre>Documentaire.</Genre>
<PlotSummary>Bien que les mers recouvrent plus des deux tiers de notre planète, nous connaissons mieux la surface de la lune que les fonds des océans. La Planète bleue est un étonnant voyage d'une infinie richesse dans le monde marin. Des espèces inconnues vivant à des profondeurs jamais atteintes par l'homme, en passant par la naissance des crabes, la lutte des bancs de sardines contre les prédateurs de la mer et des airs, les réunions incongrues des manchots, les jeux cruels des orques, sans oublier les ballets des dauphins ou les balades majestueuses des baleines en voie d'extinction, ce film tout public nous invite à un voyage qui rapproche le spectateur de tout âge de la nature.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\La Planète bleue.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/35/18/03/18369422.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>3</MediaID>
<Name>Le Secret de Terabithia</Name>
<Alias>Le Secret de Terabithia</Alias>
<Actors>Josh Hutcherson, Annasophia Robb, Zooey Deschanel, Robert Patrick, Kate Butler</Actors>
<Rating>2 etoile</Rating>
<Director>Gabor Csupo</Director>
<Runtime>1h 34min.</Runtime>
<Genre>Fantastique, Famille, Aventure.</Genre>
<PlotSummary>Jess, un garçon issu d'une modeste famille nombreuse et Leslie, fille unique d'un couple d'écrivains, s'inventent un monde imaginaire, Térabithia, pour fuir la réalité de leur vie quotidienne... Mais lorsque cet univers magique prend vie, ils se retrouvent confrontés à des aventures plus périlleuses que ce qu'ils avaient pu imaginer.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Le Secret de Terabithia.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/01/37/18742143.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>4</MediaID>
<Name>La Tête de Maman</Name>
<Alias>La Tête de Maman</Alias>
<Actors>Karin Viard, Chloé Coulloud, Kad Merad, Pascal Elbé, Jane Birkin</Actors>
<Rating>2 etoile</Rating>
<Director>Carine Tardieu</Director>
<Runtime>1h 35min.</Runtime>
<Genre>Comédie dramatique.</Genre>
<PlotSummary>Y'a 20 ans de ça, quelques années avant ma naissance, Maman a aimé un gars.Y'a 20 ans de ça, ils ont été séparés et ce con-là, quand il est parti, il a emporté avec lui le sourire de ma mère.Faut que je le retrouve, faut qu'il le lui rende. Sinon, moi, je meurs.Lulu, 15 ans.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\La Tête de Maman.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/62/46/95/18741804.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>5</MediaID>
<Name>Ensemble, c'est tout</Name>
<Alias>Ensemble, c'est tout</Alias>
<Actors>Audrey Tautou, Guillaume Canet, Laurent Stocker, Francoise Bertin, Hélène Surgère</Actors>
<Rating>2 etoile</Rating>
<Director>Claude Berri</Director>
<Runtime>1h 37min.</Runtime>
<Genre>Comédie dramatique.</Genre>
<PlotSummary>La rencontre de quatre destins croisés qui vont finir par s'apprivoiser, se connaître, s'aimer, vivre sous le même toit.Camille fait des ménages le soir dans les bureaux et dessine avec grâce à ses heures perdues. Philibert est un jeune aristocrate féru d'histoire, timide, émotif et solitaire, il occupe un grand appartement que possède sa famille. Franck est cuisinier, viril et tendre, il aime infiniment sa grand-mère, Paulette, une vieille dame fragile et drôle.Leurs doutes, leurs chagrins, c'est ensemble qu'ils vont apprendre à les adoucir, pour avancer, réaliser leurs rêves. Ils vont se découvrir et comprendre qu'ensemble, on est plus fort.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Ensemble, c'est tout.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/78/01/18744346.jpg</LowResImage>
<ImdbUserReview>6.1/10</ImdbUserReview>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>6</MediaID>
<Name>300</Name>
<Alias>300</Alias>
<Actors>Gerard Butler, Lena Headey, Rodrigo Santoro, David Wenham, Dominic West</Actors>
<Rating>2 etoile</Rating>
<Director>Zack Snyder</Director>
<Runtime>1h 55min.</Runtime>
<Genre>Péplum, Guerre, Action.</Genre>
<PlotSummary>Adapté du roman graphique de Frank Miller, 300 est un récit épique de la Bataille des Thermopyles, qui opposa en l'an - 480 le roi Léonidas et 300 soldats spartiates à Xerxès et l'immense armée perse. Face à un invincible ennemi, les 300 déployèrent jusqu'à leur dernier souffle un courage surhumain ; leur vaillance et leur héroïque sacrifice inspirèrent toute la Grèce à se dresser contre la Perse, posant ainsi les premières pierres de la démocratie.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\300.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/36/26/41/18737111.jpg</LowResImage>
<ImdbUserReview>8.1/10</ImdbUserReview>
<location>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Trailers\300.mov</location>
<Trailer>Yes</Trailer>
</Media>
- <Media>
<MediaID>7</MediaID>
<Name>La Môme</Name>
<Alias>La Môme</Alias>
<Actors>Marion Cotillard, Jean-Pierre Martins, Gérard Depardieu, Clotilde Courau, Jean-Paul Rouve</Actors>
<Rating>3 etoile</Rating>
<Director>Olivier Dahan</Director>
<Runtime>2h 20min.</Runtime>
<Genre>Biopic, Musical, Drame.</Genre>
<PlotSummary>De son enfance à la gloire, de ses victoires à ses blessures, de Belleville à New York, l'exceptionnel parcours d'Edith Piaf. A travers un destin plus incroyable qu'un roman, découvrez l'âme d'une artiste et le coeur d'une femme. Intime, intense, fragile et indestructible, dévouée à son art jusqu'au sacrifice, voici la plus immortelle des chanteuses...L'interview de Marion Cotillard</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\La Môme.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/60/15/65/18700880.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>8</MediaID>
<Name>Golden door</Name>
<Alias>Golden door</Alias>
<Actors>Charlotte Gainsbourg, Vincenzo Amato, Aurora Quattrochi, Francesco Casisa, Filippo Pucillo</Actors>
<Rating>3 etoile</Rating>
<Director>Emanuele Crialese</Director>
<Runtime>1h 58min.</Runtime>
<Genre>Drame.</Genre>
<PlotSummary>Début du XXème siècle. Dans un coin perdu de la campagne sicilienne, vit une famille de paysans qui s'échinent sur le même lopin de terre depuis des générations. Ils mènent une existence en harmonie avec la nature et cohabitent avec les esprits de leurs défunts. La monotonie de leur vie quotidienne est interrompue par des récits du Nouveau Monde, de leurs habitants, et des innombrables richesses de cet Eden...Salvatore décide de vendre tout ses biens : sa terre, sa maison, son bétail pour partir avec ses enfants et sa mère âgée mener une vie meilleure de l'autre côté de l'océan. Mais pour devenir citoyen du Nouveau Monde, il faut mourir et renaître un peu. Il faut abandonner les traditions séculaires et les vieilles croyances de sa terre, il faut être sain de corps et d'esprit savoir obéir et jurer fidélité si l'on veut franchir "La Porte d'Or"...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Golden door.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/36/40/58/18750175.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>9</MediaID>
<Name>Hellphone</Name>
<Alias>Hellphone</Alias>
<Actors>Jean-Baptiste Maunier, Jennifer Decker, Benjamin Jungers, Vladimir Consigny, Edouard Collin</Actors>
<Rating>2 etoile</Rating>
<Director>James Huth</Director>
<Runtime>1h 38min.</Runtime>
<Genre>Comédie, Fantastique.</Genre>
<PlotSummary>Skater fan d'AC/DC, en terminale dans un lycée parisien, Sid rêve d'un téléphone portable. Avec lui, il pourra séduire Angie, sublime jeune fille fraîchement débarquée de New York, pendue pour l'instant au bras de Virgile, le playboy de l'école. Mais le téléphone que Sid achète dans cet étrange bazar chinois se révèle avoir d'étranges pouvoirs...Hellphone a choisi Sid. L'amitié avec Pierre, son ami d'enfance, et l'amour pour Angie sauront-ils résister à la relation passionnelle entre Sid et son téléphone ?</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Hellphone.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/14/51/18741010.jpg</LowResImage>
<ImdbUserReview>9.0/10</ImdbUserReview>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>10</MediaID>
<Name>Cendrillon &amp; le prince (pas trop) charmant</Name>
<Alias>Cendrillon &amp; le prince (pas trop) charmant</Alias>
<Actors>Sarah Michelle Gellar, Sigourney Weaver, Patrick Warburton, Freddie Prinze Jr., Andy Dick</Actors>
<Rating>1 etoile</Rating>
<Director>Paul J. Bolger</Director>
<Runtime>1h 20min.</Runtime>
<Genre>Animation.</Genre>
<PlotSummary>C'est la pagaille au Pays des Contes de Fées...En embrassant la Belle au Bois Dormant, le Prince est tombé dans un profond sommeil, le Petit Chaperon Rouge est portée disparue et plus aucune jeune fille ne souhaite embrasser de crapaud.Profitant de l'absence du magicien chargé de maintenir l'équilibre entre le Bien et le Mal, l'ignoble belle-mère de Cendrillon a pris le pouvoir. Son but : effacer à tout jamais la célèbre conclusion "ils vécurent heureux et eurent beaucoup d'enfants".Secondée par le beau Rick, son ami de toujours, et un Prince Charmant de seconde catégorie, Cendrillon va devoir une fois de plus se mettre en travers du chemin de sa marâtre.Et l'affrontement sera impitoyable...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Cendrillon &amp; le prince (pas trop) charmant.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/30/62/18741449.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>11</MediaID>
<Name>Miss Potter</Name>
<Alias>Miss Potter</Alias>
<Actors>Renée Zellweger, Ewan McGregor, Emily Watson, Barbara Flynn, Bill Paterson</Actors>
<Rating>1 etoile</Rating>
<Director>Chris Noonan</Director>
<Runtime>1h 33min.</Runtime>
<Genre>Comédie dramatique.</Genre>
<PlotSummary>A l'époque de l¹Angleterre victorienne, Beatrix aurait seulement dû rêver d'un beau mariage, comme toutes les jeunes femmes de sa condition, mais elle s'intéressait à beaucoup trop de choses. La nature et les animaux la fascinaient, tout comme les sciences, le dessin et la peinture. Il n'aura fallu qu'une lettre illustrée pour que son destin bascule, il aura fallu tout son courage pour qu'elle puisse vivre, aimer et exister comme aucune femme avant elle.Elle a racheté les immenses paysages de la campagne anglaise qui l'ont inspirée pour en faire don aux générations futures, et aujourd'hui ses livres se vendent toujours autant, mais au-delà de son oeuvre, Beatrix Potter était une femme exceptionnelle, aussi avant-gardiste qu'imaginative, aussi fragile que puissante. Il est temps de découvrir sa fascinante histoire...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Miss Potter.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/60/15/38/18749143.jpg</LowResImage>
<ImdbUserReview>7.1/10</ImdbUserReview>
<location>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Trailers\Miss Potter.mov</location>
<Trailer>Yes</Trailer>
</Media>
- <Media>
<MediaID>12</MediaID>
<Name>Alpha Dog</Name>
<Alias>Alpha Dog</Alias>
<Actors>Emile Hirsch, Justin Timberlake, Sharon Stone, Bruce Willis, Dominique Swain</Actors>
<Rating>2 etoile</Rating>
<Director>Nick Cassavetes</Director>
<Runtime>1h 56min.</Runtime>
<Genre>Drame.</Genre>
<PlotSummary>Dans une banlieue riche de L.A., Johnny et sa petite bande jouent aux durs et trafiquent un peu. Livrés à eux-mêmes, leur vie n'est qu'une quête permanente d'émotions fortes. Pour s'assurer que Jake lui remboursera bien tout l'argent qu'il lui doit, Johnny et sa bande kidnappent son petit frère, Zack. Sous la bienveillante garde de Frankie, Zack va alors se mêler au groupe au cours d'une virée de trois jours riche d'alcool, de filles et de nouvelles expériences. D'heure en heure, son statut d'otage devient de plus en plus flou pour tout le monde. Pourtant, la réalité de la situation ne va pas tarder à resurgir. Pressé par son père, pourchassé par la police, Johnnya le choix entre une prise de conscience et une fuite en avant. La situation va lui échapper, bien au-delà du pire...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Alpha Dog.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/36/06/87/18719472.jpg</LowResImage>
<ImdbUserReview>6.5/10</ImdbUserReview>
<location>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Trailers\Alpha Dog.mov</location>
<Trailer>Yes</Trailer>
</Media>
- <Media>
<MediaID>13</MediaID>
<Name>Le Come-back</Name>
<Alias>Le Come-back</Alias>
<Actors>Hugh Grant, Drew Barrymore, Jason Antoon, Brad Garrett, Billy Griffith</Actors>
<Rating>2 etoile</Rating>
<Director>Marc Lawrence (II)</Director>
<Runtime>1h 43min.</Runtime>
<Genre>Comédie, Romance.</Genre>
<PlotSummary>Le chanteur pop Alex Fletcher a connu la gloire dans les années 80, avant d'en être réduit à hanter les podiums des parcs de loisirs, foires agricoles et autres temples de la chansonnette rétro. Ce talentueux musicien, que chacun croit fini, se voit cependant offrir un come-back de la dernière chance lorsque la jeune diva Cora Corman l'invite à écrire et enregistrer en duo avec elle une chanson de son prochain album. L'ennui est qu'Alex n'a rien composé depuis dix ans, qu'il n'a jamais été parolier... et qu'il doit livrer son chef-d'oeuvre dans la semaine !C'est alors qu'entre en scène la fantasque et craquante Sophie Fisher, dont le verbe haut en couleur, aussi inventif qu'imagé, ravit notre artiste. Celle-ci hésite à collaborer avec un personnage aussi léger qu'Alex, mais la musique, qui sait si bien adoucir les moeurs, a aussi le don d'enflammer les coeurs...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Le Come-back.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/73/61/18744076.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>14</MediaID>
<Name>Danse avec lui</Name>
<Alias>Danse avec lui</Alias>
<Actors>Mathilde Seigner, Sami Frey, Jean-François Pignon, Anny Duperey, Anthony Delon</Actors>
<Rating>2 etoile</Rating>
<Director>Valérie Guignabodet</Director>
<Runtime>1h 58min.</Runtime>
<Genre>Drame.</Genre>
<PlotSummary>Trois ans après une rupture dramatique qui a bouleversé son existence, Alexandra réapprend à vivre et à aimer grâce à la rencontre troublante d'un vieux maître d'équitation et de son cheval.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Danse avec lui.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/72/44/18701958.jpg</LowResImage>
<ImdbUserReview>5.2/10</ImdbUserReview>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>15</MediaID>
<Name>Les Témoins</Name>
<Alias>Les Témoins</Alias>
<Actors>Michel Blanc, Emmanuelle Béart, Sami Bouajila, Julie Depardieu, Johan Libéreau</Actors>
<Rating>3 etoile</Rating>
<Director>André Téchiné</Director>
<Runtime>1h 52min.</Runtime>
<Genre>Drame.</Genre>
<PlotSummary>Paris, été 1984.Manu débarque à Paris, où il partage la chambre de sa soeur Julie dans un hôtel modeste. Il fera la connaissance d'Adrien et nouera une amitié chaste et joyeuse avec ce médecin quinquagénaire, qui lui fera découvrir le style de vie de son milieu.Au cours d'une balade en bateau, Adrien présentera à Manu Sarah et Mehdi, un couple de jeunes mariés qui vient d'avoir son premier enfant.Une passion amoureuse imprévue et l'irruption de l'épidémie du sida, encore perçue dans les médias et l'imaginaire collectif comme une peste moderne et honteuse vont bouleverser le tranquille agencement de ces destins particuliers. Chacun va devenir acteur et témoin d'un drame contemporain, où ceux qui ne mourront pas ressortiront peut-être plus forts, mais en tout cas pas indemnes.</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Les Témoins.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/63/03/26/18727067.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Media>
<MediaID>16</MediaID>
<Name>Ne le dis à personne</Name>
<Alias>Ne le dis à personne</Alias>
<Actors>François Cluzet, André Dussollier, Marie-Josée Croze, Kristin Scott Thomas, Nathalie Baye</Actors>
<Rating>2 etoile</Rating>
<Director>Guillaume Canet</Director>
<Runtime>2h 5min.</Runtime>
<Genre>Thriller.</Genre>
<PlotSummary>Sa femme Margot a été sauvagement assassinée par un serial killer. Totalement détruit, Alex ressasse jour après jour le souvenir bouleversant de son amour perdu.Huit ans ont passé. Alex reçoit un e-mail anonyme. Il clique : une image... le visage d'une femme au milieu d'une foule, filmé en temps réel. Celui de Margot...</PlotSummary>
<image>C:\Program Files\Team MediaPortal\MediaPortal\MTSA\Posters\Ne le dis à personne.jpg</image>
<LowResImage>http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/medias/nmedia/18/36/27/48/18674313.jpg</LowResImage>
<Trailer>No</Trailer>
</Media>
- <Locations>
<LocationID>0</LocationID>
<Name>Les Templiers</Name>
<Date>04/01/2007</Date>
<MediaName>La Planète bleue</MediaName>
<Times>14:30</Times>
<Info>VF</Info>
</Locations>
- <Locations>
<LocationID>1</LocationID>
<Name>Les Templiers</Name>
<Date>04/04/2007</Date>
<MediaName>La Planète bleue</MediaName>
<Times>14:30</Times>
<Info>VF</Info>
</Locations>
- <Locations>
<LocationID>2</LocationID>
<Name>Le Palace</Name>
<Date>04/01/2007</Date>
<MediaName>Golden door</MediaName>
<Times>20:30</Times>
</Locations>
- <Locations>
<LocationID>3</LocationID>
<Name>Le Palace</Name>
<Date>04/02/2007</Date>
<MediaName>Golden door</MediaName>
<Times>14:30</Times>
</Locations>
- <Locations>
<LocationID>4</LocationID>
<Name>Le Palace</Name>
<Date>04/03/2007</Date>
<MediaName>Golden door</MediaName>
<Times>20:45</Times>
</Locations>
</MediaLibrary>
 

falkyre

Portal Pro
March 20, 2006
133
0
55
Winnipeg, Canada
Home Country
Canada Canada
[EDIT ON]

Jean-Marc,

The problem lies with the parser in MTSA.exe, not with the plugin I wrote. I used your locations and replicated the issue. It totally has to do with that warning you see in the log file.

Keymaster must contact the original author of the module for France or someone else must fix it or create a new one. Right now, this is out of my hands. I might take a shot at it after I fix some stuff up with the plugins and work towards a new release.

Sean
[/EDIT OFF]

Jean-Marc,

can you post the moviedata.xml and mtsa.log files up at:

http://pastebin.team-mediaportal.com/

It makes it easier to follow what's happening as the forums don't format the files correctly.

I can tell you the issue appears to be how MsnFR is being parsed and that your moviedata.xml is not correct. If you post to http://pastebin.team-mediaportal.com/ and then reply with the link to your paste, I can be 100% sure that your issue is that the moviedata.xml does not contain all the proper data.

Thanks,

Sean
 

key master

Portal Member
April 18, 2006
15
1
I posted a new version which makes the imdb code more accurate here:

http://movietimes.home.comcast.net/mtsa/download.html

:D

I also updated the site to reflect the countries that are currently broken. I have e-mailed the author of the countries that do not work anymore to see if he is interested in fixing them - and that includes France.

-Jim

Hi Jim,

Thanks for popping in and responding. The way it looks now there's two sides to the problems people are having with MTSA.

One is the data that comes from IMDB and how it gets parsed sometimes such that the movie name to search on in IMDB doesn't match (The Curse of the Golden Flower issue I mentioned to you previously).

The second problem appears to be related to changes in web sites that are being parsed for ShowTimes. I know the the site for Netherlands has changed its format and I was looking into fixing it. In fact I got a little ways into it but time ran out. I'll start looking into it again once I fix up some of the bugs in my plugin.

It also looks like Jean-Marc is experiencing problems with the module that parses the Brazil site.

Sean
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom