application icongmusicbrowser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
third_party_apps:xchat [2008/11/11 22:42] lau1third_party_apps:xchat [2009/04/17 16:17] lau1
Line 4: Line 4:
 It's at a very early stage so be kind. It's at a very early stage so be kind.
 It is inspired from rythmbox xchat perl plugin. It is inspired from rythmbox xchat perl plugin.
 +
 +I added some checks so that it fails to load gracefully.
 +
 +Struggling with actually launching gmusicbrowser (I can launch it but it hangs xchat till you close it)
  
  
 ===== Installing the script ===== ===== Installing the script =====
 download it from  download it from 
-http://sites.google.com/site/lcoudeur/Home/gmplay.pl.zip?attredirects=0+http://sites.google.com/site/lcoudeur/Home/gmplay.pl2.zip?attredirects=0
  
 ==== Changing the message displayed ==== ==== Changing the message displayed ====
Line 51: Line 55:
  syntax error at (eval 29) line 60, near ")  syntax error at (eval 29) line 60, near ")
  Xchat::print"  Xchat::print"
 +</code>
 +
 +if everything is fine Xchat will let you know buy printing the message
 +<code>
 + Loaded gmusic XChat 0.0.3:
 </code> </code>
  
  
 ===== Commands available ===== ===== Commands available =====
 +
  
 ==== Help ==== ==== Help ====
Line 60: Line 70:
  
 What can it do ? What can it do ?
 +
 +At the moment it can only do things when gmusicbrowser is running. It will not start it.
  
 in xchat type  in xchat type 
Line 65: Line 77:
 /gm_help /gm_help
 </code> </code>
 +
 +You will be able to View this:
 +<code>
 + gmusic XChat Help:
 +   * Script Version:     0.0.3
 +  About:
 +   * Author: Laurent Coudeur <####################">
 +  Commands:
 +  * /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.
 +</code>
 +
 +there you have 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 ;) Lots ;)
-Updating the page...+ 
 +  * Updating the page... 
 +  * Add command to start gmusicbrowser. 
 +  
  
  
third_party_apps/xchat.txt · Last modified: 2022/05/23 01:30 by 127.0.0.1
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0