Gotham: refreshing album via Universal Scraper: loses album playback
#1
(Moving thread to this subform)

I'm building Gotham out of git (a74973f731) and I think I've hit a bug with the music library.

To reproduce:

  1. scan a directory with one album using default scraper
  2. once scanned: playback a track
  3. go to "info" window and "reload" to rescan
  4. go back to home
  5. go back to album
  6. try and playback: get error: can't find file

If I look into the db, it seems the reloading causes the filename in the song table to be removed

Code:
select * from song;

Before reloading:

Code:
26|2|4|311|Rock|Down|65546|174|1997|1487071143l|10 Down.mp3|664df667-cfe0-4e03-a784-9d696ab58dc4|0|0|0|||0|

after reloading (note that the filename disappears):

Code:
26|2|18|311|Rock|Down|65546|174|1997|4294967295l||664df667-cfe0-4e03-a784-9d696ab58dc4|0|0|0|||0|
Reply
#2
Create ticket on trac.xbmc.org
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
(2014-02-15, 20:16)Martijn Wrote: Create ticket on trac.xbmc.org

Thanks. Done: http://trac.xbmc.org/ticket/14933
Reply
#4
Thanks for the report - definitely something odd going on.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Gotham: refreshing album via Universal Scraper: loses album playback0