Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding track to playlist (CLI) duplicates displayed comment tag info #535

Closed
AF-1 opened this issue Feb 15, 2021 · 1 comment
Closed

adding track to playlist (CLI) duplicates displayed comment tag info #535

AF-1 opened this issue Feb 15, 2021 · 1 comment
Labels

Comments

@AF-1
Copy link
Contributor

AF-1 commented Feb 15, 2021

When you add a track to a playlist using

Slim::Control::Request::executeRequest(undef, ['playlists', 'edit', 'cmd:add', 'playlist_id:'.$playlistid, 'url:'.$trackURL]);

the comment tag of the added track (as displayed in the LMS context menu/song details)
goes from "EXAMPLESTRING" to "EXAMPESTRING / EXAMPLESTRING".
Furthermore, whenever you repeat the command yet another "/ EXAMPLESTRING" is appended.

The file tag info and the info in the LMS database comments table remain unchanged (=correct and not duplicated).

Might have sth to do with Slim::Schema::Track:comment.

@mherger mherger added the bug label Feb 23, 2021
@mherger
Copy link
Contributor

mherger commented Apr 10, 2022

More details in #781.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants