User Activity

  • Posted a comment on discussion Help on MediaInfo

    Hi there; I'm generating playlists from directories of files using: mediainfo $(ls -t *.mp3) --output=JSON Great! But now I'd like to parse that into m3u, pls and particularly valid iTunes RSS XML files. For node, I found this: https://www.npmjs.com/package/jstoxml I guess for pls and m3u it should be easy to parse the mediainfo out with jq, but before I head down that road, I was wondering if anyone else had done this or knows of an "all in one" tool? Thanks!

  • Posted a comment on discussion Help on MediaInfo

    Hi - thanks for your rapid reply; the forum hadn't subscribed me to the thread! I just figured it out - the answer was right there in my question! mediainfo $(ls -t *.mp3) --output=JSON Just what I was looking for :)

  • Posted a comment on discussion Help on MediaInfo

    I love the fact that I can so easily build a valid json playlist for every directory containing the podcasts, with all the details, after downloading podcasts: for D in */; do cd ${D}; mediainfo *.mp3 --output=JSON > playlist.json; cd ../ ; done Fantastic - never been easier, especially now the latest version builds a complete, valid JSON object. Except.. I just found that a few podcasts don't use sequential filenames. So the above command puts them out of date order. But the file dates do seem to...

  • Posted a comment on discussion 1. Open Discussion on Notepad++

    In reply to some of the comments here, like fom Zazas, I would say that unless we...

  • Modified a comment on discussion Here to Boycott Notepad++ on Notepad++

    No idea why this posted twice. Is there a way to delete my own posts?

  • Posted a comment on discussion Here to Boycott Notepad++ on Notepad++

    So you didn't actually bother reading what was written, then? (Rhetorical question...

  • Posted a comment on discussion Here to Boycott Notepad++ on Notepad++

    So you didn't actually bother reading what was written, then? (Rhetorical question...

  • Posted a comment on ticket #4654 on phpMyAdmin

    Indeed, but in /etc/phpmyadmin/config.inc.php there is if (!function_exists('check_file_access'))...

View All

Personal Data

Username:
digitaltoast
Joined:
2003-11-01 10:29:35

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB