My ShowTimes V1.1.0 Release April 28/07 (1 Viewer)

Status
Not open for further replies.

Jean-Marc

Portal Pro
February 28, 2007
382
32
Home Country
France France
As you can imagine, I immediatly downloaded and installed this new version.

All the labels begining (in the language string) by 7111...are not displayed into the buttons. These buttons are empty but are working fine!
Is this a bug or a problem with my install?

Everything else is ok.

Is it possible to change the date format to have 28/04/2007 instead of 04/28/2007 for the movie times?

For the times, is it possible to change the @ by "à" (for French)?

But I think these 2 last requirements depend on MTSA and are not under Sean's responsability?

Tahnks!!
 

falkyre

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

did you place the strings*.xml files into the languages directory?

The @ symbol is hard coded in the GUI plugin, it might be possible to create another string in the strings file for it. The times for the movies come from the MTSA, I'm not sure if they get formatted due to the web site or due to your system settings.

Sean

As you can imagine, I immediatly downloaded and installed this new version.

All the labels begining (in the language string) by 7111...are not displayed into the buttons. These buttons are empty but are working fine!
Is this a bug or a problem with my install?

Everything else is ok.

Is it possible to change the date format to have 28/04/2007 instead of 04/28/2007 for the movie times?

For the times, is it possible to change the @ by "à" (for French)?

But I think these 2 last requirements depend on MTSA and are not under Sean's responsability?

Tahnks!!
 

zebons

Portal Pro
January 2, 2006
1,484
114
As you can imagine, I immediatly downloaded and installed this new version.

All the labels begining (in the language string) by 7111...are not displayed into the buttons. These buttons are empty but are working fine!
Is this a bug or a problem with my install?

Everything else is ok.

Is it possible to change the date format to have 28/04/2007 instead of 04/28/2007 for the movie times?

For the times, is it possible to change the @ by "à" (for French)?

But I think these 2 last requirements depend on MTSA and are not under Sean's responsability?

