Re: Display Artist-Song

Dean Sellis <[email protected]> Mon, 11 Aug 2003 20:59:43 -0500
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
I thought that might be the problem too.  I went to the /?op=select 
screen and clicked on a song, and got the same results.  The filename 
is displayed for all the files I encoded with iTunes, but when I click 
on a file that is encoded with CDex on a PC, the title and artist is 
displayed.  I know the rewrite is working because the URL's in Winamp 
and in iTunes shows the md5 hash of the filename.  When I look at the 
MP3 Stream info, it shows the Metadata interval, the stream name 
(correct), and the title is displayed as the full filesystem path name. 
  Very odd indeed.  I don't think there is a problem with Apache (I've 
been working with Apache for over 5 years and have hacked on the code), 
I think there is a problem with the mp3 files I've encoded with iTunes, 
or there is something funny going on with mod_mp3 and these files.

Thanks,
Dean


On Monday, August 11, 2003, at 06:51  PM, Andrew Liebeskind wrote:

> Dean,
>
> I think there's something odd going on here -- I've got my own MP3 
> files
> using nothing but id3v2 tags, and haven't had any problem with mod_mp3 
> not
> showing the tags in the stream.  It sounds like mod_rewrite isn't 
> getting
> triggered to map the mp3 file request into a mod_mp3 request URL.  The
> only time I've ever seen the filename show up in the player window is 
> when
> the file was being served directly instead of being streamed through
> mod_mp3.
>
> Things to try:
>
> 1) Go directly to the mod_mp3 virtual server with a URL like:
> http://foo.bar.com:8001/?op=select
> (change hostname and port as appropriate for your config).  Try playing
> songs directly from there, and see if the tags show up properly.  If 
> they
> do, then mod_mp3 works, and it's the redirection that's failing.
>
> 2) If you're using Winamp as a player, try looking at the file info 
> while
> you're playing.  It should have entries for "Metadata interval", 
> "Stream
> name", "Current title", etc.  If the stream-related entries aren't 
> there,
> then you're probably playing the file URL directly instead of 
> redirecting
> to Netjuke.
>
> If you want to send me your Apache config, I'll have a look and see if
> anything looks at odds with my own config.  The mod_rewrite stuff 
> you're
> using is something I worked out more or less by trial and error, so 
> it's
> possible something odd is in there that I missed.
>
> Andrew
>
> Dean Sellis said:
>> I'm using iTunes to encode the songs.  Here is the output from id3v2
>> (command line program) with the tags from one of the files.  None of
>> the files that were encoded have the artist/title displayed.  All 
>> files
>> encoded with CDex, correctly show the artist and title.
>>
> <snip>
>> Dean
>>
>>
>> On Monday, August 11, 2003, at 09:59  AM, Brian Aker wrote:
>>
>>> On Sun, 2003-08-10 at 19:11, Dean Sellis wrote:
>>>> I think I found the problem.  It seems mod_mp3 won't read id3v2 
>>>> tags,
>>>> and iTunes doesn't write id3v1 tags.  Most of my files were encoded
>>>> with iTunes and so there is no information for mod_mp3 to read.  I'm
>>> Actually it should be able to. What program did you use to do the
>>> encoding?
>>> 	-Brian
>>> --
>>> _______________________________________________________
>>> Brian "Krow" Aker, [email protected]
>>> Seattle, Washington
>>> http://krow.net/
>>> http://askbrian.org/
>>> _______________________________________________________
>>> You can't grep a dead tree.
>>>
>
>
> -- 
> ### Andrew Liebeskind ###### That's logic, as I know and use it. ###
> #    "I am the Golux", said the Golux, proudly, "the only Golux    #
> #    in the world, and not a mere Device."                         #
> #                        --_The Thirteen Clocks_, James Thurber    #
> ### [email protected] ########### http://www.meredevice.com/ ###
>
> _______________________________________________
> Mod_mp3 mailing list
> [email protected]
> http://lists.tangent.org/mailman/listinfo/mod_mp3