![]() |
Release Google Play Music - From scratch - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148) +---- Thread: Release Google Play Music - From scratch (/showthread.php?tid=245754) |
RE: Google Play Music - From scratch - C-Quel - 2016-03-30 http://pastebin.com/29jYajnc this is openelec and krypton... so if you feel its likely to be changed to much before release then don;t waste anytime on it buddy... looks like videoplayer is being the culprit RE: Google Play Music - From scratch - tadly - 2016-03-30 (2016-03-30, 11:40)C-Quel Wrote: http://pastebin.com/29jYajnc Well. I'd like to get the add-on working on openelec and it's just a matter of pinning down all missing python system modules. A team member already mentioned that the add-on doesn't work on krypton but that's due to krypton changes which I'll support once it's released (or at least hits the first RC) The log you posted suggests that you got further this time? Or did I miss something? RE: Google Play Music - From scratch - C-Quel - 2016-03-30 seems to work fine on openelec/jarvis etc now yes... i was testing on a krypton release without actually thinking it through until i saw the videoplayer error... guess ill just wait for a decent RC+ before using it as a few perks in krypton that i use on a daily basis! well done though and hats off for the support! thanks again RE: Google Play Music - From scratch - tadly - 2016-03-30 (2016-03-30, 15:32)C-Quel Wrote: seems to work fine on openelec/jarvis etc now yes... Exactly what I wanted to hear ![]() I'll throw all that in the official release once my massive MASSIVE refactoring is done (lot's of testing needed) RE: Google Play Music - From scratch - tadly - 2016-04-04 Could some OpenElec user maybe give the latest master a shot and let me know if it works or not? I removed unittest and unittest2 as they don't seem to be necessary anymore. If I don't hear back from anyone, I'll just release a new version without those modules once I did some bugfixing / feature implementation ;P https://github.com/linuxwhatelse/plugin.audio.linuxwhatelse.gmusic RE: Google Play Music - From scratch - C-Quel - 2016-04-04 (2016-04-04, 14:50)Tadly Wrote: Could some OpenElec user maybe give the latest master a shot and let me know if it works or not? Would love to but we are running Krypton on all our clients now ![]() RE: Google Play Music - From scratch - tadly - 2016-04-04 (2016-04-04, 19:11)C-Quel Wrote:(2016-04-04, 14:50)Tadly Wrote: Could some OpenElec user maybe give the latest master a shot and let me know if it works or not? Hehe. Not stable enough if add-ons don't work ;P And yes, I'm sure there'r other add-ons that won't work. Not just mine ![]() (I'm not doing anything fancy) RE: Google Play Music - From scratch - C-Quel - 2016-04-04 (2016-04-04, 19:13)Tadly Wrote:(2016-04-04, 19:11)C-Quel Wrote:(2016-04-04, 14:50)Tadly Wrote: Could some OpenElec user maybe give the latest master a shot and let me know if it works or not? You would be surprised your add-on and only one other fail that i have tried from 15-20? Plus the PVR side of things is very nice in Krypton and picture quality ![]() I'll try it anyway but i think it will crash ;-) RE: Google Play Music - From scratch - tadly - 2016-04-04 (2016-04-04, 19:15)C-Quel Wrote: You would be surprised your add-on and only one other fail that i have tried from 15-20? Please, don't get me wrong. I'm not trying to bitch about unstable kodi builds. That's just how development works. You merge a lot of new stuff and than fix what breaks within the next Alphas, Betas, RCs cycles ![]() So no offense intended ![]() RE: Google Play Music - From scratch - C-Quel - 2016-04-04 Bummer same old issue... crashes before we even manually run the add-on! Happy to send logs once Krypton is closer... for now I will use the other Google Music add-on as a rest bite as that works with alpha builds etc... If you need me for testing just PM me and i will be happy to throw some logs your direction! RE: Google Play Music - From scratch - tadly - 2016-04-04 (2016-04-04, 19:31)C-Quel Wrote: Bummer same old issue... crashes before we even manually run the add-on! Very very nice of you and I'll most certainly do that at some point ![]() Edit Waaaaait.. Quote:crashes before we even manually run the add-on!That's probably the service that would auto-update the library which might crash if you aren't logged in. <- Totally my bad and needs fixing.. whups ![]() Ignore that for now and run the add-on. If it throws an error, throw that one on me ![]() RE: Google Play Music - From scratch - derZONK - 2016-04-06 getting this on my raspi2 with LibreELEC (Jarvis 16.1-RC2) v6.90.004 Quote:11:14:34 455.522400 T:1599660960 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: Google Play Music - From scratch - tadly - 2016-04-06 (2016-04-06, 11:17)derZONK Wrote: getting this on my raspi2 with LibreELEC (Jarvis 16.1-RC2) v6.90.004 1. lib2to3 should be fixed with the newest version 2. Even if lib2to3 wouldn't crash, raspi isn't supported as I have no idea how to get pycryptodome to work on it (The first post says that under "Restrictions" ![]() Edit Change of events. Maybe (just maybe) raspi and other platforms will be supported soon. So look out ![]() RE: Google Play Music - From scratch - crashgybe - 2016-04-16 (2016-04-06, 11:53)Tadly Wrote: 1. lib2to3 should be fixed with the newest version Sorry if I missed any steps, but feedback from Openelec 6.95.2.7.0 Kodi 16.1-RC2 Google Play Music addon 1.5.1 It seems lib2to3 still giving trouple? PS - I installed initially from repository to get dependencies in, then uninstalled that one and installed from zip pulled from github master. http://xbmclogs.com/pmxsmvppp Can I do anything else to help get this working on openelec? thanks James RE: Google Play Music - From scratch - tadly - 2016-04-16 (2016-04-16, 20:07)crashgybe Wrote: Sorry if I missed any steps, but feedback from Openelec 6.95.2.7.0 I think I've been stupid again. I pushed a new version to Github. Try that one and let me know how it goes ![]() |