Aaron Cunnington
Aaron Cunnington
I am experiencing the same issue. I just installed `filebrowser` via Docker yesterday (tag: `latest`, updated 3 months ago). This is the associated log message from `docker logs filebrowser -f`:...
This is still an issue. A workaround is to copy from `a` to `b`, then delete `a`.
This is still an issue. Additionally, the linked PR has been auto closed due to the overly aggressive github actions. Issues rarely resolve themselves without manual intervention, so perhaps the...
While this appears to work in VSCode, the HTML output from `jsdoc` does not. Even when the markdown plugin is enabled.
I am having the same issue. The workaround detailed above (switching from BOTTOM or TOP alignment to either LEFT or RIGHT) worked for me.
Ok, if I run ffmpeg directly from the console with the command: `ffmpeg -i "D:/Music/Altitude - Homecoming.mp3" -f ffmetadata pipe:1` I can see the metadata without any problems. ffmpeg is...
Here is a sample of code I am using: ``` javascript var dir = require('node-dir'); var ffmetadata = require('ffmetadata'); dir.files('D:/Music/Anjunabeats Vol. 11/Split/CD 1', function(err, files) { if(err) { throw err;...
Apologies for the delay, I'm traveling for the next few weeks and will try to continue working on this project in early January. On 20 Dec 2014 00:33, "Parsha Pourkhomami"...