1gmusicbrowser(1) gmusicbrowser(1)
2
3
4
6 gmusicbrowser - Jukebox for large collections of audio files
7
8
10 gmusicbrowser [-c] [-s] [-demo] [-ro] [-rotags] [-play] [-nodbus]
11 [-gst|-nogst] [-server] [-port N] [-C FILE] [-F FIFO|-nofifo] [-debug]
12 [-layout NAME] [-load FILE] [-use-gnome-session] [-cmd|-launch_or_cmd
13 CMD...]
14
15 gmusicbrowser -listcmd
16
17 gmusicbrowser -remotecmd CMD...
18
19 gmusicbrowser -tagedit FOLDER_OR_FILE ...
20
21
23 This manual page explains the gmusicbrowser program.
24
25 gmusicbrowser can play and manage your songs, currently supports mp3,
26 ogg, flac, mpc file formats. see http://gmusicbrowser.sourceforge.net/
27 for more informations.
28
30 -c don't check for updated/deleted songs on startup
31
32 -s don't scan folders for songs on startup
33
34 -demo don't check if current song has been updated/deleted
35
36 -ro prevent modifying/renaming/deleting song files
37
38 -rotags
39 prevent modifying tags of music files
40
41 -play start playing on startup
42
43 -gst use gstreamer
44
45 -nogst do not use gstreamer
46
47 -nodbus
48 do not use DBus
49
50 -server
51 send playing song to connected icecast client
52
53 -port N
54 listen for connection on port N in icecast server mode
55
56 -C FILE
57 use FILE as configuration file (instead of ~/.gmusicbroser/tags)
58
59 -F FIFO
60 use FIFO as named pipe to receive commans (instead of ~/.gmu‐
61 sicbroser/gmusicbrowser.fifo)
62
63 -nofifo
64 do not use/create named pipe $FIFOFile
65
66 -debug print lots of useless informations
67
68 -layout NAME
69 use layout NAME for player window
70
71 -load FILE
72 Load FILE as a plugin
73
74 -use-gnome-session
75 Use gnome libraries to save tags/settings on session logout
76 (needs the Gnome2 perl module).
77
78 -cmd CMD...
79 launch gmusicbrowser if not already running, and execute command
80 CMD.
81
82 -remotecmd CMD...
83 execute command CMD in a running gmusicbrowser
84
85 -launch_or_cmd CMD...
86 launch gmusicbrowser if not already running OR execute command
87 CMD in a running gmusicbrowser
88
89 -listcmd
90 list the available fifo commands and exit
91
92 -tagedit FOLDER_OR_FILE ...
93 Load songs in FOLDER_OR_FILE and display a dialog to edit their
94 tags.
95
96
98 ~/.gmusicbrowser/tags
99 contains songs tags and program options
100
101 /usr/share/gmusicbrowser/plugins/, ~/.gmusicbrowser/plugins/
102 files with extention .pm in these folders are loaded as plugins
103 on startup
104
105 /usr/share/gmusicbrowser/layouts, ~/.gmusicbrowser/layouts
106 contains layouts definitions
107
108 ~/.gmusicbrowser/gmusicbrowser.fifo
109 can be used to send commands to a running gmusicbrowser, eg :
110 echo CMD >~/.gmusicbrowser/gmusicbrowser.fifo where CMD is (run
111 "gmusicbrowser -listcmd" for an up-to-date list of commands) :
112
113 NextSong
114 Skip current song
115
116 PrevSong
117 choose previously played song
118
119 PlayPause
120 toggle Play/Pause mode
121
122 Stop stop playing
123
124 Rewind SEC
125 rewind SEC seconds
126
127 Forward SEC
128 forward SEC seconds
129
130 Browser
131 open browser window
132
133 ShowHide
134 hide/show gmusicbrowser windows
135
136 Quit quit gmusicbrowser
137
138 Save immediately save settings/song tags in ~/.gmusicbrowser/tags
139
140 ChangeDisplay DISPLAY
141 migrate the program to display DISPLAY (example : ":1")
142
143
145 http://squentin.free.fr/gmusicbrowser/gmusicbrowser.html,
146
147
149 If you wish to report a bug please use the reportbug(1) command.
150
151
153 Copyright (c) 2005-2008 Quentin Sculo <squentin@free.fr>
154
155
156
157gmusicbrowser Feb 24, 2008 gmusicbrowser(1)