First of all, I expect all those files to be dead except di.fm, jazzradio and other folders.There are some folders like DiFM, JazzRadio... and there are many xml-files in it. When I want to import one of these file in the plugin in MPconfig, I get an error.
Looks like there is a problem with these files. Try this one. The picture has to be thumbs/Radio.
Rename the xml to ndr2.xml and the picture to ndr2.png
First of all, I expect all those files to be dead except di.fm, jazzradio and other folders.There are some folders like DiFM, JazzRadio... and there are many xml-files in it. When I want to import one of these file in the plugin in MPconfig, I get an error.
And could you explain how are loadong them?
Also maybe logs could help us
Me neither.I don't really understand what you mean.
it could be connected to your words:[2015-05-28 22:03:47,221] [Error ] [MPMain ] [ERROR] - Failed to change to alternate configuration file:
[2015-05-28 22:03:47,252] [Log ] [MPMain ] [ERROR] - Exception: System.InvalidOperationException: ConfigPathName already has a value.
bei MediaPortal.Profile.MPSettings.set_ConfigPathName(String value)
bei MediaPortalApp.Main(String[] args) Message: ConfigPathName already has a value. Site : Void set_ConfigPathName(System.String) Source : Utils Stack Trace: bei MediaPortal.Profile.MPSettings.set_ConfigPathName(String value)
bei MediaPortalApp.Main(String[] args)
Please don't do what you're trying to do.When I want to import one of these file in the plugin in MPconfig, I get an error.
This looks like compatibility problem with 1.11.100 Either you didn't replace dlls in plugins/windows folder with files from Sebastiii's archive or we have new general comaptibility problem with 1.11.100. So we need to understand if anyone could succesfully run plugin on MediaPortal v1.11.100.0 (1.12 Pre-Release i assume)[2015-05-28 22:04:03,945] [Error ] [MPMain ] [ERROR] - OnMessage exceptionystem.TypeLoadException: Der Typ "MediaPortal.Visualization.VisualizationBase" in der Assembly "Core, Version=1.11.100.0, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden.
bei MediaPortal.GUI.MyStreamRadio.GUIRadinPageLoad()
bei MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
Hello, according to wiki http://wiki.team-mediaportal.com/1_...urrent_File_Tags?highlight=Play.Current.AlbumEdalex, thank you very much for keeping StreamRadio alive! One thing I would love to get implemented is to config StreamRadio what source to use for feeding #Play.Current.Album back to MediaPortal. I currently use the field in overlay window to show the current radio's logo in basichome and elsewhere. Since the field is populated by StreamRadio from the audio stream, I have to name the logo picture file according to the provided string by radio's audio stream.
e.g. I play stream http://stream.funradio.sk:8000/fun128.mp3.m3u and the media description provided is "FUN Radio Live" so I name my logo for the radio station as "FUN Radio Live.jpg" and then in common.overlays.xml I use <texture>C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\Radio\#Play.Current.Album.jpg</texture> to display the thumbnail logo of the selected stream.
This works great except when the stream provides back a string with characters that are not possible to use in a filename - e.g. : \ / and therefore I cannot display the thumbnail for the radio station in overlay.
Therefore it would be great, if there was an option in StreamRadio to use the thumbnail from radio station's configuration xml file (<logo></logo> section), either global option for all stations or individual option for each station in it's own xml.
Hopefully I explained it well enough and it will not be very difficult to implement. If you need further clarification or testing, please just ask me. Thank you very much.