Summary: | Add KIO support for the collection scanner | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Robert Grønning <slimg> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | faplap |
Priority: | NOR | ||
Version: | 2.0-SVN | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Grønning
2008-07-01 10:05:50 UTC
Well the reason for this is that the engines we used could not handle KIO slaves. In Amarok 2 this might change due to Phonon. Someone with a better knowledge of Phonon needs to comment on that though. *** Bug 142006 has been marked as a duplicate of this bug. *** That's not going to happen because TagLib does not use KIO. However, there's currently a Nepomuk collection in development for Amarok 2, which may (or may not) support KIO. Depends on how Strigi works. I do not quite understand why TagLib should be KIO-capable (Might be to my lack of experience with both). Also afaik Amarok already have KIO-support when not playing from the collection browser, or am I mistaken? * Amarok would ex. be able to detect if it looses connection with the collection, and prevent the database from beeing flushed. Amarok already does this. * Several computers with Amarok could share the same MySQL collection database as the collection-path would be the same for each computer. Amarok already does this. Amarok already does this 1: How do Amarok do this? Only way I know is to turn off the collection monitoring, but then you will loose that feature for this, that would not really be an improvement. Amarok already does this 2: Again, how? Only way I know is if all the Amarok MySQL-clients mounted the music collection from the server in the same folder at their localhost, and they still need root priveleges (not everyone has root priveleges or is familiar with FUSE). The MySQL support is so thin as to be essentially non-existent. I shouldn't have to know how to setup MySQL, manage NFS shares, etc., in order to maintain a shared music collection. On 2 Jul 2008 12:52:31 -0000, Robert Gr |