Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - crosstown_traffic

Pages: 1
1
Plugins / Re: MusicBee Remote (Remote Control for Android)
« on: January 22, 2019, 07:05:33 PM »
its not the settings, its about plugin source code.  :-\

Thanks for the quick reply! Do you happen to know where in the source code this change (or these changes) need to be made? I've also never compiled a program from source code before, so any help would be appreciated.

2
Plugins / Re: MusicBee Remote (Remote Control for Android)
« on: January 22, 2019, 01:56:34 PM »
Hi there! Longtime listener, first-time poster. I'm a bit of a plugin noob, but does anyone know how to solve the issue of only the first 200 tracks in a playlist being displayed?

I have some large-scale playlists, but I'm only seeing 200 tracks consistently when I stream via this plugin.

Found an old response  from the venerable Steven:

Quote
The Playlist feature at the moment has a limit to up to 200 tracks. I am not sure about the actual limit but when I tried to pull a 5000+ track I couldn't get them through.
if this is important for your application, it might be because you are using
NowPlayingList_QueryGetAllFiles()
try instead:
NowPlayingList_QueryFiles(null)
and loop using NowPlayingList_QueryGetNextFile()

But I'm not sure how to make this change...I don't see it in the settings. Any help is greatly appreciated!

Pages: 1