After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 535323 - Don't show each volume on a multi-volume MSC DAP
Don't show each volume on a multi-volume MSC DAP
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Device - USB Mass Storage
git master
Other All
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-28 18:48 UTC by Michał Sawicz
Modified: 2010-04-04 01:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ignore a device when it contains a .is_not_audio_player file (2.27 KB, patch)
2010-03-29 10:19 UTC, Jeroen Budts
none Details | Review
ignore devices with a .is_not_audio_player (2.25 KB, patch)
2010-04-03 10:03 UTC, Jeroen Budts
committed Details | Review

Description Michał Sawicz 2008-05-28 18:48:47 UTC
I have three volumes mounting with my N800 Internet Tablet, only one of which I'd like to show up in Banshee, cause only one will ever contain interesting media files.
Thus, a .is_not_audio_player file in the root folder of the volumes could tell Banshee not to use the devices at all.

Other information:
Comment 1 Gabriel Burt 2009-06-02 20:47:57 UTC
Yeah, we should handle this better.
Comment 2 Gabriel Burt 2009-10-27 20:19:04 UTC
Bulk changing the assignee to banshee-maint@gnome.bugs to make it easier for people to get updated on all banshee bugs by following that address.  It's usually quite apparent who is working on a given bug by the comments and/or patches attached.
Comment 3 Jeroen Budts 2010-03-29 10:19:03 UTC
Created attachment 157365 [details] [review]
Ignore a device when it contains a .is_not_audio_player file
Comment 4 Jeroen Budts 2010-04-03 10:03:50 UTC
Created attachment 157797 [details] [review]
ignore devices with a .is_not_audio_player

fixed the commit message
Comment 5 Alexander Kojevnikov 2010-04-04 01:50:05 UTC
Committed, thanks Jeroen!

commit 376537cf8ae2d0ee3d4aa7816800d534e6688f8c
Author: Jeroen Budts <jeroen@lightyear.be>
Date:   Sun Apr 4 11:46:58 2010 +1000

    [Dap.MassStorage] .is_not_audio_player usage (bgo#535323)
    
    Ignore devices with a .is_not_audio_player
    
    Signed-off-by: Alexander Kojevnikov <alexander@kojevnikov.com>