Mihai Olteanu

Results 35 comments of Mihai Olteanu

I've tried VS Code, eventually. While on a breakpoint, there is definitely no such functionality as evaluating async code as explained above, but there is this scenario: 1. Put a...

@xuchunyang doesn't work for me. @NicolasPetton I agree with OP. I've tried for hours already to make this work. It worked initially (don't know how, exactly), then I've restarted indium...

Updated. Thanks for bumping this up!

Hello Marco, Does it happen on all albums or on a specific one?

I do get a similar error for scrobbling, regardless of how I play the song, ``` [error] request--callback: peculiar error: 403 [error] request-default-error-callback: http://ws.audioscrobbler.com/2.0/ error Error running timer ‘vuiet--scrobble-track’: (wrong-type-argument...

Hello Marco, Unfortunately I cannot reproduce this issue. Both `vuiet-info-playing-track-album` and `vuiet-playing-artist-info` open up buffers with the correct info for me, both when I let the song finish or when...

Do copy/paste the return info from `(vuiet--playing-track)` (maybe we're getting some special characters from last.fm that vuiet doesn't know how to parse?!). Yes, you could use [edebug](https://www.gnu.org/software/emacs/manual/html_node/elisp/Edebug.html) (you eval the...

Yes, I've officially switched to yt-dlp too with the latest commit. Ok, either mpv integration issue or the track is not added to the list properly, Can you eval (that...

The edebug output from above says the `vuiet--track-from-youtube-url` receives a `nil` argument, though `(mpv-get-property "filename")` doesn't return a `nil` argument, but a proper track. Well...

Nice, but I don't get the same results... ``` (vuiet--playing-track) #s(vuiet-track "Subsonica" "Abitudine" "3:26") ``` ``` (vuiet-info-playing-track-album) ``` ![Jan05-110303](https://github.com/mihaiolteanu/vuiet/assets/8273519/99fe55b2-9dd9-412e-a596-acbf406a6ffe) The plot thickens, then... :))