hi, Eddy, Merry Cristmas to you and to all the others in the community!
great script but it doesnt work on win 32 !
first, it can import only one mp3 file, when i try to import more it gives me an error…
second, when i try to import .m3u, aka playlist it doesnt import it… can you work these out? other than that its very great, I like it very much and will want to use it, for sure… and some new functions like “repeat one song” and “shuffle” would be very great, for sure… and… can you do the “play\pause” option in one button toggle? and a time slider like the one for volume, but instead… for time in the song… and a falling menu with the songs in the playlist - just like the shapekeys interface, so you can select manually a song from the playlist and play it this way it will be fully featured! thank you very much!
first, it can import only one mp3 file, when i try to import more it gives me an error…
import just append the file path in a list, I really don’t see why the append work only one time on your computer, I need the message error to understand. Same for m3u.
can you do the “play\pause” option in one button toggle?
yeah I should
for the timeline, I got to code a duration estimation first
and I add loop for single/playlist in the TODOs (an easy one)
Thank you for your suggests
I have a linux 64bits sys and a 32bits, try the script on them and it works fine, but it’s hard to know on windows and osx (on an other forum, someone try on OSX and it seems to don’t work, but another error too) so harder to fix
ok, here is the error report: strangely for me(maybe not for you), but in both cases it gives me the same error message - if i import sound(more than one song) or if I import m3u… here is the message:
traceback call last: “your addon.py” line 57, in execute
bpy.typesWindowManger.playsound=context.window_manger.d.play(context window_manager.f)
aud.error:AUD_FileFactory:File could not be read
location:<unknown location>:-1
im not sure of the syntax, but I think this should hep you… if you need more info, bee free to ask… thenks, peace!
It is there in sound.import_m3u but is it not given a panel button. I tried uncommenting lines 477 and 478 where the operator shows up, and it doesn’t work. Probably why it was commented out.