{"id":13752515,"url":"https://github.com/neithern/g4music","last_synced_at":"2025-04-09T20:15:22.664Z","repository":{"id":37024551,"uuid":"500397957","full_name":"neithern/g4music","owner":"neithern","description":"A light weight music player written in GTK4, with a fluent adaptive user interface.","archived":false,"fork":false,"pushed_at":"2025-02-15T03:12:57.000Z","size":12163,"stargazers_count":280,"open_issues_count":27,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T20:15:18.037Z","etag":null,"topics":["audio-player","gtk4","music-player"],"latest_commit_sha":null,"homepage":"https://gitlab.gnome.org/neithern/g4music","language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neithern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2022-06-06T11:02:21.000Z","updated_at":"2025-04-06T08:03:33.000Z","dependencies_parsed_at":"2023-01-27T09:46:02.113Z","dependency_job_id":"b9202a37-0dbc-4c6b-b0cd-6f328c9c7488","html_url":"https://github.com/neithern/g4music","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neithern%2Fg4music","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neithern%2Fg4music/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neithern%2Fg4music/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neithern%2Fg4music/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neithern","download_url":"https://codeload.github.com/neithern/g4music/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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","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-player","gtk4","music-player"],"created_at":"2024-08-03T09:01:06.918Z","updated_at":"2025-04-09T20:15:22.640Z","avatar_url":"https://github.com/neithern.png","language":"Vala","funding_links":[],"categories":["UI Apps/Tools","Audio","Vala"],"sub_categories":["Music Player","Audio Players"],"readme":"\u003cimg align=\"left\" alt=\"Project logo\" src=\"data/icons/hicolor/scalable/apps/app.svg\" /\u003e\n\n# Gapless\nPlay your music elegantly.\n\n\u003cimg src=\"https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/window.png\" width=\"1134\"/\u003e\n\u003cimg src=\"https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/albums.png\" width=\"1134\"/\u003e\n\u003cimg src=\"https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/playing.png\" width=\"462\"/\u003e\n\u003cimg src=\"https://gitlab.gnome.org/neithern/screenshots/-/raw/main/g4music/playlist.png\" width=\"466\"/\u003e\n\nGapless (AKA: G4Music) is a light weight music player written in GTK4, focuses on large music collection.\n\n## Features\n- Supports most music file types, Samba and any other remote protocols (depends on GIO and GStreamer).\n- Fast loading and parsing thousands of music files in very few seconds, monitor local changes.\n- Low memory usage for large music collection with album covers (embedded and external), no thumbnail caches to store.\n- Group and sorts by album/artist/title, shuffle list, full-text searching.\n- Fluent adaptive user interface for different screen (Desktop, Tablet, Mobile).\n- Gaussian blurred cover as background, follows GNOME light/dark mode.\n- Supports creating and editing playlists, drag cover to change order or add to another playlist.\n- Supports drag and drop with other apps.\n- Supports audio peaks visualizer.\n- Supports gapless playback.\n- Supports normalizing volume with ReplayGain.\n- Supports specified audio sink.\n- Supports MPRIS control.\n\n## Install from Flathub\n\u003ca href=\"https://flathub.org/apps/com.github.neithern.g4music\"\u003e\n\u003cimg src=\"https://flathub.org/assets/badges/flathub-badge-en.png\" width=\"240\"/\u003e\u003c/a\u003e\n\n## Install from Snapcraft (unofficial)\n\u003ca href=\"https://snapcraft.io/g4music\"\u003e\n\u003cimg alt=\"Get it from the Snap Store\" src=\"https://camo.githubusercontent.com/ab077b20ad9938c23fbdac223ab101df5ed27329bbadbe7f98bfd62d5808f0a7/68747470733a2f2f736e617063726166742e696f2f7374617469632f696d616765732f6261646765732f656e2f736e61702d73746f72652d626c61636b2e737667\" data-canonical-src=\"https://snapcraft.io/static/images/badges/en/snap-store-black.svg\" width=\"240\" style=\"max-width: 100%;\"\u003e \n\n## FreeBSD Dependencies\n\n```bash\npkg install vala meson libadwaita gstreamer1-plugins-all gettext gtk4\n```\n\n## How to build \nIt is written in Vala, simple and clean code, with few third-party dependencies:\n\n1. Clone the code from gitlab.\n2. Install vala, develop packages of gtk4, libadwaita, gstreamer.\n3. Run in the project directory:\n\n    `meson setup build --buildtype=release`\n\n    `meson install -C build`\n\n## Change Log\nCheck the [release tags](https://gitlab.gnome.org/neithern/g4music/-/tags) for change log.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneithern%2Fg4music","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneithern%2Fg4music","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneithern%2Fg4music/lists"}