Overview
Deeztracker Mobile provides powerful playlist management features to organize your downloaded music collection. Create custom playlists, import playlists from Deezer, and manage your favorites.Creating New Playlists
You can create playlists in multiple ways:From the Playlists Tab
LocalPlaylistsScreen.kt:74-104
From the Player
While a track is playing:From Track Context Menu
From any track in your library:- Tap the three dots (⋮) next to a track
- Select “Add to Playlist”
- Choose existing or create new
Adding Tracks to Playlists
There are multiple ways to add tracks to your playlists:Method 1: From Track Menu
Open Track Menu
In the Local Music or Downloads screen, tap the three-dot menu (⋮) next to any track.
Method 2: During Download
When downloading from Deezer:- Start a track download
- The download system can optionally add it to a target playlist
- This is handled automatically by the DownloadManager
DownloadManager.kt:211-215
Method 3: From Player
While music is playing, use the player menu to add the current track to any playlist.Removing Tracks from Playlists
Removing a track from a playlist doesn’t delete the actual audio file. The track remains in your library and other playlists.
Editing Playlist Details
You can rename and modify playlists after creation:Renaming a Playlist
LocalPlaylistsScreen.kt:148-155
Deleting a Playlist
Importing Deezer Playlists
Deeztracker allows you to import playlists directly from your Deezer account:Select Deezer Playlist
- A list of your Deezer playlists appears
- Browse and tap on a playlist to import it
LocalMusicScreen.kt:297-301
Importing a playlist from Deezer creates a local copy but doesn’t automatically download the tracks. You’ll need to download tracks separately if you want offline access.
Organizing Your Collection
Playlist Strategies
Here are some effective ways to organize your music:By Genre
Create playlists for different music genres:
- Rock
- Jazz
- Electronic
- Hip-Hop
By Mood
Organize by mood or activity:
- Workout
- Relaxing
- Focus
- Party
By Time Period
Sort by when you discovered the music:
- New Discoveries
- 2023 Favorites
- Throwbacks
By Quality
Group by audio quality:
- FLAC Collection
- High Quality (320kbps)
- Standard
Playlist Management Tips
Best Practices
- Keep playlists focused: Limit playlists to 20-50 tracks for easier navigation
- Use descriptive names: “Chill Evening” is better than “Playlist 1”
- Regular cleanup: Remove tracks you no longer want
- Backup with export: Consider periodically exporting important playlists
- Use Favorites wisely: Star only your absolute favorites for quick access
Playing Playlists
Once you’ve created playlists, you can play them:Standard Play
- Navigate to Local Music → Playlists
- Tap on a playlist to open it
- Tap the Play button to start from the first track
- Tracks play in order
Shuffle Play
- Open a playlist
- Tap the Shuffle button
- Tracks play in random order
LocalMusicScreen.kt:259-265
Play from Track
- Open a playlist
- Tap any track in the playlist
- Playback starts from that track and continues through the playlist
Favorites Playlist
The Favorites playlist is automatically managed:Adding to Favorites
- Tap the heart icon (❤️) in the player while a track is playing
- Or use “Add to Favorites” from track menus
- Track is automatically added to your Favorites playlist
Removing from Favorites
- Tap the filled heart icon (❤️) again while playing
- Or remove from the Favorites playlist directly
The Favorites playlist is stored with ID “favorites” and is automatically created when you first favorite a track.
Playlist Storage
Playlists are stored locally on your device:- Location: App’s private storage (SharedPreferences or local database)
- Format: JSON-based playlist definitions
- Track references: Playlists store track IDs, not the actual files
- Persistence: Playlists survive app updates and restarts
LocalPlaylistRepository.kt
Common Playlist Issues
Playlist Shows Missing Tracks
Playlist Shows Missing Tracks
Possible causes:
- Tracks were deleted from device
- Files were moved to different location
- MediaStore hasn’t refreshed
- Tap the refresh button (↻) on Local Music screen
- Remove missing tracks from playlist manually
- Re-download missing tracks
- Recreate playlist if many tracks are missing
Can't Create New Playlist
Can't Create New Playlist
Solutions:
- Ensure playlist name is unique
- Don’t use special characters in playlist names
- Keep playlist names under 50 characters
- Restart app if issue persists
Imported Playlist is Empty
Imported Playlist is Empty
This is normal: Importing a Deezer playlist creates the structure but doesn’t download tracks.Solutions:
- Download tracks from Deezer individually
- Or download the entire playlist from Deezer’s playlist view
- Tracks will automatically link to the imported playlist
Playlist Won't Delete
Playlist Won't Delete
Possible causes:
- Trying to delete the Favorites playlist (protected)
- Favorites playlist cannot be deleted (by design)
- For other playlists, try restarting the app
- If issue persists, clear app cache in Android settings
Changes Not Saving
Changes Not Saving
Possible causes:
- App was force-closed before saving
- Storage permission issue
- Give app time to save (don’t force-close immediately)
- Check app has storage permissions
- Ensure device isn’t low on storage
- Try making changes again
Advanced Playlist Features
Track Statistics
View playlist statistics:- Track count displayed below playlist name
- Total duration shown in playlist header
- Storage size when viewing playlist details
Playlist Artwork
Playlist artwork is automatically generated:- Uses artwork from the first track in the playlist
- Updates when first track changes
- Falls back to default icon if no artwork available
Next Steps
Download More Music
Add more tracks to expand your playlists
Configure Settings
Customize your playback and storage preferences