A fast, intuitive (or maybe not) desktop application to browse, search and download your full Udio music library with advanced filtering, bulk operations, and built-in audio playback.
Your data stays on your machine.
- All library browsing, searching, and filtering happens locally
- Downloads (audio, artwork, video) come directly from Udio's CDN only when you request them.
- The tool is open source, allowing full transparency on data handling.
IMPORTANT NOTICE:
- Use at your own risk.
- The author(s) are NOT responsible for any consequences arising from the use of this software, including but not limited to:
- Loss of data or account access
- Violations of Udio's Terms of Service
- Any actions taken by Udio or third parties against your account
- This tool is intended for personal backup and archival purposes only.
Advanced Search
- Attribute filters like:
title:love,prompt:rock,finished:true,likes:>100 - Boolean & numeric comparisons
- Autocomplete with suggestions for searchable attributes
- Combine multiple filters
Search Syntax Quick Reference
| Filter Type | Example | Description |
|---|---|---|
| Text match | title:love |
Matches title containing "love" |
| Boolean | finished:true |
Only finished tracks (true/false/yes/no) |
| Numeric > | likes:>100 |
Like count greater than 100 |
| Numeric < | duration:<200 |
Duration less than 200 seconds |
| Range | likes:50-200 |
Like count between 50 and 200 |
| Combined | acoustic finished:true likes:>1 |
Combined (fulltext search only works as first element) |
Management
- Hierarchical folder navigation
- Audio file status indicator (✓ Available / ✗ Missing)
- Track info dialog with metadata, artwork, and video tabs
- Download missing audio, artwork, and videos
- Bulk actions to download missing audio, cover artworks or videos using concurrent downloads
- Export current view to JSON/CSV or plain text
Audio Playback
- Simple built-in player with play/pause/stop controls to find the correct track
- Quick double-click playback
Tested with Python 3.11 on Windows
- Install dependencies:
pip install pygame pillow - Download sources
git clone cd repository/LibraryExplorerpython Library_Explorer.py
Includes a python 3.11 environment with dependencies installed. Just click run.bat and it should work.
- Download latest Release (Library_Explorer_PythonBundled.zip)
- Extract
- Run
run.bat
Might get flagged as a Virus. If so choose option 1 or 2 (after carefully examining the source code of course).
- Download latest Release (Library_Explorer.exe)
- Extract
- Run
Library_Explorer.exe
-
Download
MetadataExporter_Extension.zipfrom latest release (or another release I am not your cyber security officer) -
Open Firefox
-
Navigate to
about:debugging(copy and paste into address bar) ->This Firefox->Load Temporary Add-on...(Sorry no signed .xpi yet) -
Load extension like so:
-
Navigate to https://www.udio.com/home
-
Open Extension via Firefox extension menu:
-
Wait for the very necessary animation to play until it looks like this:
-
If you have any folders click on
LISTEN FOR FOLDER INFOso it saysListening for folder: -
Navigate to your Library, if you have enabled folder listening this might take a while especially if you have many nested folders. While it collects your folder information you will see "Fetched partial folder info at depth:..." appear a few times depending on your folder structure this might take a while:
-
If you have enabled folder listening wait until it shows "Folder Info Loaded":
-
Click
EXPORT METADATA: -
Wait until processing is complete and it downloads the
udio_metadata_backup.zipfile (starts automatically): -
At this point you only have backed up all your metadata (prompts, lyrics, creation time, likes, plays, etc.). If that is all you need you can stop at this step. If you want to download specific or all of your songs (and/or artworks) continue with the following steps.
-
Extract the content of the .zip file somewhere with sufficient storage, required storage depends on how many songs you plan on downloading (~5k songs require ~27GB depending on song length).
-
The folder structure of the export should look like this (if you don't have any folders in your udio library you might only have page_xyz.json and no Folders or folders.json):
Library/ ├─ Folders/ │ ├─ d211d389-1b67-449b-8b15-c84b87266421/ │ │ ├─ page_xyz.json ├─ folders.json ├─ page_xyz.json -
Either run
python Library_Explorer.py(after following install instructions) or launch precompiledLibrary_Explorer.exewhich should open up the initial view: -
Click on
Select Library Folderand navigate and load the library data extracted before for example if extracted toF:\Demo\LibraryExplorer\navigate toF:\Demo\LibraryExplorer\Udioand select theLibraryfolder: -
After loading all data which might take a while depending on your system you should see the following:
-
Now you can either rightclick on individual tracks to fetch only specific songs:
After which the Audio Status switches to "Available":
-
Alternatively run Bulk Action
Audio (Missing)which will initiate downloading all missing tracks currently in view, that means you can filter only for liked tracks or only for tracks with a specific prompt or title and only download these. Or only download specific folders: -
Optionally download cover artworks and videos, or just browse your library.
It is advisable to backup your initially created udio_metadata_backup(7).zip as well your your Library folder once you have downloaded all files (you care about). This folder contains your Udio library if you lose this data it might be impossible to recreate/redownload at a later time because downloading might be fully disabled or the data might be deleted. The program being able to export all your data now does not guarantee that this is still possible in the future it might stop working at any point in time without a way to make it work again. So backup and store anything you care about in a safe location now.
For questions, issues, or contributions, please open an issue or open a pull request on the repository.
Known Issues
- Bulk download will not update Audio Status (Select a folder or perform a search and clear searchbar as a workaround)
- If bulk downloading multiple media types at the same time the progress counter will get confused















