about summary refs log tree commit diff
path: root/pkgs/applications/audio/pyradio
AgeCommit message (Collapse)AuthorFilesLines
2024-06-07pyradio: 0.9.3.7 -> 0.9.3.9R. Ryantm1-2/+2
2024-05-26pyradio: 0.9.3.6 -> 0.9.3.7R. Ryantm1-2/+2
2024-05-11pyradio: 0.9.3.4 -> 0.9.3.6Yaya1-2/+2
Diff: https://github.com/coderholic/pyradio/compare/refs/tags/0.9.3.4...0.9.3.6 Changelog: https://github.com/coderholic/pyradio/releases/tag/0.9.3.6
2024-05-04pyradio: Disable update checkYaya1-0/+6
pyradio checks for new releases every 10 days and offers the user to self-update: ```console $ pyradio --update Released version : 0.9.3.3 Installed version : 0.9.3.1 Updating PyRadio... Using directory: "/tmp/tmp-pyradio" Downloading PyRadio source code... url: "https://github.com/coderholic/pyradio/archive/0.9.3.3.zip" filename: "/tmp/tmp-pyradio/pyradio-0.9.3.3.zip" ^CError: Failed to download PyRadio source code.. ``` This functionality can be disabled by setting the `distro` configuration parameter to anything different than `None`. With such patch applied, it will now refuse to self-update: ```console $ pyradio --update PyRadio has been installed using either pip or your distribution's package manager. Please use that to update it. ``` Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
2024-04-24pyradio: 0.9.3.2 -> 0.9.3.4R. Ryantm1-2/+2
2024-04-12pyradio: 0.9.3.1 -> 0.9.3.2R. Ryantm1-2/+2
2024-04-07pyradio: add yayayayaka to maintainersYaya1-1/+1
2024-04-07pyradio: 0.9.2.25 -> 0.9.3.1R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-27pyradio: 0.9.1 -> 0.9.2.25John Garcia1-5/+8
2023-02-25pyradio: 0.9.0 -> 0.9.1R. Ryantm1-2/+2
2023-01-29pyradio: 0.8.9.36 -> 0.9.0R. Ryantm1-2/+2
2023-01-16pyradio: 0.8.9.32 -> 0.8.9.36R. Ryantm1-2/+2
2022-12-10pyradio: add changelog to metaFabian Affolter1-3/+10
2022-12-10pyradio: 0.8.9.31 -> 0.8.9.32R. Ryantm1-2/+2
2022-11-26pyradio: 0.8.9.28 -> 0.8.9.31R. Ryantm1-2/+2
2022-09-28pyradio: 0.8.9.27 -> 0.8.9.28R. Ryantm1-2/+2
2022-09-19pyradio: 0.8.9.26 -> 0.8.9.27R. Ryantm1-2/+2
2022-09-08pyradio: 0.8.9.25 -> 0.8.9.26R. Ryantm1-2/+2
2022-08-19pyradio: 0.8.9.22 -> 0.8.9.25R. Ryantm1-2/+2
2022-07-03pyradio: 0.8.9.21 -> 0.8.9.22R. Ryantm1-2/+2
2022-06-27pyradio: 0.8.9.20 -> 0.8.9.21R. Ryantm1-2/+2
2022-05-25pyradio: install manpageMario Rodas1-7/+13
2022-05-25pyradio: 0.8.9.17 -> 0.8.9.20R. Ryantm1-2/+2
2022-04-29pyradio: 0.8.9.16 -> 0.8.9.17R. Ryantm1-3/+3
2022-03-21pyradio: 0.8.9.15 -> 0.8.9.16R. Ryantm1-2/+2
2022-03-18pyradio: 0.8.9.14 -> 0.8.9.15R. Ryantm1-2/+2
2022-02-18pyradio: 0.8.9.12 -> 0.8.9.14R. Ryantm1-2/+2
2022-02-17pyradio: 0.8.9.10 -> 0.8.9.12R. RyanTM1-2/+2
(#159717)
2022-01-19pyradio: 0.8.9.9 -> 0.8.9.10YI1-2/+8
2021-09-18pyradio: moved package folderJST1-0/+24
pyradio is an end-user-application to listen to music and should be placed in the 'audio' folder, where all the similar applications are stored. It currently resides in the 'radio' folder, which mainly contains applications in the realm of signal processing and software-radio. See #137905.