krateng
krateng
Don't want to overload you with issues, this is of course not a priority - but sysmon kinda sticks out as super-bright among all my other dark windows :D A...
### Discussed in https://github.com/krateng/maloja/discussions/155 Originally posted by **1xPdd** July 9, 2022 I'm trying to import my Listenbrainz listen history, which exports as a JSON file. Maloja's import command simply says,...
## 3.0 - [x] Move to a proper database (SQLite, ZODB?) - [x] Move imagecache to DB ## 3.1 - [x] Scrobble deletion / metadata fixing from web interface -...
I don't know if this is in any way within the intended scope of the project, but I'll just ask: Would you consider a sort of Anti-addiction setting? It could...
Would you consider adding the option to configure one's own lastfm or Listenbrainz compatible server? Basically instead of the auth process the user would just provide their own URL, username...
See #6 and 3cd9545
Related to #14 As said, not sure if this is just a bandaid that happens to work or indeed the correct way of doing it.
This happens with almost every 7z archive that contains anything. With `archive.7z` being an archive in the current directory: ```python myfs = fs.archive.open_archive(".","archive.7z") myfs.close() ``` results in ``` Traceback (most...