{"id":35205728,"url":"https://github.com/thrive4/app.fb.audioplayer-bass","last_synced_at":"2026-04-09T05:31:39.796Z","repository":{"id":169735264,"uuid":"604198441","full_name":"thrive4/app.fb.audioplayer-bass","owner":"thrive4","description":"audioplayer in freebasic and lib bass un4seen ","archived":false,"fork":false,"pushed_at":"2025-12-29T11:45:41.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T11:29:54.273Z","etag":null,"topics":["audio","basic","educational","internet-radio-player","mp3-player"],"latest_commit_sha":null,"homepage":"","language":"FreeBASIC","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/thrive4.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-20T14:43:47.000Z","updated_at":"2025-12-29T11:46:39.000Z","dependencies_parsed_at":"2023-10-28T12:27:48.138Z","dependency_job_id":null,"html_url":"https://github.com/thrive4/app.fb.audioplayer-bass","commit_stats":null,"previous_names":["thrive4/app.fb.audioplayer-bass"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/thrive4/app.fb.audioplayer-bass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrive4%2Fapp.fb.audioplayer-bass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrive4%2Fapp.fb.audioplayer-bass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrive4%2Fapp.fb.audioplayer-bass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrive4%2Fapp.fb.audioplayer-bass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thrive4","download_url":"https://codeload.github.com/thrive4/app.fb.audioplayer-bass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrive4%2Fapp.fb.audioplayer-bass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31587766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["audio","basic","educational","internet-radio-player","mp3-player"],"created_at":"2025-12-29T13:50:17.480Z","updated_at":"2026-04-09T05:31:39.790Z","avatar_url":"https://github.com/thrive4.png","language":"FreeBASIC","funding_links":[],"categories":[],"sub_categories":[],"readme":"## audioplayer (bass) [![Github All Releases](https://img.shields.io/github/downloads/thrive4/app.fb.audioplayer-bass/total.svg)]()\r\nbasic audioplayer written in freebasic and bass\r\n* supported audio types .mp3, .mp4, .ogg, .wav\r\n* supported playlists .m3u, .pls\r\n* supported streams icecast and shoutcast http, https\r\n* ascii interface\r\n\r\nif present coverart will be extracted and written to file as thumb.jpg\\\r\nWhen a file or path is specified the current dir and sub dir(s)\\\r\nwill be scanned for audio file(s) which will generate an internal playlist\r\n\r\n## usage\r\naudioplayer.exe \"path to file or folder\"\\\r\nif a file or path is specified the folder will be scanned for an audio file\\\r\nif the folder has subfolder(s) these will be scanned for audio files as well.\r\n\r\ngenerate .m3u: audioplayer \"path to file or folder\" \"tag\" \"tagquery\"\\\r\nexample: audioplayer.exe g:datamp3classic artist beethoven\\\r\ngenerates the m3u file beethoven.m3u\\\r\nwhich then can be played by audioplayer.exe beethoven.m3u\r\n* simple search so 195 is equivelant of ?195? or *195*\r\n* runtime in seconds is not calculated default is #EXTINF:134\r\n* no explicit wildcard support, only searchs on one tag\r\n* supported tags artist, title, album, genre and year\r\n\r\n## install\r\nopen zip file and copy contents to preferd folder\\\r\nthis application is **portable**.\r\n\r\n## configuration\r\nbasic config options in conf.ini\\\r\nlocale          = \u003cen, es, de, fr, nl\u003e\\\r\ndefaultvolume   = \u003c0.0 .. 1.0\u003e\\\r\nplaytype        = \u003cshuffle, linear\u003e\\\r\n' dynamic range compression\\\r\ndrc             = \u003ctrue, false\u003e\\\r\n' location media\\\r\nmediafolder = g:datamp3classic\\\r\n' location thumbnail media for station\\\r\n' example: uk3 internet-radio.jpg put in ...\\\r\nradiofolder = g:internetradio\r\n\r\n## requirements\r\nbass.dll (32bit)\\\r\nhttps://www.un4seen.com/\r\n\r\n## performance\r\nwindows 7 / windows 10(1903)\\\r\nram usage ~2.2MB / ~2.2MB\\\r\nhandles   ~120 / 200\\\r\nthreads   7 / 8\\\r\ncpu       ~1% (low) / ~2%\\\r\ntested on intel i5-6600T\r\n\r\n## navigation\r\npress .     to play next\\\r\npress ,     to play previous\\\r\npress ]     to skip forward   10 secs\\\r\npress [     to skip backwards 10 secs\\\r\npress space to pause / play or mute / unmute\\\r\npress r     to restart\\\r\npress l     for linear / shuffle list play\\\r\npress d     for dynamic range compression\\\r\npress -     to increase volume\\\r\npress +     to decrease volume\\\r\npress esc   to quit\r\n\r\n# special thanks to\r\nsquall4226 for getmp3tag\\\r\nsee https://www.freebasic.net/forum/viewtopic.php?p=149207\u0026hilit=user+need+TALB+for+album#p149207 \\\r\nrosetta code for compoundtime\\\r\nhttps://rosettacode.org/wiki/Convert_seconds_to_compound_duration#FreeBASIC\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrive4%2Fapp.fb.audioplayer-bass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrive4%2Fapp.fb.audioplayer-bass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrive4%2Fapp.fb.audioplayer-bass/lists"}