Posts: 573
Joined: Mar 2012
Reputation:
19
Music Pump Kodi Remote 3.0 is available in Playstore
Changes:
* New home screen
* Many small improvements & bug fixes
Posts: 39
Joined: Nov 2015
Reputation:
0
Rhys15
Junior Member
Posts: 39
2015-11-29, 17:27
(This post was last modified: 2015-11-29, 17:27 by Rhys15.)
Hi can anyone tell me if playlists playing locally are fully supported in Music Pump and play OK, both Smart playlists and standard playlists?
I recently purchased Yatse with the intention of playing my playlists on Kodi on my android device but it does not work?
Posts: 573
Joined: Mar 2012
Reputation:
19
Yes, streaming music from Kodi to your device is fully supported and also available in the free version.
Simply click on the "cast" button on top right of the screen and select "local, play music on device" from the list. Then simply start playing some songs or playlists and it will play locally instead of playing on Kodi. You can switch between local and remote playback anytime and it will continue playing the song at the same position.
In the paid version you will be able to stream your music files from your android device to Kodi in the exact same way as described above.
Remark:
Sometimes the streaming feature is not working out of the box. This is in 99% of the cases due to some security restrictions which where added to Kodi a while ago. Basically Kodi only allows you to download/stream content over the Kodi webserver if the file is inside of one of your media sources.
Normally you have to create a new music source in Kodi and then scan content to Kodi. In that case everything should work. However it is also possible to scan music into your library without creating a music source first ( I think that one way to achieve this is to navigate to a folder of an external hard drive and scan it into the Kodi music library ). In that case you can usually create the missing source manually in Kodi (Music -> Files -> Add music...).
Posts: 39
Joined: Nov 2015
Reputation:
0
Rhys15
Junior Member
Posts: 39
Excellent - thanks Millencolin! Does exactly what I want it to do.
One problem I may have though is my HTPC is set to sleep after 15 minutes. It was approx 15 mins of playing music the Music Pumper app became very unresponsive and it looks like the HTPC went to sleep. I guess it sleeps because this all happens in the background therefore nothing is keeping it awake. Is there a way around this other than changing the sleep time?
Posts: 573
Joined: Mar 2012
Reputation:
19
You probably have to change the sleep timer to prevent Kodi from going to sleep. In the app there is also a button to shutdown, hibernate etc.. so you could use them instead.
On my Kodi System I have added a script which turns off my media center around midnight in case it is still running.
Posts: 39
Joined: Nov 2015
Reputation:
0
Rhys15
Junior Member
Posts: 39
Hi i'm back with another issue. I've changed my configuration to store all my libraries in a MySQL database as I will be putting a Raspberry Pi upstairs and want to share the media.
I've also added a pathsubstitution for the playlists folder to use an smb:// path. Since this change, playlists are now empty in Music Pump. The playlist names are there but no files are listed as being in there. I'm guessing it's because Android does not use smb:// paths or some other reason...
Is there a fix for this or is it not possible to have this combination work?
Posts: 573
Joined: Mar 2012
Reputation:
19
I think that I know what the problem is. The music section of the app only shows music files which are part of the kodi music library. This also includes playlists in the music section.
When a playlist is opened the app will check if it can find the song in the Kodi library using the filename. If the filename was not found (e.g referenced as a local path in the db and as a smb:// path in the playlist) it will remove it from the playlist because it is not able to determine the song id)
I have never used a setup with MySQL myself but as far as I know you should put all your files on a network share so that they are accessible from all the machines and make sure that you define the sources the same way on all machines ( case sensitive paths, always use dns or ip but don't mix ) and then you will probably be able to see the songs again.
Posts: 573
Joined: Mar 2012
Reputation:
19
Tried out the mysql install. I had no issues so far to list playlist content and to start playing it.
I did the following
1) installed mysql, created a user and added connection settings and path substitution for playlists in advancedsettings.xml.
2) I opened Kodi, navigated to a smb share, added it as a source and scanned it to the library.
3) I went to the kodi music library and created a new playlist (tried from files and from library) from inside kodi.
4) Opened Music Pump, refreshed the music cache
Probably you have an issue in your sources configuration somewhere or you did not refresh the music cache after changing to the mysql setup