2022-01-28 12:00:39 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.9
v0.6.9
-Fix: panic when progress is bigger than 1.0.
v0.6.8
-Fix: progress display is wrong for symphonia backend(default). It should be
100 times bigger.
|
2022-01-25 20:38:38 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.7
-New: rust decoding backend! Previously supported backend changed to feature
gate gst and mpv.
-Fix: issue #37. Add a new configuration option: playlist_display_symbol.
Default is true.
-Remove dependency: humantime. Format the display of duration by self.
-Fix: issue #38. Small dialogues are cut off when window is too small.
|
2022-01-17 13:31:20 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.6
-New: add all key configuration for global, library and playlist(huge work).
-Minor Fix: Don't close search dialogue after add to playlist.
-New: new player backend mpv. If you prefer mpv, you can build with feature
gate mpv. My testing result: gstreamer doesn't work for ape file, mpv works
for everything but flac may seem buggy.
|
2022-01-03 20:54:05 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.5
[v0.6.5]
Released on: Jan 3rd, 2022 .
-New: key configuration. To configure a value, please note the modifier bits
value: Shift=1,Ctrl=2,Alt=4. You can combine them for example 6 is Ctrl+Alt
and 7 is Ctrl+Alt+Shift. Please note, whenever shift is configured, the args
for char letter should be capital at the same time, for example Q.
-New: option to disable confirmation message box for quitting.
-New: aiff metadata supported by lofty-rs.
-New: shift_tab works in tag editor and color editor to switch focus.
-Fix: configuration for album photo position and size. Please note, default
align for photo is BottomRight, means the x and y specifies bottom right corner
of the photo. Supported align: BottomRight,BottomLeft,TopRight,TopLeft. Also,
width should be between 1-100 because it's a relative number compared to
terminal size. We don't specify height and it's calculated from width and the
photo ratio is kept. Meanwhile, when x,y lead to display outside of terminal,
app will correct it and try to draw on the terminal.
-Fix: wrong mime-type for embeded album photo.
|
2021-12-29 06:50:56 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.4
[v0.6.4]
Released on: Dec 24, 2021.
-New feature: using yt-dlp for downloading because youtube-dl is slower caused
by throttle problem. For details please check this reddit thread. To use it,
it's under feature gate yt-dlp. make full will enable all features including
this one.
-New: opus format support. Metadata is supported by lofty-rs.
-New: configuration for album photo size and position.
-Fix: youtube search next page doesn't work.
-Fix: color editor playlist highlight symbol doesn't work.
-Fix: focus issue after exit tag editor.
-Fix: focus issue after download.
-Fix: command line open music dir not working.
|
2021-12-19 16:55:25 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.3
[v0.6.3]
Released on: Dec 19, 2021.
-New: color theme support. Shift+C to open color editor. You can change the
whole theme, or edit the specific color. The themes are from alacritty-themes,
and are localed in ~/.config/termusic/themes/ folder.
|
2021-12-09 17:53:29 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.2
Released on: Dec 12, 2021
-change icons on playlist title.
-New: search works in playlist also.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-12-03 09:29:50 by pin | Files touched by this commit (3) | |
Log message:
audio/termusic: update to 0.6.1
-fix: bug when using kitty, and there is a 1/5 chances that will lead to freeze
when start the app.
-fix: when start the app, the first song in playlist will be skipped.
|
2021-12-02 12:44:16 by pin | Files touched by this commit (4) | |
Log message:
audio/termusic: update to 0.6.0
-Update to tui-realm 1.0. Please note, as it's basically a rewrite, small bugs
are inevitable. Please report it in issues and I'll respond very fast.
-Hotkey to quit changed from Q to q, as now there will show a popup confirmation
so it's unlikely to quit accidentally.
-Can add a song to the beginning of playlist or the end. Switch by a.
Note: I add this to configuration file, and it'll reset your configuration file
to default values. Please backup if you need. Basically it's not necessary as
all options can be set from inside termusic.
|