{"id":17806133,"url":"https://github.com/knochenhans/modarchive-random-player","last_synced_at":"2026-05-18T15:33:08.624Z","repository":{"id":258009134,"uuid":"868083968","full_name":"knochenhans/modarchive-random-player","owner":"knochenhans","description":"Simple Qt6 music player using libopenmpt and libuade to play random module files from The Mod Archive.","archived":false,"fork":false,"pushed_at":"2025-04-21T12:26:33.000Z","size":7408,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T12:36:58.887Z","etag":null,"topics":["amiga","mediaplayer","modplug","python","qt","tracker","uade"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knochenhans.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-05T12:41:35.000Z","updated_at":"2025-04-07T15:38:20.000Z","dependencies_parsed_at":"2024-11-05T00:17:48.393Z","dependency_job_id":"9b57201c-cdac-4220-b361-8d33e0bdd263","html_url":"https://github.com/knochenhans/modarchive-random-player","commit_stats":{"total_commits":63,"total_committers":1,"mean_commits":63.0,"dds":0.0,"last_synced_commit":"12db2b79ce71f7a20110398ddfb527498b68d532"},"previous_names":["knochenhans/modarchive-random-player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knochenhans/modarchive-random-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knochenhans%2Fmodarchive-random-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knochenhans%2Fmodarchive-random-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knochenhans%2Fmodarchive-random-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knochenhans%2Fmodarchive-random-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knochenhans","download_url":"https://codeload.github.com/knochenhans/modarchive-random-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knochenhans%2Fmodarchive-random-player/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267464522,"owners_count":24091505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amiga","mediaplayer","modplug","python","qt","tracker","uade"],"created_at":"2024-10-27T13:04:17.484Z","updated_at":"2026-05-18T15:33:08.619Z","avatar_url":"https://github.com/knochenhans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mod Archive Random Player\n\n![grafik](https://github.com/user-attachments/assets/1e9d1c44-2344-43b0-a531-80a131ebbac2)\n\nThis is archived now, development is continued in [PyRetroPlayer](https://github.com/knochenhans/PyRetroPlayer).\n\nA simple retro music player application using `libopenmpt` and `libuade` to play random module files from *[The Mod Archive](https://modarchive.org)*, and also supports `libgme`. This application is built with Python and PySide6 for the GUI, and uses `pyaudio` for audio playback. It chooses the best player based on the module type.\n\nUses [libopenmpt_py](https://github.com/shroom00/libopenmpt_py) to interface with `libopenmpt` via Python.\n\nOnly works under Linux for now.\n\n## Features\n\n- Play, pause, and stop downloaded module files.\n- Load and play random module files from *The Mod Archive*, member favourites or by artist.\n- Display module meta data.\n- System tray notifications for the currently playing module.\n- Progress slider to show the current playback position.\n- Tray icon to show/hide the main window, also provides play/pause/stop controls.\n- Allows looking up the current module on *The Mod Archive* and *.mod Sample Master*.\n- Preloads the next module while the current one is playing.\n- History of played modules, double-click to play songs again.\n\n## How to use\n\n- Enter Member ID in the settings if you want to load random files from a member's favourites.\n- Enter artist name if you want to load random files from a specific artist.\n- Choose the desired playing mode (random, member favourites, or artist).\n- Hit Play to load and play a random file from *The Mod Archive* or member favourites.\n- After finishing, the next random file will be loaded and played.\n- Click on the tray icon to show/hide the main window, or press Escape to hide it.\n- The star icon will show if the current module is in your favourites on *The Mod Archive*.\n- To add the current module to your favourites or remove it, click the star icon. This simply calls the respective request page on *The Mod Archive*, so you need to be logged in there.\n\n## Requirements\n\n- Python 3.6+\n- `libopenmpt` (if using Linux)\n- `libuade`\n- `libgme`\n- `pyaudio`\n- `requests`\n- `beautifulsoup4`\n- `PySide6`\n\n## TODO\n\n- Add support for sub-song playback.\n- Implement libsidplayfp-python for SID playback.\n- Implement ffmpeg for other music types.\n- Silence detection to skip silent intros/outros.\n- Fix slight delay when playing/pausing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknochenhans%2Fmodarchive-random-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknochenhans%2Fmodarchive-random-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknochenhans%2Fmodarchive-random-player/lists"}