ronso0
ronso0
I took a closer look: my music is in a directory in /mnt/[partition]/audio * the new duplicate track locations start with `/../../../mnt/` * old track locations start with `/mnt/`
FWIW this is the PR that uncommented this line #813 and this added the "uaccess" tag #2558 The comment also says > # Only some distribuions require the below Is...
Attachments don't show up on Github if you reply via email.
> Find an alternative for int LibraryScanner::cleanUpScan() to get the number of relocated tracks. Simply storing that in an LibraryScanner int member seems fine to me (reset when scan is...
Funny thing is, I moved the connection to CoreServices so we can _always_ get the popup. Why do you consider the info popup disturbing / not helpful for the autorun...
friendly ping @JoergAtGithub > Why do you consider the info popup disturbing / not helpful for the autorun scan during startup? We _could_ make the report optional when scanning during...
The last commit disables the report/summary dialog for the auto scan run during startup.
I'm a bit puzzled why the "changed/added" directory count is not 0 repeatedly even if the dirs haven't been modified. (no regression btw)
> I'm a bit puzzled why the "changed/added" directory count is not 0 repeatedly even if the dirs haven't been modified. (no regression btw) Turns out it's just the confusing...
> Is it the intended behavior, that I get negative values, if I: Delete a file -> Rescan -> Restore the file -> Rescan Thanks for your thourough testing! This...