Thanx
@walt61. I'll check into that. Obviously the ripping to .mp3 file formats is the big work - yep.
I took my question to ChatGPT and so far it (I almost said they) is doing well with suggesting a USB SSD with OTG connection to the tablet - good ide me thinks.
It is also suggesting the SAF file system access for Android 11+ devices. It originally suggested storing the album data into JSON files but then I suggested the info be stored in a SQLite database. It liked that and gave me the module and code to do that.
Just looking at my phone - where I'm using ChatGPT - it has built the B4A app, downloaded it with the following B4A .bas files, etc:
Main.bas
ID3Parser.bas
CoverArt.bas
DBManager.bas
Manifest.txt (permissions)
default_cover.jpg (place holder cover art image)
Suggested libraries to pick:
ContentResolver
JavaObject
SQL
RuntimePermissions
Includes XML layout files. I haven't tried using them. I just open them and scan the contents for ideas as to what they use on the layout, and then add views onto the layouts myself.
It sent a link to a B4A app zip file. So I'm about to see how well it did.
We'll see how this turns out...
Regards,
Mark Stuart