Open cjwagner opened 8 years ago
Is this any better if you remove your configuration for the play
plugin? In particular, it looks like the command
setting is blank.
The command parameter is blank because i didnt specify one (the defualt of calling START should work). I tried specifying a command that i tested and made sure worked on its own but doesnt change the output of the play plugin
That's odd. And the verbose output is exactly the same when there's no configuration at all?
That is the output with no configuration at all. When i add the value for the command setting it shows up in the beet config output but doesnt work. The play command is producing the .m3u file properly its just not launching the playlist file with a command.
On Sep 25, 2016 11:18 PM, "Adrian Sampson" notifications@github.com wrote:
That's odd. And the verbose output is exactly the same when there's no configuration at all?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beetbox/beets/issues/2208#issuecomment-249471169, or mute the thread https://github.com/notifications/unsubscribe-auth/AFFkgeYfKtksb5BauFbYh40IG4oh7bAQks5qtzl8gaJpZM4KF_xF .
That's strange! I'm not sure how to proceed—it looks like the plugin can't invoke start
on your machine, but I can't see why. (And I don't have a Windows machine handy to try this on.)
Please check back in if you find any evidence that shows why the start
invocation isn't working!
I have the same problem on Win 7, last version of beets... In my case, the command beets tries to launch is:
play: executing command: start ['C:\\Users\\AKINDO~1\\AppData\\Local\\Temp\\tmpb8mqiwjt.m3u']
error: Could not play the query: [Errno 2] No such file or directory
That command doesn't work when I launch it from the command line, but
start C:\\Users\\AKINDO~1\\AppData\\Local\\Temp\\tmpb8mqiwjt.m3u
works just fine
I think the root cause here is the same as in: https://github.com/beetbox/beets/pull/2717#issuecomment-340458002
And we need to use a more complex command to start
the m3u file.
Hello! Sorry for necroing this issue, but on Windows 11 with Python 3.12 the issue still persists.
Symptoms are the same as described, the solution is the same as well: copy the path and manually write start "C:\\users\\cyrmax\\appdata\\local\\temp\\somerandomletters.m3u"
. It works and starts in default player or asks for the app to be used if no default is set.
Are there any plans to fix it?
Problem
Running this command in verbose (
-vv
) mode:Led to this problem:
Setup
My computer:
My roomate's computer also had the same exact issue.
Workaround batch script that I wrote:
My configuration (output of
beet config
) is: