sumoduduk / termusix

A terminal-based music player with a user-friendly terminal UI, built with Rust.
GNU General Public License v3.0
5 stars 0 forks source link

[Windows] Can't recursively scan Music folder and won't scan new file on Music folder #1

Open elliottophellia opened 2 months ago

elliottophellia commented 2 months ago

Well, so I put my music album in a folder in ~/Music, and the one from single I just put in ~/Music itself. When I open termusix, the only ones that show up are the singles in ~/Music; the ones in the album folder are not detected. And when I move the music from the album folder to ~/Music, its still not detected and only detects the first one that was scanned at the first run.

I tried to remove the generated value in C:\Users\rei\AppData\Local\termusix\music.json, but instead it return with error :

thread 'main' panicked at src/user_interface/app.rs:65:44:
ERROR: No playlist found: EOF while parsing a value at line 1 column 0

Location:
    src/playlist.rs:51:35
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
elliottophellia commented 2 months ago

Update : I tried to remove music.json itself and it scan new file in ~/Music