Pierre-Yves Landuré

Results 46 comments of Pierre-Yves Landuré

I can confirm that metadatas and genre are a difficult thing to get right, but with tools like Musicbrainz Picard, it is doable. So i'll add my vote to a...

I don't know the status of the work on your own metadata parser, but this command : `avprobe -show_format -show_streams -of 'json' file.m4a > info-file.json` Will extract audio metadata in...

I can confirm that aac files (m4a extension) are not imported by Sonerezh v1.1.3. If you need a m4a file, i wrote a complex bash script that can convert/sync a...

Thank you for you help. The only drawback of your command is that when "watchlist" is not present, it add a `null` tag to the XML in addition to the...

@estruyf From the top of my head, I see at least three configuration settings that would gain to be stored in separate files: - `frontMatter.taxonomy.contentTypes` array contents, that could be...

Hi, as far as i can understand, your regex is invalid. To match `[if it rains, i will not go]`, the regex should be `(\[.+\])` To match `[if it rains,...

Ok, my bad... i need to review my regex knowledge.

Shouldn't this feature request be closed ? On Ubuntu 22.04 snap, in Favourites , there is a add RSS feed ( "+" ) button.

I can confirm this error. It may be due to using phUML docker image on a PHP 8.2 code base.

Thank you for the precision