FMulder
Newbie
Posts: 1
Registered: 10-20-2004
Member Is Offline
|
posted on 10-20-2004 at 09:23 AM
|
|
|
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?
|
|
ochristmas
Member
Posts: 119
Registered: 8-27-2003
Location: UK
Member Is Offline
|
posted on 10-21-2004 at 03:53 AM
|
|
|
why the pissed off face?
|
|
SilverSquadron
Junior Member
Posts: 14
Registered: 9-21-2004
Member Is Offline
|
posted on 11-10-2004 at 06:18 PM
|
|
|
APEv2 Tags
Maybe we should consider a different direction....
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.
Maybe I should try to write a plugin myself someday, so that
we all can have what we desire for...
|
|
Fishy
Senior Member
Posts: 960
Registered: 10-19-2003
Location: Norway, Trondheim
Member Is Offline
|
posted on 11-10-2004 at 07:08 PM
|
|
|
Word
-----------
Fishy
|
|
Audiosoft
|
posted on 11-10-2004 at 11:45 PM
|
|
|
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.
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 11-10-2004 at 12:52 PM
|
|
|
Hum hum... i don't want so many text files with my music files! 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...
|
|
Audiosoft
|
posted on 11-10-2004 at 03:14 PM
|
|
|
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.
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 11-10-2004 at 08:05 PM
|
|
|
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>
|
|
ochristmas
Member
Posts: 119
Registered: 8-27-2003
Location: UK
Member Is Offline
|
posted on 11-11-2004 at 12:03 PM
|
|
|
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...
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 11-11-2004 at 12:59 PM
|
|
|
Quote: | Message original : ochristmas
Im not particularly technical but.... |
I think so...
|
|