Changes between Version 3 and Version 4 of Ticket #9858, comment 37
- Timestamp:
- Dec 21, 2014, 6:39:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9858, comment 37
v3 v4 21 21 '''edit''': 22 22 23 Indeed with a tweaked build of cddb_daemon I get proper attribute values/online lookup now; some remarks though: 1) the lack of Tracker notification of volume renaming is more acute than with the kernelland cdda, it occurs 100% of the time now (maybe it'll be easier to debug? when I have time I'll try to implment [https://dev.haiku-os.org/ticket/8376#comment:6this]), and 2) when inserting a CD that has already been looked up before, the daemon outputs lots of lines like `Failed renaming entry at index 0 to "01 gimme all your lovin'.wav".` , not sure if that's the case with kernelland cdda too..23 Indeed with a tweaked build of cddb_daemon I get proper attribute values/online lookup now; some remarks though: 1) the lack of Tracker notification of volume renaming is more acute than with the kernelland cdda, it occurs 100% of the time now (maybe it'll be easier to debug? when I have time I'll try to [https://dev.haiku-os.org/ticket/8376#comment:6 implement this]), and 2) when inserting a CD that has already been looked up before, the daemon outputs lots of lines like `Failed renaming entry at index 0 to "01 gimme all your lovin'.wav".` , not sure if that's the case with kernelland cdda too.. 24 24 25 25 Still can't crash the darn thing either :-) .. Anxiously waiting for dsuden's test results.. 26 27 Also.. I tried to use this setup from Tracker instead the command-line, but no go: 28 - blacklisted add-ons/kernel/filesystems/cdda, and checked that it indeed no longer appears 29 - re-enabled "automount all disks" in Tracker settings 30 - tried inserting an audio CD and.. nothing happens. 31 The disk does not get listed in the Mount menu either. Maybe userlandfs does not interact with the system int he same way as cdda does, and Tracker does not "know" to query it ? Or userlandfs does not send ''notifications'' or something