You are not logged in.
Pages: 1
Whenever I attempt to edit any tags on a music file, it simply says that is has a problem reading the file, and will not let me edit the tags.
I read in another post about permissions problems and config problems. However both mpd's config file and ncmpcpp's config file point to the same directory:
mpd :
music_direcotry "home/user/music"ncmpcpp :
mpd_music_dir = home/user/musicI've also tried when in the home/user directory :
chmod +rwx ~/musicand
chmod 777 ~/musicagain it seems to produce the error despite the directory having read, write and execute perms...
I'm running
systemctl mpd.service --userI'm not sure if this is causing any problems. But reading the mpd arch wiki advises this should point to the .config/mpd/mpd.conf file and I see no obvious problem when looking at my mpd.conf.
Any help with this would be greatly appreciated. Thanks.
Offline
mpd :
music_direcotry "home/user/music"
This has a typo.
This is the reason we ask for the *exact* config file contents and verbatim logs, not your interpretation of them. Post those otherwise we have nothing to go on, it doesn't matter if you think that there is nothing obviously wrong with them.
Offline
My bad dude, however it is correctly spelled in the config...
"music_directory"
here are the configs:
MPD: https://pastebin.com/CgEYgjWy
ncmpcpp: https://pastebin.com/5yjaUmwT
Let me know if I am being stupid.
Offline
Offline
Originally followed this, I've re-jigged my both configs to read "~/music/" now instead. Now instead of the "problem reading the file" it says "Error while writing tags : Operation now in progress"
Offline
Even the pasted config had
mpd_music_dir = home/k/music and I'd not use shell specific aliases like "~" but try to use the full canonical path.
Also ensure the database isn't still updating.
Offline
Even the pasted config had
mpd_music_dir = home/k/musicand I'd not use shell specific aliases like "~" but try to use the full canonical path.
Also ensure the database isn't still updating.
Okay I've again changed it back to "/home/k/music/" on both configs and I have also made a new mpd.db and removed the line that reads 'auto_update "yes"'.
I'm still getting the same "Error while writing tags : Operation now in progress" when attempting to write tags.
Offline
seth wrote:Even the pasted config had
mpd_music_dir = home/k/musicand I'd not use shell specific aliases like "~" but try to use the full canonical path.
Also ensure the database isn't still updating.Okay I've again changed it back to "/home/k/music/" on both configs and I have also made a new mpd.db and removed the line that reads 'auto_update "yes"'.
I'm still getting the same "Error while writing tags : Operation now in progress" when attempting to write tags.
I've managed to solve this by changing the file format of the file. I'm playing around with it but it didn't like .webm files it seems... Not 100%, however when attempting to write tags to .opus files it seemed to work fine. Thank you very much seth for all the help mate. I was quite messy with my responses so I appreciate it lad!
Offline
https://github.com/ncmpcpp/ncmpcpp/issues/215
taglib supports opus, but (so far) not webm
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1