A powerful desktop application for downloading and managing SiriusXM content.
- Active SiriusXM subscription
- Google Chrome web browser
- FFMPEG (for downloading and playing streams)
Download the latest release from the releases page.
dotnet build- Export your SiriusXM cookies to a JSON file or Netscape format
- Rename the file to either:
temp.json(for JSON format)temp.txt(for Netscape format)
- Place the file in the cookies directory
The application will automatically load your cookies and sign you into your SiriusXM account.
-
Stream Detection
- Supports MP4 and MP3 streams
- M3U8 stream support (coming soon)
-
Stream Management
- View stream activity with track names
- Fallback to "Unnamed MP4/MP3" when metadata is unavailable
- Multiple quality options for downloads
-
Stream Actions
- Copy stream URL
- Play stream directly
- Download stream in various quality options
-
Artist Stations
- Automatic addition to favorites when visiting artist station pages
- Direct playback from the application (FFPLAY)
-
Now Playing Features
- Lyrics display for currently playing songs
- Enhanced lyrics functionality (in development)
SRXMDL operates by launching a Chrome browser instance in the background. Here's how the process works:
-
Authentication
- Load your SiriusXM cookies into the application
- Automatic login to your SiriusXM account
- Note: Cookies need to be refreshed every 3-4 hours for optimal performance
-
Stream Detection
- Monitors SiriusXM network traffic in real-time
- Identifies available media streams (MP4, MP3, M3U8)
- Extracts stream URLs for playback or download
-
Content Types
- Artist Stations: MP4 streams that can be favorited and accessed from the Stations section
- Podcasts: Available in MP3 format (downloadable) and M3U8 format (coming soon)
- Favorites are automatically saved to
favorites.json
-
Features
- Direct playback of detected streams
- Download capability for MP3 and MP4 content
- M3U8 stream support is currently in development
Contributions are welcome! Please feel free to submit a Pull Request.