Audiosoft Forums Last active: Never
Not logged in [Login - Register]
Go To Bottom

Printable Version | Subscribe | Add to Favourites   Post new thread Poll:
Author: Subject: APEv2 Tag Format or customizable tag reading from file system
FMulder
Newbie
*




Posts: 1
Registered: 10-20-2004
Member Is Offline

mad.gif posted on 10-20-2004 at 09:23 AM Edit Post Reply With Quote
APEv2 Tag Format or customizable tag reading from file system

Hi,
I have a lot of MPC and APE files, all with APEv2 tag format and no ID3v2. When I load them into the database, I get the new database entries all messed up, because I have the files organized in the file system in a way that EJ seems to not recognize...
My files are ALL organized in this way:
Artist\(Year) Album\TrackNR - Title.mpc
but in EJ I get tracknr as the artist, and just the title correct.

Are you planning to release a new version with APEv2 tag format support?

Or, at least, do you think it's possible to tell ej HOW to read the info from the file system?
View User's Profile View All Posts By User U2U Member
ochristmas
Member
***




Posts: 119
Registered: 8-27-2003
Location: UK
Member Is Offline

posted on 10-21-2004 at 03:53 AM Edit Post Reply With Quote
why the pissed off face?
View User's Profile View All Posts By User U2U Member
SilverSquadron
Junior Member
**




Posts: 14
Registered: 9-21-2004
Member Is Offline

smilegrin.gif posted on 11-10-2004 at 06:18 PM Edit Post Reply With Quote
APEv2 Tags

Maybe we should consider a different direction....
:D instead of :mad: ...

But I am glad, that more people are interested in APE tag support.
Imagine yourself in 2006, with a low budget HDD of 4.5 Tb !!
Why losing valuable quality with mp3's ??.

Anyway, I still think that E-Jukebox is the best music program
aound. Too bad my 2 x 30 days are LONG GONE.

I'll purchase the program once I can RATE my APE's.
:P

Maybe I should try to write a plugin myself someday, so that
we all can have what we desire for...
View User's Profile View All Posts By User U2U Member
Fishy
Senior Member
****


Avatar


Posts: 960
Registered: 10-19-2003
Location: Norway, Trondheim
Member Is Offline

posted on 11-10-2004 at 07:08 PM Edit Post Reply With Quote
Word :)



-----------
Fishy
View User's Profile Visit User's Homepage View All Posts By User U2U Member Fishy's ICQ status
Audiosoft
Super Administrator
*********




Posts: 3397
Registered: 3-11-2003
Member Is Offline

posted on 11-10-2004 at 11:45 PM Edit Post Reply With Quote
The problem with supporting all the different tag formats besides the mp3 id3 tag is that most of them do not allow for embedding album images, custom fields for ratings, etc.

We are thinking about making eJukebox save the tag data for non-mp3 files to individual text based files with the same file name and a ".tag" extension?

For example:
You have a file called "Zed Leppelin - Stairway to Heaven.ape"

eJukebox would then create a file called "Zed Leppelin - Stairway to Heaven.tag" in the same directory as the .ape.

The file would be marked 'hidden' so you could hide these files in explorer. If you make hidden files visible in explorer you could then copy or move these .tag files along with the music or video file with the same name if you need to....and eJukebox would be able to get the data from them when the eJukebox database is rebuilt.

Edits made in eJukebox would be saved to the .tag files along with popularity counts and album images. You would be able to open the .tag files in notepad to see the data as it would all be text based except for the album image data.




:cool: Audiosoft
View User's Profile E-Mail User Visit User's Homepage View All Posts By User U2U Member
Pirk
Posting Freak
*****




Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline

posted on 11-10-2004 at 12:52 PM Edit Post Reply With Quote
Hum hum... i don't want so many text files with my music files! :o even if they are hidden...

Is it absolutly necessary to have the images embedded in the music files as they are already either in the database or in a separate .jpg image file?

And what it will happen to these txt files if the music files be renamed??? they will stay as a lot of waste on our hard drives!?? No good, i think...
View User's Profile Visit User's Homepage View All Posts By User U2U Member
Audiosoft
Super Administrator
*********




Posts: 3397
Registered: 3-11-2003
Member Is Offline

posted on 11-10-2004 at 03:14 PM Edit Post Reply With Quote
Currently the data for all files is always stored in the database, as you know, and also in the tag for mp3 files....but if you rebuild your database any data changes on non-mp3 files is lost.

.tag files would only be created for non-mp3 files...and we could instead make it so it saves the album image as a seperate file such as "artist-albumname.jpg" instead. We can't have it save the album image as cover.jpg because allot of people have multiple albums in the same folder.

If you rename a non-m3 file you would have to rename its .tag file to the same name. We would add the ability to rename a file in the eJukebox editor which would automatically rename the .tag file.

We really don't like the idea of having a bunch of extra files created either but it is the only sure fire solution we can think of to instantly add support for saving data on ALL non-mp3 files outside of the database....so that it can be restored after rebuilding or moving files.




:cool: Audiosoft
View User's Profile E-Mail User Visit User's Homepage View All Posts By User U2U Member
Pirk
Posting Freak
*****




Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline

eureka.gif posted on 11-10-2004 at 08:05 PM Edit Post Reply With Quote
Quote:
Message original : Audiosoft
We would add the ability to rename a file in the eJukebox editor which would automatically rename the .tag file.

OK, that would be a interesting new feature!
That would be great if you could use in the editor the same flexible way -i mean modifiable by the user... :)- that you have already used for the cd ripper:

Save files to:
C:/my music

Folder and file names construction:
<genre>/<artist> - <year> - <album>/<track#>. <title>
View User's Profile Visit User's Homepage View All Posts By User U2U Member
ochristmas
Member
***




Posts: 119
Registered: 8-27-2003
Location: UK
Member Is Offline

posted on 11-11-2004 at 12:03 PM Edit Post Reply With Quote
Im not particularly technical but.... if you are basing the new tag file on the audio's filename - cant you create a new "nonmp3" table where the id is the file name(including full directory structure to be safe) and then record all relevant data in the new table. This would keep everything as is whilst only marginally increasing the size of the eJ db.

Sounds like a plan to me...
View User's Profile View All Posts By User U2U Member
Pirk
Posting Freak
*****




Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline

posted on 11-11-2004 at 12:59 PM Edit Post Reply With Quote
Quote:
Message original : ochristmas
Im not particularly technical but....


I think so... ;)
View User's Profile Visit User's Homepage View All Posts By User U2U Member
Post new thread Poll:

Go To Top

Audiosoft Home | Download EJukebox for Windows | Register EJukebox
©2019 Audiosoft Network. All rights reserved.
[queries: 16]
HTML5 Color Picker for CSS Opacity
Short Url Service with Stats