{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2926159,"defaultBranch":"master","name":"audacious-plugins","ownerLogin":"audacious-media-player","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-12-06T16:44:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1249822?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718224434.0","currentOid":""},"activityList":{"items":[{"before":"d5b804cdb0a2834b0be9e2a79181f9b76f49855b","after":"a3f3917fa4c2b29e16ab71fc9d96b9c237efcbdb","ref":"refs/heads/master","pushedAt":"2024-09-20T20:34:02.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"pulse: Specify properties for application ID and icon name\n\nThis allows Pavucontrol for example to display the\nAudacious icon instead of a general fallback icon.","shortMessageHtmlLink":"pulse: Specify properties for application ID and icon name"}},{"before":"9616097481bfee9c876a2be471ba3aa12877379c","after":"d5b804cdb0a2834b0be9e2a79181f9b76f49855b","ref":"refs/heads/master","pushedAt":"2024-09-20T01:19:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"qtaudio: Add Qt 6 support\n\n- Rename class to avoid namespace clash\n- Remove usage of periodSize() which is Qt 5 specific\n- Use NE formats, Qt 6 always uses the endianess of the host platform","shortMessageHtmlLink":"qtaudio: Add Qt 6 support"}},{"before":"434c518c513b60738dea92dfee9db80c5dd8b6f1","after":"9616097481bfee9c876a2be471ba3aa12877379c","ref":"refs/heads/master","pushedAt":"2024-08-31T19:41:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"mkrelease: Calculate checksum for tarballs. Closes: #1432\n\nThis allows users and packagers to verify them using\nsha256sum --check audacious-plugins-$version.sha256sum","shortMessageHtmlLink":"mkrelease: Calculate checksum for tarballs. Closes: #1432"}},{"before":"db4ae760a096bc72a3be10ea803d3ce733fc78e3","after":"434c518c513b60738dea92dfee9db80c5dd8b6f1","ref":"refs/heads/master","pushedAt":"2024-08-28T22:35:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"pulse: Use higher priority than PipeWire\n\nSet a higher priority to that of PipeWire. Under a PulseAudio setup, the\r\nPipeWire output may be selected by default, which would promptly fail to\r\nwork, as there is no PipeWire server/proxy running.\r\n\r\nOn the other hand, under a PipeWire setup, PulseAudio output would still work\r\nnormally, as pipewire-pulse acts as a PulseAudio server.\r\n\r\nMaking PulseAudio the top preference allows for better compatibility for\r\ndifferent setups, especially for distributions that have not (yet) switched to\r\nPipeWire as the default audio server.","shortMessageHtmlLink":"pulse: Use higher priority than PipeWire"}},{"before":"c277728844dbbd4144f80b271f3c81341e62b91e","after":"db4ae760a096bc72a3be10ea803d3ce733fc78e3","ref":"refs/heads/master","pushedAt":"2024-08-28T22:14:18.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"qtui: Enable scroll buttons for playlist tabs explicitly. Closes: #1455\n\nWhether the buttons are shown when too many tabs don't fit\nthe window size is style-dependent by default.\n\nQt disables them on macOS and instead expands the window\nhorizontally with every additional playlist. This is even\nthe case if playlist tabs are fully hidden.\n\nSee also:\n- https://doc.qt.io/qt-6/qtabbar.html#usesScrollButtons-prop","shortMessageHtmlLink":"qtui: Enable scroll buttons for playlist tabs explicitly. Closes: #1455"}},{"before":"db5560eb90886e6daa42e8090caf7c425a02aaf9","after":"c277728844dbbd4144f80b271f3c81341e62b91e","ref":"refs/heads/master","pushedAt":"2024-08-19T20:03:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"CI: Fix macOS build\n\nIf Python is installed/updated without \"--overwrite\",\nconflict errors occur because Homebrew tries to replace\nexisting files like \"/usr/local/bin/2to3\".\n\nSee also:\n- https://github.com/actions/runner-images/issues/9966","shortMessageHtmlLink":"CI: Fix macOS build"}},{"before":"392814fe16016b6359b163e5f7d92797d4817656","after":"db5560eb90886e6daa42e8090caf7c425a02aaf9","ref":"refs/heads/master","pushedAt":"2024-08-14T21:41:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"CI: Switch from MINGW64 to UCRT64\n\nUCRT64 is meanwhile the recommended MSYS2 environment for Windows.\nVisual Studio uses it by default since 2015.\n\nSee also:\n- https://www.msys2.org/docs/environments/\n- https://www.msys2.org/news/#2022-10-29-changing-the-default-environment-from-mingw64-to-ucrt6","shortMessageHtmlLink":"CI: Switch from MINGW64 to UCRT64"}},{"before":"0137b7f8e70ec2fa9798bfe76ee08bbc3b05439e","after":"392814fe16016b6359b163e5f7d92797d4817656","ref":"refs/heads/master","pushedAt":"2024-08-10T11:29:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"speedpitch: Lower min speed to same as YouTube. Closes: #1447","shortMessageHtmlLink":"speedpitch: Lower min speed to same as YouTube. Closes: #1447"}},{"before":"f5c70f1078325ea0cf8330257e21a2ef57339e1d","after":"0137b7f8e70ec2fa9798bfe76ee08bbc3b05439e","ref":"refs/heads/master","pushedAt":"2024-07-31T20:59:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"mpris2: Send more metadata about current track\n\nAdd support for the following MPRIS fields:\r\nalbumArtist, comment, genre, contentCreated, composer, asText, trackNumber, discNumber\r\n\r\nSee also:\r\n- PR #165\r\n- https://www.freedesktop.org/wiki/Specifications/mpris-spec/metadata/","shortMessageHtmlLink":"mpris2: Send more metadata about current track"}},{"before":"1427488b3f6d0ef14cafb05a999e4cec11d2d42b","after":"f5c70f1078325ea0cf8330257e21a2ef57339e1d","ref":"refs/heads/master","pushedAt":"2024-07-15T18:30:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"CI: Remove dbus-glib dependency\n\nThe last usage of dbus-glib has been removed in https://github.com/audacious-media-player/audacious-plugins/commit/3dc8222f59bc8a2352fc0bac54e34a22adc6e122.","shortMessageHtmlLink":"CI: Remove dbus-glib dependency"}},{"before":"c43d4421845672bd8bf11ce065db71566b92c094","after":"1427488b3f6d0ef14cafb05a999e4cec11d2d42b","ref":"refs/heads/master","pushedAt":"2024-07-14T23:46:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"gtkui: Allow to never show playlist tabs. Closes: #1409\n\nBackport of commit 89365b7 for qtui but use \"Always\"\nas default for gtkui to not change the default behavior.","shortMessageHtmlLink":"gtkui: Allow to never show playlist tabs. Closes: #1409"}},{"before":"7efce22d9572e4a169f55b64973bb2b211ca6e60","after":"c43d4421845672bd8bf11ce065db71566b92c094","ref":"refs/heads/master","pushedAt":"2024-06-28T23:42:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"sndio: Make use of the sio_flush() function\n\nUse sio_flush() instead of sio_stop() to improve controls responsiveness.\n\nCo-authored-by: Brad Smith ","shortMessageHtmlLink":"sndio: Make use of the sio_flush() function"}},{"before":"8c2e98333cf74b6fc49288644d8815ecc1551565","after":"7efce22d9572e4a169f55b64973bb2b211ca6e60","ref":"refs/heads/master","pushedAt":"2024-06-21T02:26:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"[qt]hotkey: Eliminate code with no effect","shortMessageHtmlLink":"[qt]hotkey: Eliminate code with no effect"}},{"before":"8679efb9ee5ea486ac2b50de85b714073292eb72","after":"8c2e98333cf74b6fc49288644d8815ecc1551565","ref":"refs/heads/master","pushedAt":"2024-06-20T16:25:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"skins: Implement titlebar dimming following Qt version","shortMessageHtmlLink":"skins: Implement titlebar dimming following Qt version"}},{"before":"0fb7713e467570c680e9d883745996abb43afa71","after":"8679efb9ee5ea486ac2b50de85b714073292eb72","ref":"refs/heads/master","pushedAt":"2024-06-19T22:48:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"Adjust GTK requirement in meson.build too","shortMessageHtmlLink":"Adjust GTK requirement in meson.build too"}},{"before":"b29776eee25e2365933e7e854fb802a9eeeeb8e4","after":"0fb7713e467570c680e9d883745996abb43afa71","ref":"refs/heads/master","pushedAt":"2024-06-19T20:13:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"Allow building with GTK 3.18","shortMessageHtmlLink":"Allow building with GTK 3.18"}},{"before":"99ad296c5a860488d5a93aa5b014b9338f60d6d5","after":"b29776eee25e2365933e7e854fb802a9eeeeb8e4","ref":"refs/heads/master","pushedAt":"2024-06-12T20:25:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"Audacious Plugins 4.4","shortMessageHtmlLink":"Audacious Plugins 4.4"}},{"before":"5a0e6bbfa46ea7816dc4a0b9ac0bb44e461fd4a5","after":"99ad296c5a860488d5a93aa5b014b9338f60d6d5","ref":"refs/heads/master","pushedAt":"2024-06-06T00:11:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"CI: Install Qt SVG module","shortMessageHtmlLink":"CI: Install Qt SVG module"}},{"before":"60289d237fb3e22e5dfae4de5d83b6f87db33322","after":"5a0e6bbfa46ea7816dc4a0b9ac0bb44e461fd4a5","ref":"refs/heads/master","pushedAt":"2024-06-05T23:57:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"gtkui: Set parent window for infopopup\n\nThis allows to position the popup correctly on Wayland.","shortMessageHtmlLink":"gtkui: Set parent window for infopopup"}},{"before":"08c2f6a8e6bd48eddecca914c5d063592519b642","after":"60289d237fb3e22e5dfae4de5d83b6f87db33322","ref":"refs/heads/master","pushedAt":"2024-06-02T19:06:47.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"skins[-qt]: Add runtime check for Wayland","shortMessageHtmlLink":"skins[-qt]: Add runtime check for Wayland"}},{"before":"ec3cdb6299ea734342edd5f94cba8aaffdce80f3","after":"08c2f6a8e6bd48eddecca914c5d063592519b642","ref":"refs/heads/master","pushedAt":"2024-05-31T18:37:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"hotkey: Check for X11 to prevent crash on Wayland. Closes: #1388\n\nXKeysymToKeycode() does not work here and segfaults.","shortMessageHtmlLink":"hotkey: Check for X11 to prevent crash on Wayland. Closes: #1388"}},{"before":"c3c8467545be571c04471ff4d9c5dd1f9369c22d","after":"ec3cdb6299ea734342edd5f94cba8aaffdce80f3","ref":"refs/heads/master","pushedAt":"2024-05-28T23:41:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"Use correct spelling of macOS","shortMessageHtmlLink":"Use correct spelling of macOS"}},{"before":"1f0bc4c6940d27905d11e3324e30c6a63fad6392","after":"c3c8467545be571c04471ff4d9c5dd1f9369c22d","ref":"refs/heads/master","pushedAt":"2024-05-28T22:21:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"CI: Build on macOS 13","shortMessageHtmlLink":"CI: Build on macOS 13"}},{"before":"cb0005ffbe7b2135ffc95e9b0b233e277e338d8c","after":"1f0bc4c6940d27905d11e3324e30c6a63fad6392","ref":"refs/heads/master","pushedAt":"2024-05-27T01:15:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jlindgren90","name":"John Lindgren","path":"/jlindgren90","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1244737?s=80&v=4"},"commit":{"message":"qtui: QObject::findChildren requires a Q_OBJECT","shortMessageHtmlLink":"qtui: QObject::findChildren requires a Q_OBJECT"}},{"before":"3e530e55f9820dfff8a5ee8a6f11c246d0d407be","after":"cb0005ffbe7b2135ffc95e9b0b233e277e338d8c","ref":"refs/heads/master","pushedAt":"2024-05-25T15:20:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"hotkey: Check for correct gdk-x11 version","shortMessageHtmlLink":"hotkey: Check for correct gdk-x11 version"}},{"before":"2429091000a8a9eff980effabcd8bc8e5e32778a","after":"3e530e55f9820dfff8a5ee8a6f11c246d0d407be","ref":"refs/heads/master","pushedAt":"2024-05-23T19:18:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"opus: Use ogg_int64_t instead of int","shortMessageHtmlLink":"opus: Use ogg_int64_t instead of int"}},{"before":"cfb95fa670b9a6d1e7e74820b94cdbe0fbe8daf5","after":"2429091000a8a9eff980effabcd8bc8e5e32778a","ref":"refs/heads/master","pushedAt":"2024-05-23T18:53:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"opus: Plug memory leak\n\nSee also: https://github.com/xiph/opusfile/blob/master/examples/opusfile_example.c#L296-L310","shortMessageHtmlLink":"opus: Plug memory leak"}},{"before":"79901d197b101f5af6f3646a50c5ac65407d768f","after":"cfb95fa670b9a6d1e7e74820b94cdbe0fbe8daf5","ref":"refs/heads/master","pushedAt":"2024-05-18T00:03:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"Sync buildsys from core. Closes: #1364\n\nPlugins are now installed as .dylib files again on macOS.","shortMessageHtmlLink":"Sync buildsys from core. Closes: #1364"}},{"before":"78f33f7316de481d6ce34ed3614076fda700aa1c","after":"79901d197b101f5af6f3646a50c5ac65407d768f","ref":"refs/heads/master","pushedAt":"2024-05-04T20:27:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"Audacious Plugins 4.3-beta1","shortMessageHtmlLink":"Audacious Plugins 4.3-beta1"}},{"before":"79000fce5f2570dcaa0c2d19a8f2f7dc93c7f5e5","after":"78f33f7316de481d6ce34ed3614076fda700aa1c","ref":"refs/heads/master","pushedAt":"2024-05-02T22:20:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radioactiveman","name":"Thomas Lange","path":"/radioactiveman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1301412?s=80&v=4"},"commit":{"message":"opus: Read ReplayGain values from R128 tags\n\nAlso ignore peak tags since Opus does not support them.\n\nSee also:\n- https://datatracker.ietf.org/doc/html/rfc7845#section-5.2.1\n- https://github.com/orgs/audacious-media-player/discussions/101\n- https://github.com/audacious-media-player/audacious/issues/1138\n- https://github.com/Moonbase59/loudgain?tab=readme-ov-file#how-i-handle-opus-opus-audio-files\n- https://github.com/beetbox/beets/issues/2557\n\nCo-authored-by: Almoped ","shortMessageHtmlLink":"opus: Read ReplayGain values from R128 tags"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQyMDozNDowMi4wMDAwMDBazwAAAAS8WaXt","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQyMDozNDowMi4wMDAwMDBazwAAAAS8WaXt","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0wMlQyMjoyMDo0Mi4wMDAwMDBazwAAAARAQdQr"}},"title":"Activity ยท audacious-media-player/audacious-plugins"}