How to display image tag ?

neoslaker

28-10-2009 15:08:59

Hi,

The cover will be automatically retrieved from "folder.jpg" file, placed in the album folder.

But no cover is displayed if the image is in the tag file only ?
Do you know how to display it in this case ?

I'm using the last version 3.0.0 Vibestream server

Thanks for your help
Jérémie

siit

28-10-2009 15:45:51

Images stored in the id3 tag is not supported in the current version.

neoslaker

30-10-2009 16:39:20

Hi siit,

Thanks for your answer
Maybe supported in a future version ? )

Good luck and thanks for VibeStream !

Phil

30-10-2009 17:16:17

Assuming these tags are indexed and stored in the database it wouldn't take much to include them, perhaps in a mod. I however don't know what is being stored at the moment. Maybe Siit can enlighten us?

It may actually be a performance issue...

Snickolaz

03-11-2009 17:52:33

Is there any way for it to just search for any jpg file in the folder of the mp3? Instead of just looking for "folder.jpg". Because most of mine are named the CD title, because that's how Winamp downloads it.

Phil

03-11-2009 18:25:48

Is there any way for it to just search for any jpg file in the folder of the mp3? Instead of just looking for "folder.jpg". [/quote17xuwr6s]

Open 'get-cover.vibe' in a text editor. Assuming a default installation this file is located at C\Program Files\Vibe Streamer\sites\default\vibe\resources\ajax\plugin\nowplaying.

Change the following line from
[code17xuwr6s]+ " AND ([name]='cover.jpg' OR [name]='folder.jpg')"[/code17xuwr6s]

to
[code17xuwr6s]+ " AND [name] like '%.jp%'"[/code17xuwr6s]

This will match any JPG or JPEG file in the currently playing directory. If there are multiple JPGs in that directory it will choose the first one.

Snickolaz

03-11-2009 21:35:10

That was exactly what I wanted! It worked like a charm and now I see the pictures. Thanks Phil!

DD6VD

06-11-2009 19:11:01

Images stored in the id3 tag is not supported in the current version.[/quote1dc198jv]

Hope that will be fixed next time, all my covers in the tag.
I have no interest to put all folder.jpg in any album dir here, to many Albums thats a hard job.

PaulDPearl

29-10-2010 03:32:22

Bump it up for Phil!