Results 1 to 1 of 1
I just recently loaded and installed the *****xmms script, but it's not working the way I want it and I'm at a loss as to how to get it to ...
- 10-03-2007 #1Just Joined!
- Join Date
- Sep 2007
- Location
- Tampa, FL
- Posts
- 19
Stumped Trying to Modify *****X Script
I just recently loaded and installed the *****xmms script, but it's not working the way I want it and I'm at a loss as to how to get it to work like I'm wanting it to.
Currently, the script is pulling information from XMMS when it's playing and is showing the name of the file when I tell it to print its output in *****X. An example output would be this:
However, I want it to pull information from the ID3 tags instead of the file name so that when I call the script, it'll show something like this:Code:* Now Playing: 05 - Victoria's Secret.mp3 [0:06/5:03]
My current code in *****xmms-wrap is this, if it helps:Code:* Now Playing: Sonata Arctica - Victoria's Secret [0:06/5:03]
Code:#!/bin/bash *****xmms '* Now Playing: %s [%d:%02d/%d:%02d]'


Reply With Quote