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 535325 - GUI for .is_audio_player
GUI for .is_audio_player
Status: RESOLVED WONTFIX
Product: banshee
Classification: Other
Component: Device - USB Mass Storage
unspecified
Other All
: Normal enhancement
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
gnome[unmaintained]
: 691929 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-05-28 18:52 UTC by Michał Sawicz
Modified: 2020-03-17 08:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A prototype solution to this bug (8.38 KB, patch)
2013-01-20 22:08 UTC, Hans Oesterholt
none Details | Review

Description Michał Sawicz 2008-05-28 18:52:26 UTC
It would be nice to be able to define the settings available through the .is_audio_player (or .is_not_audio_player, if/when #535323 is resolved) file from a GUI inside Banshee, without the need to dig up the technical details of said file.
Comment 1 Gabriel Burt 2009-10-27 20:16:25 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 2 Samuel Gyger (IRC: thinkabout) 2012-03-11 11:14:54 UTC
It would be better to move this setting to Nautilus. Also Rhythmbox reads this setting, so why not show the bar: "This disk contains Music Files, is it a media player? Configure.

What do you think?
Comment 3 Andrés G. Aragoneses (IRC: knocte) 2013-01-20 21:20:48 UTC
*** Bug 691929 has been marked as a duplicate of this bug. ***
Comment 4 Hans Oesterholt 2013-01-20 22:07:27 UTC
As requested by Andrés, here's the patch of a prototype solution for this bug that I added to https://bugzilla.gnome.org/show_bug.cgi?id=691929.
Comment 5 Hans Oesterholt 2013-01-20 22:08:11 UTC
Created attachment 233966 [details] [review]
A prototype solution to this bug
Comment 6 olivier dufour 2013-03-23 21:33:10 UTC
Hi,

Thanks for this patch.
I do not like your system with thread sleep to wait response from gtk thread.
You can run the Gtk thread with ThreadAssist.ProxyToMain.
Else if you have not access You can use delegate or event system.
Anyway, avoid this thread sleep ugly trick...
Another thing, do not keep the olde code with comment. Git is here to remember what is done previously.
About coding guidelines, you have to fix few things :
space before and after =
variable case.
....
Folow rules here:
https://git.gnome.org/browse/banshee/tree/HACKING
Comment 7 Hans Oesterholt 2013-04-05 06:46:33 UTC
Thanks for the comment. This was only meant as a spike to show a possible way that can be followed to solve this issue. It has never been meant as a real solution. I wish you good luck with programming it yourself in banshee.
Comment 8 André Klapper 2020-03-17 08:26:34 UTC
Banshee is not under active development anymore and had its last code changes more than three years ago. Its codebase has been archived.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Please feel free to reopen this ticket (or rather transfer the project
to GNOME Gitlab, as GNOME Bugzilla is being shut down) if anyone takes the
responsibility for active development again.
See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/264 for more info.