You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title says it all. Not sure if this is only happening because I'm running Windows, but the temporary .wav files generated during the seek-tune save operation are not moved into the songs subdirectory if the .wavs are on a different drive from seek-tune. This seems like a limitation of os.Rename() specifically.
Error saving song (...\song.flac): failed to rename temporary file to output file: rename ...\song.wav songs\song.wav: The system cannot move the file to a different disk drive.
exit status 0xc000013a
The text was updated successfully, but these errors were encountered:
Title says it all. Not sure if this is only happening because I'm running Windows, but the temporary .wav files generated during the seek-tune save operation are not moved into the songs subdirectory if the .wavs are on a different drive from seek-tune. This seems like a limitation of os.Rename() specifically.
Relevant code:
seek-tune/wav/convert.go
Line 46 in c5ef4c4
The text was updated successfully, but these errors were encountered: