Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| third_party_apps:xchat [2008/11/11 22:40] – added install info and update instruction lau1 | third_party_apps:xchat [2022/05/23 01:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| It is inspired from rythmbox xchat perl plugin. | It is inspired from rythmbox xchat perl plugin. | ||
| + | The script is now capable of launching gmusicbrowser | ||
| + | It will load gmusicbrowser automatically upon startup | ||
| + | |||
| + | If you close gmusicbrowser then use one of the command it will let you know that it needs restarting. | ||
| + | A new commands will let you do that. | ||
| ===== Installing the script ===== | ===== Installing the script ===== | ||
| - | download | + | Download |
| - | http:// | + | https:// |
| ==== Changing the message displayed ==== | ==== Changing the message displayed ==== | ||
| - | |||
| Edit the script (in your editor of choice) and update the message printed. | Edit the script (in your editor of choice) and update the message printed. | ||
| <code perl> | <code perl> | ||
| Line 17: | Line 21: | ||
| my $playing =" | my $playing =" | ||
| </ | </ | ||
| - | |||
| The script can display all the informations provided by Dbus to modify the output: | The script can display all the informations provided by Dbus to modify the output: | ||
| Dbus provides album, artist, disc, length, title, track. | Dbus provides album, artist, disc, length, title, track. | ||
| The current scrip displays artist - title - album | The current scrip displays artist - title - album | ||
| - | as shown below. | + | As shown below. |
| <code perl> | <code perl> | ||
| Line 52: | Line 55: | ||
| | | ||
| </ | </ | ||
| + | |||
| + | If everything is fine Xchat will let you know by printing the message | ||
| + | < | ||
| + | | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== gmusicbrowser is not loaded already. ===== | ||
| + | |||
| + | |||
| + | The script will start it. | ||
| + | |||
| + | If you close gmusicbrowser and try to use a script command querying gmusicbrowser you will get a message telling you that it is not running. | ||
| + | You can start then start it using the command /gm_start. | ||
| ===== Commands available ===== | ===== Commands available ===== | ||
| - | to be done (it' | + | |
| + | |||
| + | ==== Help ==== | ||
| + | Now that you have installed and updated your script. | ||
| + | |||
| + | What can it do ? | ||
| + | |||
| + | In xchat type | ||
| + | < | ||
| + | /gm_help | ||
| + | </ | ||
| + | |||
| + | You will be able to View this: | ||
| + | < | ||
| + | | ||
| + | * Script Version: | ||
| + | About: | ||
| + | * Author: Laurent Coudeur <####################"> | ||
| + | Commands: | ||
| + | * /gm_start - starts gmusic browser when it has been closed. | ||
| + | * /gm_play - Display the current song playing to a channel. | ||
| + | * /gm_next - Skip to the next track. | ||
| + | * /gm_prev - Skip to the previous track. | ||
| + | * /gm_pause - Pause/start playback. | ||
| + | * /gm_browse - Open Gmusic UI window. | ||
| + | * /gm_volup - Increase volume. | ||
| + | * /gm_voldown - Decrease volume. | ||
| + | * /gm_help - Display this help screen. | ||
| + | </ | ||
| + | |||
| + | There you have it | ||
| + | |||
| + | * /gm_start Starts gmusicbrowser if it' | ||
| + | * /gm_play does what it says on the tin. Displays the currently playing song information as set in previous paragraph. | ||
| + | * /gm_next skips the current song | ||
| + | * /gm_prev plays the previous song | ||
| + | * /gm_pause will pause a playing song, or restart a paused song. | ||
| + | * /gm_browse opens the gmusic browser window | ||
| + | * /gm_volup increase the volume (if your at the maximum level it won't) | ||
| + | * /gm_voldown decrease the volume (...) | ||
| + | |||
| ===== Todo list ===== | ===== Todo list ===== | ||
| - | Lots ;) | + | Any suggestions? |
| - | Updating the page... | + | |
