Release Experimental Google Music Addon
#94
they most likely directly alter the DB from within python - there is no official API to do this.

@foreverguest
would be nice if you could add sort methods to all the views/directory listings. That way label2 would be filled in skins and you could see the artist along with the album without your hack by adding it in braces to the album name.

something lke this would have to be added to the "listMenu" function in GoogleMusicNavigation - ofc depending on the path/type of view.
Code:
self.xbmcplugin.addSortMethod(int(sys.argv[1]), self.xbmcplugin.SORT_METHOD_ALBUM, "%A")
self.xbmcplugin.addSortMethod(int(sys.argv[1]), self.xbmcplugin.SORT_METHOD_ARTIST)
self.xbmcplugin.addSortMethod(int(sys.argv[1]), self.xbmcplugin.SORT_METHOD_LABEL)
self.xbmcplugin.addSortMethod(int(sys.argv[1]), self.xbmcplugin.SORT_METHOD_VIDEO_YEAR)
self.xbmcplugin.addSortMethod(int(sys.argv[1]), self.xbmcplugin.SORT_METHOD_TRACKNUM)

I was also talking to sphere at devcon about how it would be possible to get the label2 filled for albums (which are internally folders) and we digged the core code a bit. Seems like it's not that easy with current core featureset, but sphere said that he was able to get album info dialog etc working in his jambmc (or alike) addon in case you would like to have a look.
Reply


Messages In This Thread
RE: Experimental Google Music Addon - by Drir - 2014-07-26, 08:21
RE: Experimental Google Music Addon - by da-anda - 2014-10-29, 21:56
RE: Experimental Google Music Addon - by SBCV - 2014-11-13, 03:38
RE: Experimental Google Music Addon - by SBCV - 2014-11-16, 23:12
RE: Experimental Google Music Addon - by SBCV - 2014-11-17, 06:06
RE: Experimental Google Music Addon - by Auri - 2016-02-05, 20:03
Experimental Google Music Addon - by huzz456 - 2015-02-19, 01:41
Experimental Google Music Addon - by haarlokk - 2015-06-08, 01:53
RE: Experimental Google Music Addon - by moyn - 2015-12-03, 23:58
RE: Experimental Google Music Addon - by moyn - 2015-12-10, 22:17
RE: Experimental Google Music Addon - by moyn - 2015-12-10, 22:32
RE: Experimental Google Music Addon - by moyn - 2015-12-22, 12:29
RE: Experimental Google Music Addon - by spec - 2016-02-21, 19:13
RE: Experimental Google Music Addon - by spec - 2016-02-27, 20:36
RE: Experimental Google Music Addon - by tibb - 2016-02-29, 19:50
RE: Experimental Google Music Addon - by view - 2016-04-10, 17:44
Experimental Google Music Addon - by sjchmura - 2016-04-10, 18:28
Experimental Google Music Addon - by sjchmura - 2016-04-11, 22:24
Experimental Google Music Addon - by sjchmura - 2016-05-25, 21:14
issues with None from params - by brtkrbzhnv - 2016-08-27, 14:47
Experimental Google Music Addon - by sjchmura - 2016-09-04, 14:29
Experimental Google Music Addon - by sjchmura - 2016-09-11, 15:10
RE: Experimental Google Music Addon - by mrpg - 2016-09-11, 17:27
Experimental Google Music Addon - by sjchmura - 2016-09-11, 18:47
Experimental Google Music Addon - by sjchmura - 2016-09-20, 04:57
RE: Experimental Google Music Addon - by m2c2 - 2016-10-29, 20:16
RE: Experimental Google Music Addon - by nb2a - 2016-11-29, 05:00
RE: Experimental Google Music Addon - by nb2a - 2016-11-30, 17:00
RE: Experimental Google Music Addon - by Tux2 - 2016-12-21, 11:14
RE: Experimental Google Music Addon - by benj - 2017-01-19, 02:51
RE: Experimental Google Music Addon - by nb2a - 2017-01-24, 05:57
RE: Experimental Google Music Addon - by AshG - 2017-01-30, 12:53
RE: Experimental Google Music Addon - by AshG - 2017-01-30, 23:57
RE: Experimental Google Music Addon - by vevs - 2019-04-05, 17:15
RE: Experimental Google Music Addon - by vevs - 2019-05-08, 02:05
Logout Mark Read Team Forum Stats Members Help
Experimental Google Music Addon17