Ok. Thank you. My format now will beZitat:
Zitat von Raphael
but without the linebreaks. This way artist and album names can be of any length and nothing will be cut. I think this is the most professional solutionCode:00517 // First line, number of artists (5 bytes)
016 // length of the first artist (3 bytes)
A perfect circle // Name of the artist (#1)
3 // Albumcount
016 // length of the first album
Emotive // Name of the album (#1)
016 // length of the second album
Mer de noms // Name of the album (#2)
016 // length of the third album
The thiteenth step // Name of the album (#3)
016 // length of the second artist
Aphex Twin // Name of the artist (#2)
2 // albumcount
016 // length of the first album
Come to daddy // Name of the album (#1)
016 // length of the second album
Selected ambient works // Name of the album (#2)
[...] // Name of the artist (#3)