Tahnks!!
I got a similar problem with a SVN version (I don't remember which one). Try with latest SVN, for me the problem was corrected by this...
 

Jean-Marc

Portal Pro
February 28, 2007
382
32
Home Country
France France
Sean:
My SVN version was march 19, and yes I put the string.xml file into the language directory but nothing happened.
Concerning the date format, I think it is due to MTSA because it is correct (as I would like it) into MSN website.

Zebons:
I just now uptated to the last SVN and I confirm that it is working fine with it, but now I have problem with the music !! That's why I really don't like these updates, you solve 1 problem and generate 3 others!

I write another post for this new problem.

A warm thanks to both of you!!
 

myB0B

Portal Member
May 1, 2007
19
0
Home Country
France France
hi,

great work but crash in MP setup with latest svn :
MediaPortal SVN-Snapshot: 05-01-2007 01-00h - Revision:14469
 

falkyre

Portal Pro
March 20, 2006
133
0
55
Winnipeg, Canada
Home Country
Canada Canada
Please provide more information (where did it crash, what were you doing when it crashed etc) and post the MediaPortal.log and/or the Configuration.log to pastebin.

Thanks,

Sean

hi,

great work but crash in MP setup with latest svn :
MediaPortal SVN-Snapshot: 05-01-2007 01-00h - Revision:14469
 

myB0B

Portal Member
May 1, 2007
19
0
Home Country
France France
sorry,

i install MediaPortal SVN-Snapshot: 05-01-2007 01-00h - Revision:14469
and run 1st config

i install the showtimes plugin but first the strings_fr.xml file did not match the current strings_fr.xml from MP : the structure of xml is not the same :
new mp strings_fr.xml :
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<strings>
    <characters>255</characters>
    <string>
        <id>0</id>
        <value>Programmes</value>
    </string>
    <string>
        <id>1</id>
        <value>Photos</value>
    </string>
...

old strings_fr.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<Language name="French" characters="512">
  <Section name="unmapped">
    <String id="0">Programmes</String>
    <String id="1">Photos</String>
...

so i translate and add to the new structure lines who match the plugin :
Code:
    <String id="7111992">Bandes Annonces</String>
    <String id="7211992">Bandes Annonces</String>
    <String id="71119921">Montrer les Films</String>
    <String id="71119922">Montrer les Salles</String>
    <String id="71119923">Voir Bande Annonce</String>
    <String id="71119924">recherche Scéance</String>
    <String id="71119925">Prochaine maj</String>

to :
Code:
    <string>
        <id>7111992</id>
        <value>Bandes Annonces</value>
    </string>
    <string>
		<id>7211992</id>
		<value>Bandes Annonces</value>
    </string>
    <string>
		<id>71119921</id>
		<value>Montrer les Films</value>
    </string>
    <string>
		<id>71119922</id>
		<value>Montrer les Salles</value>
    </string>
    <string>
		<id>71119923</id>
		<value>Voir Bande Annonce</value>
    </string>
    <string>
		<id>71119924</id>
		<value>recherche Scéance</value>
    </string>
    <string>
		<id>71119925</id>
		<value>Prochaine maj</value>
    </string>

i run MP setup
go to plugins > showtimes grabber > right click > configure > and CRASH !

Window MediaPortal - Setup :
Code:
Une exception non gérée s'est produite dans votre application...
... 'ProcessPlugins.ShowTimesGrabber.PluginSettings'

Details :
Code:
Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'ProcessPlugins.ShowTimesGrabber.PluginSettings'. ---> System.TypeLoadException: Impossible de charger le type 'MediaPortal.Profile.Settings' à partir de l'assembly 'Utils, Version=1.0.2546.32604, Culture=neutral, PublicKeyToken=null'.
   à ProcessPlugins.ShowTimesGrabber.PluginSettings..cctor()
   --- Fin de la trace de la pile d'exception interne ---
   à ProcessPlugins.ShowTimesGrabber.PluginSettings.get_FirstRun()
   à ProcessPlugins.ShowTimesGrabber.showtimesSetup.showtimesLoad()
   à ProcessPlugins.ShowTimesGrabber.PluginSetup.ShowPlugin()
   à MediaPortal.Configuration.Sections.PluginsNew.itemConfigure_Click(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Configuration
    Version de l'assembly : 1.0.2548.23843
    Version Win32 : 1.0.2548.23843
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Configuration.exe
----------------------------------------
System.Windows.Forms
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Core
    Version de l'assembly : 1.0.2546.32606
    Version Win32 : 1.0.2546.32606
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Core.DLL
----------------------------------------
System.Xml
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Databases
    Version de l'assembly : 1.0.2546.32610
    Version Win32 : 1.0.2546.32610
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Databases.DLL
----------------------------------------
DirectShowLib
    Version de l'assembly : 1.4.0.32931
    Version Win32 : 1.4.0.32931
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/DirectShowLib.DLL
----------------------------------------
System.ServiceProcess
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Version de l'assembly : 1.0.2902.0
    Version Win32 : 9.05.132.0000
    CodeBase : file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
System.Runtime.Serialization.Formatters.Soap
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll
----------------------------------------
System.Data
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Windows.Forms.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
Bass.Net
    Version de l'assembly : 2.3.0.9
    Version Win32 : 2.3.0.9
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Bass.Net.DLL
----------------------------------------
mscorlib.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RemotePlugins
    Version de l'assembly : 1.0.2546.32615
    Version Win32 : 1.0.2546.32615
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/RemotePlugins.DLL
----------------------------------------
Microsoft.DirectX.DirectInput
    Version de l'assembly : 1.0.2902.0
    Version Win32 : 5.04.00.2904
    CodeBase : file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll
----------------------------------------
Microsoft.DirectX
    Version de l'assembly : 1.0.2902.0
    Version Win32 : 5.04.00.2904
    CodeBase : file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
BassRegistration
    Version de l'assembly : 1.0.0.0
    Version Win32 : 1.0.0.0
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/BassRegistration.DLL
----------------------------------------
System.Configuration
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
vouyven5
    Version de l'assembly : 1.0.2546.32606
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
TVCapture
    Version de l'assembly : 1.0.2546.32612
    Version Win32 : 1.0.2546.32612
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/TVCapture.DLL
----------------------------------------
TaskScheduler
    Version de l'assembly : 1.1.1007.26951
    Version Win32 : 1.1.1007.26951
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/TaskScheduler.DLL
----------------------------------------
System.Management
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.42 (RTM.050727-4200)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
Dialogs
    Version de l'assembly : 0.0.0.0
    Version Win32 : 0.0.0.0
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/Dialogs.DLL
----------------------------------------
ShowTimesGUI
    Version de l'assembly : 1.0.2670.30529
    Version Win32 : 1.0.2670.30529
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/ShowTimesGUI.dll
----------------------------------------
Utils
    Version de l'assembly : 1.0.2546.32604
    Version Win32 : 1.0.2546.32604
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Utils.DLL
----------------------------------------
WindowPlugins
    Version de l'assembly : 1.0.2548.23861
    Version Win32 : 1.0.2548.23861
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/WindowPlugins.dll
----------------------------------------
XihSolutions.DotMSN
    Version de l'assembly : 2.0.1.15051
    Version Win32 : 2.0.1.15051
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/XihSolutions.DotMSN.DLL
----------------------------------------
SubtitlePlugins
    Version de l'assembly : 1.0.2546.32624
    Version Win32 : 1.0.2546.32624
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/subtitle/SubtitlePlugins.dll
----------------------------------------
TagReaderPlugins
    Version de l'assembly : 1.0.0.0
    Version Win32 : 1.0.0.0
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/tagreaders/TagReaderPlugins.dll
----------------------------------------
ExternalPlayers
    Version de l'assembly : 1.0.2546.32617
    Version Win32 : 1.0.2546.32617
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/externalplayers/ExternalPlayers.dll
----------------------------------------
Interop.iTunesLib
    Version de l'assembly : 1.7.0.0
    Version Win32 : 1.7.0.0
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Interop.iTunesLib.DLL
----------------------------------------
ProcessPlugins
    Version de l'assembly : 1.0.2548.23824
    Version Win32 : 1.0.2548.23824
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/ProcessPlugins.DLL
----------------------------------------
ShowTimesGrabber
    Version de l'assembly : 1.0.2670.30789
    Version Win32 : 1.0.0.0
    CodeBase : file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/ShowTimesGrabber.DLL
----------------------------------------

************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.

Nothing in the configuration.log file
 

zebons

Portal Pro
January 2, 2006
1,484
114
sorry,

i install MediaPortal SVN-Snapshot: 05-01-2007 01-00h - Revision:14469
and run 1st config


...

i run MP setup
go to plugins > showtimes grabber > right click > configure > and CRASH !


Nothing in the configuration.log file
I think that you use the Stavle MP 2.2.0 and do not install SVNs. The dll for the 2.2.0 stable version is n't compatible with the delivered one.
So if you use the stable version, use dll files from the Stable.zip file joined, if you use latest SVN, use the SVN.zip one.
 

myB0B

Portal Member
May 1, 2007
19
0
Home Country
France France
hi,

same error the svn version not working

stable version working but not grab all trailers (3/17) and trailers are not in french !?
 

G.B. Wolf

MP Donator
  • Premium Supporter
  • March 22, 2007
    227
    3
    Braunschweig
    Home Country
    Germany Germany
    German strings

    Hi there,

    I just tried this great plugin and it works fine for me here in Germany. As there was no German translation in the archive, I'm sending you a first version:

    Code:
        <String id="7211992">Trailer</String>
        <String id="71119921">Zeige alle Filme</String>
        <String id="71119922">Wähle Kino</String>
        <String id="71119923">Trailer abspielen</String>
        <String id="71119924">Lade Kinoprogramm</String>
        <String id="71119925">Nächstes Programmupdate</String>

    In addition there are some (layout) problems in the german version (running B2 skin):
    * some umlauts (like ä ö ü) are shown html-encoded (&auml; &ouml; &uuml;)
    * some texts overlay their labels

    I can make a screen, if it would help. Just gimme a note.

    Best regards
    Wolf
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom