2017-09-10, 09:19
Quote:Can you redo test 5 when I get next text build readyYep. Sure will.
(2017-09-10, 05:58)scott967 Wrote: Test 4/5 was "separate files per entry, 4 was album artist and 5 was albums,album artists. They were extracted to the "destination folder". I did notice that when the album artist and album names were identical the album folder created had _nnnn appended (nnnn is from album mbid, but need to test what happens if I didn't have an album mbid). It doesn't seem like it is necessary to have the name collision test between artists and albums?The collision testing covers a number of things:
...
Update. Looking through the nfos and folders created, I do have one other album that the export folder name has the album mbid appended, and I don't see that there is any name collision at all between it and artists or songs.
Quote:I notice on the album.nfo files the <track> data is no longer exported?Yes, the scraped track listing (with no relationship to what music you have) is being deprecated in v18. Removed from both nfo and album info dialog. Many skins already display the far more useful list of songs on the album info dialog, but I anticipate changing the dialog to do that by default. There need to be some other core implementation changes to that dialog (split db access off main thread), so it will all come in a dialog PR.
(2017-09-10, 13:27)docwra Wrote: Yep that sounds fine. But another idea may be to export all the ratings to a single XML file.Yet another addon doing things I am obvlious too :p
Don't forget people can 309611 (thread)back up their ratings to the cloud[url] now as well
(2017-09-21, 20:36)marcelveldt Wrote: Let me know where you need help and what needs to be tested.I have a todo list, but nothing so sophisticated as Trello, with just me slowly doing the work there was no need!! C++/core changes go at a slower pace than than addons I think.
Do you have some todo list (like Trello or something) with requests, improvements and such and their status ?
(2017-09-22, 13:09)docwra Wrote: One thing that needs a bump is those PR's for CDART and such that Ronnie did on github. Then the python scrapers to support them.I took on the scraper work from @ronie as he was busy, made quite a lot of headway but stalled on Python / got distracted back to core work. I have clear ideas for what is needed, but would gladly hand over to a Python expert
(2017-09-22, 08:54)DaveBlake Wrote: No worries Marcel, our timing has just been off, neither having time to talk to the other when they do
But it would be good to find a practical way to liase.
(2017-09-22, 08:54)DaveBlake Wrote: I have a todo list, but nothing so sophisticated as Trello, with just me slowly doing the work there was no need!! C++/core changes go at a slower pace than than addons I think. I have tried to make my list public here https://forum.kodi.tv/showthread.php?tid...pid2558589 and to inform people what I am currently doing. And anyone can take a look in my repo of course.
But I am happy to collaborate, and if that means having clearer plans and using tools then sure. Are you ready to get into some C++ yourself?
(2017-09-22, 08:54)DaveBlake Wrote: I have done nothing to make the newer data (e.g. Musicbrainz release group id) available to addons. The JSON API needs updating, and whatever route addons use. I would like some input on that.Sounds like a great project for me ;-)
(2017-09-22, 08:54)DaveBlake Wrote: The work related to this thread includes Kodi having a separate nominated folder for artist nfo and art (not trying to mix them into the music file structure). I think SHS has similar and it would make sense to use the same folder structure. Again what is needed for that? Folder naming based on artist name needs a consistent approach, so should Kodi pass that out to the addon?