UltraStar-Deluxe / USDX

The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStarâ„¢
https://usdx.eu
GNU General Public License v2.0
812 stars 160 forks source link

How to get list of all scanned songs in a database? #540

Open suiluj opened 3 years ago

suiluj commented 3 years ago

Hello i am planning to delevop a litte web app for ultra star deluxe and want to show all songs as a list.

First i thought that the sqlite database Ultrastar.db does contain all scanned songs. But the table us_songs only contains played songs with some additional information (for example how many times played).

How do i get a list of all scanned songs? I think UltraStar Deluxe has to save this information somewhere to provide the search functionality.

suiluj commented 3 years ago

At the moment the only way i know is by using the UltraStarManager programm. You can create a report and export song information to a csv file. But this is a manual process of course.