More-Than-Solitaire / Tabs-Lite

An ad-free open source guitar tablature application using an existing popular tabs database. Built for speed and simplicity.
Apache License 2.0
64 stars 4 forks source link

Export/Import tabs from file #76

Closed Cabeda closed 2 months ago

Cabeda commented 1 year ago

Hi!

First, thanks for the app 🙏🏼 .

One feature I'd like to propose would be the ability to export and import the list of tabs and playlists from a file (i.e json). In this way, no account would be needed and we could back up and restore easily. In the current state if one switches phone or does a factory reset will lose everything.

dnr101 commented 9 months ago

Where are the tab files stored in the file structure? It would be great even to be able to make a backup of that folder..

cullub commented 6 months ago

Hey there, this is on the list of things I'd like to add, but since it's a side project for me it does usually take quite a while to add new features. If you're interested in looking into things, I use the Kotlin Room database to store the data, so that might be a starting point.

cullub commented 2 months ago

Hi all, this feature was added in the latest release. Tap the TabsLite icon on the home screen and then click Export in the TabsLite menu. Thanks for requesting it!