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 1
MediaPortal 1 Plugins
How to Play a Playlist
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="darick_c" data-source="post: 289978" data-attributes="member: 79064"><p>Sorry, I combined a few methods that I use to come up with the above result, but is essentially the same as the other link, but the other is a little more concise. One thing to remember is to use the correct IPlayListIO for the file ext:</p><p></p><p>[CODE]</p><p> IPlayListIO io;</p><p></p><p> switch (playlistfileextension)</p><p> {</p><p> case ".m3u":</p><p> io = new PlayListM3uIO();</p><p> break;</p><p> case ".pls":</p><p> io = new PlayListPLSIO();</p><p> break;</p><p> case ".b4s":</p><p> io = new PlayListB4sIO();</p><p> break;</p><p> case ".wpl":</p><p> io = new PlayListWPLIO();</p><p> break;</p><p> }</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="darick_c, post: 289978, member: 79064"] Sorry, I combined a few methods that I use to come up with the above result, but is essentially the same as the other link, but the other is a little more concise. One thing to remember is to use the correct IPlayListIO for the file ext: [CODE] IPlayListIO io; switch (playlistfileextension) { case ".m3u": io = new PlayListM3uIO(); break; case ".pls": io = new PlayListPLSIO(); break; case ".b4s": io = new PlayListB4sIO(); break; case ".wpl": io = new PlayListWPLIO(); break; } [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
How to Play a Playlist
Contact us
RSS
Top
Bottom