Clifford Wiebe | 2 Apr 2005 18:20
Picon
Favicon

Displaying additional informtion on directory listing

I'm sure this has been asked before, but here goes.
 
I keep a folder.jpg file in every album folder that is the album cover. Is there a theme sheet that displays album covers?
Thanks in advance.
_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Martin Lohmeier | 3 Apr 2005 02:27

Re: HTTP status code 410

Martin Lohmeier wrote:
> Hi,
> 
> since we just had one strange problem today...here is my one :-)
> 
> For a long time I have a small but annoying problem. The media player
> (normaly I use xmms, but tryed zinf too) skips tracks in my playlist.
> 
> When I have a look into the logfile I see for every skiped track, a http
> 410 line.
> Anyone else had have this problem?
> 
> by, Martin

Hi,

I spend some time with this problem. I did not find the problem, but 
could reproduce it.

Player is running on a remove mashin: no problem! Player is running on 
the same maschin: It get a log 410 errors! At the moment I get more 410 
then 200 (for one track which is stream correct, i get 10 or more which 
are not streamed correct.

I copied my music to an other box and which has the same setup (Debian 
sarge, linux 2.6, xfs filesystem) and I get the same results.

Unfortunatelly my setup requires the player to run on the same system.

by, Martin

--

-- 

Powered by Debian GNU / Linux
Ross Mohn | 4 Apr 2005 05:03
Picon
Favicon

Re: Displaying additional informtion on directory listing

On Sat, 2005-04-02 at 10:20 -0600, Clifford Wiebe wrote:
> I keep a folder.jpg file in every album folder that is the album
> cover. Is there a theme sheet that displays album covers?

Tabular theme has it. I'm sure you could add it to any of them if you
take a look at how it's done in index.html under the Tabular theme
directory.
--

-- 
Ross Mohn
rpmohn@...
Stuffed Crust | 4 Apr 2005 20:13

Re: HTTP status code 410

On Sun, Apr 03, 2005 at 02:27:49AM +0200, Martin Lohmeier wrote:
> Player is running on a remove mashin: no problem! Player is running on 
> the same maschin: It get a log 410 errors! At the moment I get more 410 
> then 200 (for one track which is stream correct, i get 10 or more which 
> are not streamed correct.

Can you post the acutal 410 messages, plus whatever's in the gnump3d 
log?  

gnump3d only spits out an 410 error if you're downsampling.  That's 
probably why your local vs remote clients are behaiving differently.

And it should only spit out a 410 if something goes wrong, like the
client closing the socket prematurely..

 - Solomon
--

-- 
Solomon Peachy        				 ICQ: 1318344
Melbourne, FL 					 JID: pitha@...
Quidquid latine dictum sit, altum viditur
_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Stan Mulder | 5 Apr 2005 04:43

test

test message.

Are my messages getting through?...
Ross Mohn | 5 Apr 2005 05:18
Picon
Favicon

Re: test

Your messages are getting through just fine. I downloaded your base_css
theme and will be playing around with it. Looks good!
Thanks -RPM

On Mon, 2005-04-04 at 22:43 -0400, Stan Mulder wrote:
> test message.
> 
> Are my messages getting through?...

--

-- 
Ross Mohn
rpmohn@...
Phil | 7 Apr 2005 15:25

Disable Download

Hi, 

I'm using gnump3d 2.9.3.

is it possible to disable te [download] link ?

Thanks.

Phil

--

-- 
Il messaggio e' stato analizzato ed e' risultato non infetto da virus.
Ross Mohn | 7 Apr 2005 16:26
Picon
Favicon

Re: Disable Download

On Thu, 2005-04-07 at 15:25 +0200, Phil wrote:
is it possible to disable te [download] link ?

Yes. Look at file_format in /etc/gnump3d/gnump3d.conf. Here's mine:

file_format = <tr><td width="10%">&nbsp;</td><td><a href="$LINK">$SONG_FORMAT</a></td><td>[<a href="/info/$PLAINLINK">Info</a>] [<a href="$PLAINLINK">Download</a>]</td></tr>

You would just need to remove the part at the end so it would look like this:

file_format = <tr><td width="10%">&nbsp;</td><td><a href="$LINK">$SONG_FORMAT</a></td><td>[<a href="/info/$PLAINLINK">Info</a>]</td></tr>

Cheers! -RPM
-- -- Ross Mohn rpmohn-VmQCmMdMyN0AvxtiuMwx3w@public.gmane.org
_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Ross Mohn | 7 Apr 2005 16:42
Picon
Favicon

HOWTO display album covers in Gnump3d

There've been several questions about this lately, so here's the technique for displaying album covers in Gnump3d. You open the index.html template file of the theme, for me it's /usr/share/gnump3d/Tabular/index.html. Now, wherever you want the image to appear, you put code such as this:

<div align="center"><img src="folder.jpg" alt="No cover image"></div>

Usually you'll put it in the code between the BANNER and PLAYLISTS sections.

I also like to display a small cover next to the subdirectories, so I shrunk each cover using ImageMagick and saved it to small.jpg. Then I changed my directory_format setting in /etc/gnump3d/gnump3d.conf to this:

directory_format = <tr><td width="10%"><div align="center"><img src="$LINK/small.jpg" alt="&nbsp;"></div></td><td><a href="$LINK">$DIR_NAME</a></td>
<td>$SONG_COUNT</td><td>$DIR_COUNT</td><td>[$RECURSE]</td></tr>

Enjoy! -RPM
-- -- Ross Mohn rpmohn-VmQCmMdMyN0AvxtiuMwx3w@public.gmane.org
_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users
Clemson, Chris | 7 Apr 2005 16:47
Picon

RE: HOWTO display album covers in Gnump3d

cool.
you could also use the WIDTH and HEIGHT tags for IMG to scale them if you don't want the extra small.jpg files
lying around.

> -----Original Message-----
> From: 
> gnump3d-users-bounces+chris.clemson=softwareag.co.uk@... 
> [mailto:gnump3d-users-bounces+chris.clemson=softwareag.co.uk <at> g
> nu.org] On Behalf Of Ross Mohn
> Sent: 07 April 2005 15:43
> To: gnump3d-users@...
> Subject: [Gnump3d-users] HOWTO display album covers in Gnump3d
> 
> 
> There've been several questions about this lately, so here's 
> the technique for displaying album covers in Gnump3d. You 
> open the index.html template file of the theme, for me it's 
> /usr/share/gnump3d/Tabular/index.html. Now, wherever you want 
> the image to appear, you put code such as this:
> 
> <div align="center"><img src="folder.jpg" alt="No cover image"></div>
> 
> Usually you'll put it in the code between the BANNER and 
> PLAYLISTS sections.
> 
> I also like to display a small cover next to the 
> subdirectories, so I shrunk each cover using ImageMagick and 
> saved it to small.jpg. Then I changed my directory_format 
> setting in /etc/gnump3d/gnump3d.conf to this:
> 
> directory_format = <tr><td width="10%"><div 
> align="center"><img src="$LINK/small.jpg" 
> alt="&nbsp;"></div></td><td><a href="$LINK">$DIR_NAME</a></td>
> <td>$SONG_COUNT</td><td>$DIR_COUNT</td><td>[$RECURSE]</td></tr>
> 
> Enjoy! -RPM
> 
> 
> -- 
> Ross Mohn
> rpmohn@...
> 

Gmane