![]() |
[PROBLEM] upnp Gmusic fixes... - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] upnp Gmusic fixes... (/showthread.php?tid=498) |
upnp Gmusic fixes... - Sharkus - 09-23-2018 Hi there, There are several issues with the version of the gmusic upnp plugin that is included with Moode 4.2.
All of these are fixed in the latest version of the plugin (I debugged and fixed the first two, then noticed they were already fixed in latest -- pays to check first). Only one file needs to be updated (session.py). The original author has the updated code here: https://opensourceprojects.eu/p/upmpdcli/code/ci/74969cddc5c183f7c28b937e93705ac6aa9b2b0e/tree/src/mediaserver/cdplugins/gmusic/session.py The new version of session.py file can be copied to the following location: /usr/share/upmpdcli/cdplugins/gmusic/ and things work great. Of course, it would be great if this could be included in the next version of moode. -Sharkus RE: upnp Gmusic fixes... - Tim Curtis - 09-23-2018 Hi, GMusic is not installed automatically by the Builder due to some past reliability issues in accessing the repo (sudo pip install gmusicapi). I wasn't planning to include it in the upcoming moOde 4.3 ISO image but I'll have another look especially if there are more requests for it. -TIm RE: upnp Gmusic fixes... - Sharkus - 09-24-2018 Hi Tim. I thought I would mention that the fixes I described are part of the upnp library, not gmusicapi. It's also interesting that you mention problems installing gmusicapi. When I initially did the gmusicapi install (using apt-get) it failed due to a python compile error. The error didn't make any sense, so I reran apt-get install and it worked perfectly the second time. Obviously, this sort of thing doesn't lend itself to the auto build script. Thanks for Moode. It's sweet! -Sharkus RE: upnp Gmusic fixes... - Tim Curtis - 09-24-2018 Oh ok, part of upmpdcli. I should be able to add it to the Build and ISO RE: upnp Gmusic fixes... - Tim Curtis - 09-26-2018 Just an FYI that I've added the updated session..py file to upcoming moOde 4.3 -Tim RE: upnp Gmusic fixes... - Sharkus - 09-28-2018 (09-26-2018, 11:05 AM)Tim Curtis Wrote: Just an FYI that I've added the updated session..py file to upcoming moOde 4.3 Sweet. Thanks! A few days ago I made a couple modifications to improve performance which were accepted by the original author and are now on the master branch of session.py... RE: upnp Gmusic fixes... - Tim Curtis - 09-28-2018 If there is an updated version then please post a link because I'm getting ready to release moOde 4.3 and the windows is closing for slipping in any changes. RE: upnp Gmusic fixes... - Sharkus - 10-02-2018 (09-28-2018, 06:07 PM)Tim Curtis Wrote: If there is an updated version then please post a link because I'm getting ready to release moOde 4.3 and the windows is closing for slipping in any changes. Hi Tim, here's the link to the latest version of the file. https://opensourceprojects.eu/p/upmpdcli/code/ci/71a187a5a2fccfe8ace887566c0429b0e5feed0a/tree/src/mediaserver/cdplugins/gmusic/session.py Thanks again, Sharkus RE: upnp Gmusic fixes... - Tim Curtis - 10-02-2018 Ok, thanks. I'll include this in upcoming in-place update for 4.3 -Tim |