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
[Plugin] Streamradio V2
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="SilentException" data-source="post: 371440" data-attributes="member: 83924"><p>i figured out whats wrong with list not showing</p><p></p><p>in latest versions of MP (SVN) there is no GetDirectory function anymore so it has to be replaced:</p><p></p><p>List<GUIListItem> items = new List<GUIListItem>();</p><p>items = virtualDirectory.GetDirectoryExt(folerName);</p><p></p><p>diff included</p><p></p><p></p><p>btw. i dont know how favorites worked for anyone.. they didn't i suppose..</p><p>in Station.cs:</p><p> FileInfo[] fileInfo = dirInfo.GetFiles(Filename + ".xml",SearchOption.AllDirectories);</p><p>replace with</p><p> FileInfo[] fileInfo = dirInfo.GetFiles("*" + Filename + "*.xml",SearchOption.AllDirectories);</p><p></p><p>and now they work <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="SilentException, post: 371440, member: 83924"] i figured out whats wrong with list not showing in latest versions of MP (SVN) there is no GetDirectory function anymore so it has to be replaced: List<GUIListItem> items = new List<GUIListItem>(); items = virtualDirectory.GetDirectoryExt(folerName); diff included btw. i dont know how favorites worked for anyone.. they didn't i suppose.. in Station.cs: FileInfo[] fileInfo = dirInfo.GetFiles(Filename + ".xml",SearchOption.AllDirectories); replace with FileInfo[] fileInfo = dirInfo.GetFiles("*" + Filename + "*.xml",SearchOption.AllDirectories); and now they work :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
[Plugin] Streamradio V2
Contact us
RSS
Top
Bottom