https://bugs.kde.org/show_bug.cgi?id=471452
--- Comment #1 from dw-...@digger.net --- In SmugMug I created this test structure: /testFolder/testSubFolder/testGallery That is displayed in the exporter album list as: testGallery In the console logs while loading the exporter dialog, I see: unknown: album "JsTS3v,testGallery,7R3m63,testGallery,,,1,,0" In the JSON for parseResponseListAlbum, I see: { "Response": { "Album": [ { "AlbumKey": "7R3m63", "Name": "testGallery", "NiceName": "TestGallery", "NodeID": "JsTS3v", "Uris": { ... } "UrlPath": "/TestFolder/TestSubFolder/TestGallery", } ] } } There is data in the "Uris" object that could be used to assemble a fancy interactive tree structure, which would be nice, but it seems like the simple solution is to just display "UrlPath" in the album list instead of "Name". -- You are receiving this mail because: You are watching all bug changes.