home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Featured Plugins
Webradio
Webradio
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="chefkoch" data-source="post: 1034818" data-attributes="member: 10438"><p>I finally updated my MP2 installation and installed the webradio plugin as well and it's working great <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite24" alt="(y)" title="Thumbs Up (y)" loading="lazy" data-shortname="(y)" /> Thanks <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>While using and testing, I also write down notes about issues and improvement suggestions. Most time theses things end up on my personal wiki page, but I'll additionally post them here as well when it's time. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>First thing I noticed is the update dialog. There is a similar one within OnlineVideos already. [USER=48495]morpheus_xx[/USER] Could we somehow standardize this by creating a generic progress dialog or progress notification service? There will be many areas this can be used. I created a wiki page about it some time ago: <a href="http://wiki.team-mediaportal.com/index.php?title=2_MEDIAPORTAL_2/8_Contribute/z_MissingFeatures/APIs_for_Plugin_Devs/NotificationService_//_Popups" target="_blank">http://wiki.team-mediaportal.com/index.php?title=2_MEDIAPORTAL_2/8_Contribute/z_MissingFeatures/APIs_for_Plugin_Devs/NotificationService_//_Popups</a></p><p>[USER=73415]offbyone[/USER] What properties should such a dialog provide? Which do you use currently within yours in OV? title, currentitem/description, progress as percentage from 0...100 ....</p><p></p><p><a href="https://github.com/BigGranu/Webradio_MP2/issues/9" target="_blank">issue #9</a>: Would it be possible to run the update without pressing the button? Maybe it might also need to auto-update the streams every x hours? Similar to the change within OnlineVideos recently.</p><p></p><p>At next I tried to add new radio stations. Is there a documentation available anywhere about the xml format? Is it a format from any webservice or other application or based on the plugin's code?</p><p>Reason I am asking for is that I am not sure how to specify some of the values:</p><p>i.e. What is tag1, tag2, tag3, tag4 is used for? How should these look like? single values only or multiple comma separated ones, if so why 1 - 4?</p><p>Are the values for Love, Block, PlayCount lost after updating the stream list? If so might this need separated storage of StreamsDefinition (updateable), playback statistics <a href="https://github.com/BigGranu/Webradio_MP2/issues/8" target="_blank">issue #8</a> (playcount, playtime, ....) and organization structure (favourites, groups, .....)</p><p></p><p>It might also be useful to decouple the stats from the streaming list because of resetting a list (by removing the file) to the default one without loosing the stats.</p><p><a href="https://github.com/BigGranu/Webradio_MP2/issues/7" target="_blank">issue #7</a>: Keeping Localization and Globalization in mind the country might be localizable. So by specifying the country code in Country only instead of the full country name, it might be possible to display Germany as Deutschland on German systems but Germany on English ones.</p><p><a href="http://msdn.microsoft.com/library/system.globalization.regioninfo.aspx" target="_blank">http://msdn.microsoft.com/library/system.globalization.regioninfo.aspx</a></p><p><a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2" target="_blank">http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2</a></p><p>Later this might also allow to display regional or recommended streams based on the user's region automatically.</p><p></p><p>Would it make sense to allow multiple urls per stream, i.e. for different bitrates or various fileformats?</p><p></p><p><a href="https://github.com/BigGranu/Webradio_MP2/issues/5" target="_blank">issues #5</a> & <a href="https://github.com/BigGranu/Webradio_MP2/issues/6" target="_blank">#6</a>: Would it be possible to define urls to *.m3u or *.pls files? This allows accessing streams via a static url, while the stream provider can change the location of the actual stream file (*.mp3) and only updates the content of the m3u/pls.</p><p></p><p>When being disconnected from the web (daily provider disconnect) MP2 GUI is getting veeeeerrryy sloooooow while browsing in webradios. Not sure if this is really related to the disconnect. I'll keep an eye on this.</p><p></p><p><a href="https://github.com/BigGranu/Webradio_MP2/issues/3" target="_blank">issue #3</a>: When the logo can't be found or downloaded it would be great to either hide the logo frame or fill it by a fallback image:</p><p>[ATTACH]137793[/ATTACH]</p><p></p><p><a href="https://github.com/BigGranu/Webradio_MP2/issues/4" target="_blank">issue #4</a>: The menu item to go to settings from within the plugin is nice, but there is no Webradio entry in home>settings>plugins yet.</p><p></p><p>In general (not related to the plugin specifically):</p><p>I also noticed that there are more and more usages of logos. In the beginning these were radio and tv logos, now there are radio&tv from tv card (SlimTV), video streams (OnlineVideos), radio streams (Webradio) .... and maybe others as well, i.e. other MP1 plugins,....</p><p>For MP1 there is a LogoManager and various repositories storing localized logos.</p><p>Anyway it would be great if someday all the logo management could be done by a central component (plugin) to achieve a common design and reusing existing logos across all these plugins (media resources) without the explicit installation of any logo packages by the user.</p><p></p><p>A few additional streams:</p><p><a href="https://github.com/BigGranu/Webradio_MP2/issues/11" target="_blank">issues #11</a> <a href="https://github.com/BigGranu/Webradio_MP2/issues/12" target="_blank">#12</a> & <a href="https://github.com/BigGranu/Webradio_MP2/issues/13" target="_blank">13</a></p></blockquote><p></p>
[QUOTE="chefkoch, post: 1034818, member: 10438"] I finally updated my MP2 installation and installed the webradio plugin as well and it's working great (y) Thanks :) While using and testing, I also write down notes about issues and improvement suggestions. Most time theses things end up on my personal wiki page, but I'll additionally post them here as well when it's time. ;) First thing I noticed is the update dialog. There is a similar one within OnlineVideos already. [USER=48495]morpheus_xx[/USER] Could we somehow standardize this by creating a generic progress dialog or progress notification service? There will be many areas this can be used. I created a wiki page about it some time ago: [url]http://wiki.team-mediaportal.com/index.php?title=2_MEDIAPORTAL_2/8_Contribute/z_MissingFeatures/APIs_for_Plugin_Devs/NotificationService_//_Popups[/url] [USER=73415]offbyone[/USER] What properties should such a dialog provide? Which do you use currently within yours in OV? title, currentitem/description, progress as percentage from 0...100 .... [URL='https://github.com/BigGranu/Webradio_MP2/issues/9']issue #9[/URL]: Would it be possible to run the update without pressing the button? Maybe it might also need to auto-update the streams every x hours? Similar to the change within OnlineVideos recently. At next I tried to add new radio stations. Is there a documentation available anywhere about the xml format? Is it a format from any webservice or other application or based on the plugin's code? Reason I am asking for is that I am not sure how to specify some of the values: i.e. What is tag1, tag2, tag3, tag4 is used for? How should these look like? single values only or multiple comma separated ones, if so why 1 - 4? Are the values for Love, Block, PlayCount lost after updating the stream list? If so might this need separated storage of StreamsDefinition (updateable), playback statistics [URL='https://github.com/BigGranu/Webradio_MP2/issues/8']issue #8[/URL] (playcount, playtime, ....) and organization structure (favourites, groups, .....) It might also be useful to decouple the stats from the streaming list because of resetting a list (by removing the file) to the default one without loosing the stats. [URL='https://github.com/BigGranu/Webradio_MP2/issues/7']issue #7[/URL]: Keeping Localization and Globalization in mind the country might be localizable. So by specifying the country code in Country only instead of the full country name, it might be possible to display Germany as Deutschland on German systems but Germany on English ones. [url]http://msdn.microsoft.com/library/system.globalization.regioninfo.aspx[/url] [url]http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2[/url] Later this might also allow to display regional or recommended streams based on the user's region automatically. Would it make sense to allow multiple urls per stream, i.e. for different bitrates or various fileformats? [URL='https://github.com/BigGranu/Webradio_MP2/issues/5']issues #5[/URL] & [URL='https://github.com/BigGranu/Webradio_MP2/issues/6']#6[/URL]: Would it be possible to define urls to *.m3u or *.pls files? This allows accessing streams via a static url, while the stream provider can change the location of the actual stream file (*.mp3) and only updates the content of the m3u/pls. When being disconnected from the web (daily provider disconnect) MP2 GUI is getting veeeeerrryy sloooooow while browsing in webradios. Not sure if this is really related to the disconnect. I'll keep an eye on this. [URL='https://github.com/BigGranu/Webradio_MP2/issues/3']issue #3[/URL]: When the logo can't be found or downloaded it would be great to either hide the logo frame or fill it by a fallback image: [ATTACH]137793[/ATTACH] [URL='https://github.com/BigGranu/Webradio_MP2/issues/4']issue #4[/URL]: The menu item to go to settings from within the plugin is nice, but there is no Webradio entry in home>settings>plugins yet. In general (not related to the plugin specifically): I also noticed that there are more and more usages of logos. In the beginning these were radio and tv logos, now there are radio&tv from tv card (SlimTV), video streams (OnlineVideos), radio streams (Webradio) .... and maybe others as well, i.e. other MP1 plugins,.... For MP1 there is a LogoManager and various repositories storing localized logos. Anyway it would be great if someday all the logo management could be done by a central component (plugin) to achieve a common design and reusing existing logos across all these plugins (media resources) without the explicit installation of any logo packages by the user. A few additional streams: [URL='https://github.com/BigGranu/Webradio_MP2/issues/11']issues #11[/URL] [URL='https://github.com/BigGranu/Webradio_MP2/issues/12']#12[/URL] & [URL='https://github.com/BigGranu/Webradio_MP2/issues/13']13[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
Webradio
Webradio
Contact us
RSS
Top
Bottom