./audio/termusic, Music Player TUI written in Rust

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.0, Package name: termusic-0.10.0, Maintainer: pkgsrc-users

Terminal Music Player written in Rust.

Listen to music freely as both in freedom and free of charge!

Freedom: As time goes by, online service providers controls pretty much
everything we listen. Complicated copyright issues make things worse.
If my favorite song cannot be found in a website, probably I'll just not listen
to them for years.

Free of charge: you can download from youtube, netease,migu and kugou for free.
No need to register monthly paid membership for several websites.

As a contributor of GOMU, I met serious problems during development. The main
problem is data race condition. So I basically rewrite the player in rust, and
hope to solve the problem.

As for now, mp3, m4a, flac, wav and ogg/vorbis are supported.
By the way, for mobile devices, I recommend sync your music library with mobile
by verysync and listen to them with vinyl(which I contributed also).

If you wish to download mp3 from youtube, install youtube-dl.


Master sites:

Filesize: 3375.351 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-02 11:59:40 by pin | Files touched by this commit (1)
Log message:
audio/termusic: not for 32bits
   2025-03-12 14:27:41 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/termusic: update to 0.10.0

 - fix release workflow. Removing rusty feature from workflow
   2025-02-09 15:44:09 by Thomas Klausner | Files touched by this commit (62)
Log message:
*: recursive bump for abseil 20250127.0
   2024-12-27 00:57:23 by Adam Ciarcinski | Files touched by this commit (46) | Package updated
Log message:
revbump after devel/protobuf update
   2024-09-21 12:24:31 by Thomas Klausner | Files touched by this commit (52)
Log message:
*: recursive bump for protobuf 28.2

two static library became shared libraries - bump to be on the safe side
   2024-08-22 14:19:45 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/termusic: update to 0.9.1

[V0.9.1]

    Released on: August 21, 2024.
    Change: enable log-to-file by default.
    Change: updated MSRV to 1.77.
    Change: on backend rusty when using rusty-soundtouch(default feature), \ 
require clang and soundtouch as system-dependencies.
    Change: update some dependencies.
    Change: use more specific versions instead of just the major version (lib.rs \ 
suggestion).
    Change: remove unused dependencies from all packages.
    Change: add config options to customize Important Popup colors \ 
(style_color_symbol.important_popup_*).
    Change: add config options to customize fallback colors \ 
(style_color_symbol.fallback_*).
    Change(tui): move version display to be the last instead of first element in \ 
the bottom-bar.
    Change(tui): rename previous feature cover to cover-ueberzug
    Feat: Add TM_LOGTOFILE and TMS_LOGTOFILE to control --log-to-file for tui \ 
and server respectively.
    Feat: Add new V2 Config Layout, old v1 config is automatically migrated to v2.
    Feat(tui): allow Sixel to be used for covers.
    Feat(tui): allow all cover providers to not be compiled in.
    Feat(tui): allow disabling the coverart display in config (previously the \ 
only options were to not compile it in or disable via cli).
    Fix: update the build scripts to check that the repository is actually the \ 
termusic repository before using the git version.
    Fix: allow backends to be compiled in for termusic-playback but not in \ 
termusic-server.
    Fix: on backend mpv, clear media-title on EndOfFile.
    Fix: consistent media-title(/radio-title) handling across all backends.
    Fix: use async-reqwest in all places (instead of reqwest::blocking, fixes \ 
debug builds in some areas).
    Fix: colors from the config & yaml theme are now parsed at time of load, \ 
instead of on-demand.
    Fix(tui): ensure the Quit-Popup always has top-most focus.
    Fix(tui): also close a Error-Popup with global-quit(default q) key.
    Fix(tui): use a common code-path for all No/Yes-Popups.
    Fix(tui): change Popup titles to have consistent spacing on both sides.
    Fix(server): on gstreamer backend, try to correctly apply the speed on track \ 
start.
    Fix(server): on rusty backend, reset the decoder after a seek when codec is \ 
mp3 (fixes audible noise while seeking for this codec).
    Fix(server): on rusty backend, more accureately seek to requested position.
    Fix(server): update Media-Controls volume on volume change instead of on tick.
    Fix(server): update Media-Controls with new progress instead of last-tick \ 
progress.
    Fix(server): dont start Media-Controls if not requested (like disabled via \ 
config).
    Fix(server): dont start Discord IPC if not requested (like disabled via config).
    Fix(server): allow podcast feed import/export, and not just say so in the help.
    Refactor: a lot less cloning and conversions where not necessary.
    Refactor(server): on backend rusty, clean-up decoding & seeking.
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-04-05 16:01:01 by Thomas Klausner | Files touched by this commit (49)
Log message:
*: recursive bump for protobuf 26.1