2015-08-09, 02:05
App Password is working for you? I've had some reports stating it was not working.
(2015-08-14, 01:49)lammyoflyd Wrote: sorry if this has already been covered but i was wondering if there's a way to get music from Google music into the main music library (similar to what's possible with the genesis video app)?
I've attempted to set the app to export to my music folder, then told kodi to scan that specific folder, however it fails to find anything.
is this either something that is already possible, or something which could be made possible in future updates?
(2015-05-12, 01:39)foreverguest Wrote:(2015-05-04, 19:12)Skank Wrote:(2015-04-24, 17:14)Skank Wrote: is library already filled after export?
anyone?
No, Kodi doesn't support audio strm files in library.
(2015-09-03, 21:39)foreverguest Wrote: The Youtube addon should be optional.
Try installing manually from here:
https://github.com/bromix/repository.bro...-5.1.8.zip
Or wait until I release next version without Youtube requirement.
(2015-09-04, 21:58)foreverguest Wrote: Check if version below works for you:
plugin.audio.googlemusic.exp-1.4.2
curl -s -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "Addons.ExecuteAddon", "params": { "addonid": "plugin.audio.googlemusic.exp" , "params": [ "action=reload_library" ] }, "id": 1}' http://user:pass@localhost:8080/jsonrpc
(2015-08-01, 19:24)MKANET Wrote: I just wanted to report back I got this addon to work by deleting the "entire" userdata folder; and, all it's contents. That fixed some other issues too with Kodi.
BTW: I'm curious if you made any progress with this. I often add items to my library. So, it would be nice to count on them being there when I try to play them back. Restarting the entire addon isn't really a practical solution. I was hoping for an automated solution I could do programmatically via script.
(2015-07-27, 21:05)foreverguest Wrote: For now you can create a script to manually remove the file 'googlemusic.db' from .kodi/userdata/Database. Next time you run the addon it will reload all your library.
I'll check if it's possible to add an external call in the the addon to reload the library.