dano export configs

Wow, nice solution Dano!
Is there any way you can know the ammount of subfolders untill the artist folder? Maybe a solution would be to have the regexp match the artist name in the middle of %_folderpath% and stop? I'm not an expert on RegExp, but I think that can be done :slight_smile:

:wink: Peregrino

The sorting should work without tags so I can't look for artist.

Another solution is (only works with v2.38c)

$loop($regexp(%_folderpath_rel%,\\.+$,))

That works if the user loaded the parent folder of the artist folders.
e.g.
c:\stuff\my music\Bowie\Outside\Outside{files}
He must load "my music" but not "stuff" or c:

Hello
Thanks for your great config files
I use dano_List_Album_dir_js_ex
but how do i have to edit the mte-file to create a html without the Genre-column?
and like Sam I want to create EXACTLY the structure of the folders/files
For Example in my folder I:\Musik\MP3's\The Kooks\ I have some mp3s which do not belong to a certain Album but I also so have a full album in I:\Musik\MP3's\The Kooks\Inside In, Inside Out and that's a problem when creating a html.
Is there a solution now?
thanks
joke

Unrue. E.g. I have multiple commercial albums under same artist and title. To solve this I tag with the EAN/UPC... except where there's none :wink:

Hi!
Just stumbled upon MP3Tag and your exportfiles and I must say I'm impressed - exactly what I needed. Wonderful program and exporting capabilities! Thank you for that. I use dano_List_Genre_js_ex.mte

I made some small alterations to overcome the tons of HTML errors ( f.i. <-- comment --> and a different javascript declaration). However, one thng escapes me. The script uses an ID that is made up by f.i. the album name. But album names mostly have unallowed characters in them, like spaces or brackets, so the HTML validator screams at that.
Wouldn't it be possible to use ID's that are composed of the numbers your script generates for the albums? After all, they are unique numbers and that is compliant with HTML standards.

I have fiddled around a bit to see how that can be done, but apparantly my programming skills are lacking here.
Does anybody perhaps have a suggestion or point me in the right direction?

OK, I found the solutions for the HTML validation errors. Via trial and error I changed some parts of the code slightly. Should you be interested, please PM me.

Update
I adapted the original script a bit further and added some things, f.i. a different behaviour for the genre "Classical" (composers, artists and conductors are more interesting there). Plus
it is now valid HTML 4.01 strict.
You could see it in action on this webpage.

To Peregrino:

You have put the icing on the cake! Dano's export configuration is very good but I am also a format fanatic, so the improvements that you provided are very welcome. I wonder why they have not been incorporated into the "official" code. Thanks for your efforts.

Thanks! I don't know why they didn't update the official macro, but most probably because the macro is abandoned.

As a remainder, please do not reply in topics whose latest post is more than 2 years old. As a matter of fact, they should be closed to new comments...

Peregrino

please do not reply in topics whose latest post is more than 2 years old.

Why??