Summary: | NFS Dynamic collection plugin fails to detect NFS mount | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Leonidas Tsampros <ltsampros> |
Component: | Collections/Local | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andre.wittmann, ralf-engels, silver.salonen |
Priority: | NOR | ||
Version: | 2.5.0 | ||
Target Milestone: | 2.6 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6 | |
Sentry Crash Report: |
Description
Leonidas Tsampros
2012-02-04 10:15:20 UTC
Git commit 3788b0ee6d6407c1b459b16181d32db247aedcaf by Matěj Laitl. Committed on 05/02/2012 at 12:10. Pushed by laitl into branch 'master'. Change GUI strings in Configuration dialog to reduce user confusion This is a result of a dialogue with an Amarok user (Leonidas Tsampros) on #amarok who (logically) thought that if he enables "NFS Device" in "Devices" section of Amarok plugins, NFS will pop-up as another collection. This is not how SMB, NFS, MassStorage "Devices" work currently, they are meant to enable users to have a part of their collection on respective devices. I believe that the old plugin names and descriptions are confusing to the extent that their translations should be dropped; it should be a plenty of time till Amarok 2.6 so translators should have opportunity to pickup these. (or, do .desktop translations get erased automatically when original string changes?) CHANGES: * "Devices" in Amarok configuration -> Plugins is with other related strings renamed to "Local Collection Backends" to reduce user confusion. FIXED-IN: 2.6 REVIEW: 103871 M +2 -0 ChangeLog M +1 -1 src/configdialog/ConfigDialog.cpp M +1 -1 src/configdialog/dialogs/PluginsConfig.cpp M +3 -112 src/core-impl/collections/db/sql/device/massstorage/amarok_device_massstorage.desktop M +2 -108 src/core-impl/collections/db/sql/device/nfs/amarok_device_nfs.desktop M +2 -108 src/core-impl/collections/db/sql/device/smb/amarok_device_smb.desktop http://commits.kde.org/amarok/3788b0ee6d6407c1b459b16181d32db247aedcaf Git commit 3e0935ccdb5a13ca415655d9c9e45166db5ccfbf by Matěj Laitl. Committed on 05/02/2012 at 22:01. Pushed by laitl into branch 'master'. Fixup previous commit, Local Files backend supports pluggable devices too M +2 -2 src/core-impl/collections/db/sql/device/massstorage/amarok_device_massstorage.desktop http://commits.kde.org/amarok/3e0935ccdb5a13ca415655d9c9e45166db5ccfbf *** Bug 232976 has been marked as a duplicate of this bug. *** I too use NFS share for music and Amarok 2.8.0 and I don't find my NFS folders anywhere in there. Is there some plugin needed for it? (In reply to comment #4) > I too use NFS share for music and Amarok 2.8.0 and I don't find my NFS > folders anywhere in there. Is there some plugin needed for it? Please read the commit message in Comment #1: it will not show up as a separate collection, you can enable the NFS mounts to be added to the collection, provided those are mounted. FWIW: I have a samba share that I added to my collection, NFS should work exactly the same way. I can't see it as a separate collection. (In reply to comment #6) > I can't see it as a separate collection. Of course not, that never was shown as a separate collection. |