2
I have a command-line script that edits Winamp's playlist.
I want to save the playlist after the fact -- but I can't seem to figure out how to find out what playlist winamp loaded last.
Perhaps if there was a Winamp plugin that auto-saved whatever the last playlist you loaded was, my need would disappear and be covered by the plugin
That's very close. I already run that plugin, actually! Very funny stuff! The instructions you gave me will indeed help me.
However, I'm looking for something I can access programmatically, though. If I edit "playlist.m3u" in my playlist editor, I want the m3u file on the disk updated to match it. Which might be how I should have phrased my question. I might need to re-ask it correctly.
What I wanted to do is write a script that would look at winamp's playlist, and then save that to the last playlist loaded from disk. So my hand-edits end up reflected in the file I loaded. – ClioCJS – 2015-06-11T07:46:18.577
@ClintJCL If it's about writing a script, that inquiry might be more suited on Stack Overflow.
– galacticninja – 2015-06-11T09:13:19.920I'm still using what you suggested, and haven't found what I want, so you get the accepted answer thingy :) – ClioCJS – 2015-08-25T03:56:57.343