MoleMan1024

Results 19 comments of MoleMan1024

After some investigation I found the problem appears in certain _requests_ library versions only - 2.16.0: works - 2.16.1: does NOT work - 2.16.2 til 2.17.0: does NOT work -...

The issue can be avoided by removing 2 lines in _pook\interceptors\urllib3.py_ Line 26: ``` PATCHES = ( 'requests.packages.urllib3.connectionpool.HTTPConnectionPool.urlopen', # causes issues in latest requests versions # 'urllib3.connectionpool.HTTPConnectionPool.urlopen' ) RESPONSE_CLASS =...

Was not aware that you can have multiple artist fields in metadata. Might be specific to FLAC, I mostly looked at .mp3s so far.

@rogerjacobsen : that will be adressed in #22 soon

@XC60-Driver : the behaviour depends on how you started the playback. Please describe how you started the playback or attach a log file. If you just select a single album...

@eldiublo : I could, but Android Automotive only allows 4 categories at the top, I would need to get rid of one of them (Tracks, Albums, Artists, Files) and replace...

@eldiublo : for large size libraries I recommend the setting "metadata indexing: Manually", see the [FAQ](https://moleman1024.github.io/audiowagon/faq.html#what-happens-during-indexing)

> I realize that having more than 400 artists or albums within any one letter would cause a headache with this method, too, but imagine it would be an extreme...

The error comes from the libaums library here: https://github.com/magnusja/libaums/blob/develop/libaums/src/main/java/me/jahnen/libaums/core/driver/scsi/ScsiBlockDevice.kt#L106 I would need to learn more about FAT32 first to understand this.

@Riven-Spell : please try this command on your SSD "scsiinfo -i /dev/sdxxxx". It looks like either the SCSI peripheral qualifier or peripheral device type do not match what libaums expects...