Problem WriteTag

nelson c

Well-known member
Anteriormente, usé el comando &cmd=makelibrary para cambiar la biblioteca de una canción desde la API, y se conservaron las etiquetas.

Ahora uso &cmd=makelibrary <normalize:-9.0|silence|mixpoint:-14.0|bpm> (sin pasar la lista de etiquetas), pero este comando elimina todas las etiquetas. ¿Hay alguna forma de evitar esto?
 
Sorry for the Spanish, I said earlier:

Previously, I used the &cmd=makelibrary command to change a song's library from the API, and the tags were preserved.

Now I use &cmd=makelibrary <normalize:-9.0|silence|mixpoint:-14.0|bpm> (without passing the tag list), but this command removes all the tags. Is there a way around this?
I'm following my code, and apparently the problem is the writetag command. For some reason, it's not writing the tags.
The only thing I've changed on my end is the code from the previous post.
After adding to a library, I run the api writetag command to assign it, but for some reason, the tags aren't added.
 
I'm following my code, and apparently the problem is the writetag command. For some reason, it's not writing the tags.
The only thing I've changed on my end is the code from the previous post.
After adding to a library, I run the api writetag command to assign it, but for some reason, the tags aren't added.
To clarify, does makelibrary remove the tags, or writetag command is faulty? Also, do you use the beta version 7.1 or stable 7.0?
 
Back
Top