ViMusic Versions Save

An Android application for streaming music from YouTube Music.

v0.2.1

1 year ago
  • The Offline playlist (renamed from Cached) is now displayed only if the playlist grid is expanded
  • The Sleep Timer functionality is moved to the playing song menu
  • The search screen text input now correctly handles playlist URLs
  • The 200 song limit problem when opening or importing a YouTube playlist is now fixed
  • The stats for nerds (long press the playing song thumbnail) also display the bitrate
  • The stats for nerds are now correctly updated when skipping songs
  • The song list can now be sorted also by title (other than play time and date)
  • The playlists can now be sorted by name, song count and date

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

Additions

  • Video id to stats for nerds
  • Persistent queue (Settings > Player & Audio > Persistent queue)
  • Favorites and cached built-in playlists

Changes

  • Improved skip silence feature
  • Artists and albums information is now saved to the database
  • Little UI rework

There may be some bugs - the codebase has been heavily modified.

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.7...v0.2.0

v0.1.7

1 year ago

Additions

  • Audio/Loudness normalization (alpha)
  • Stats for nerds (long press the song thumbnail in the player view) to show audio normalization, song size and cached size (#33)
  • Ability to open m.youtube links

:warning: NOTE :warning: The Audio Normalization feature can only be applied to those songs for which YouTube returns a loudnessDb parameter. Moreover, every song that's already been played lacks of this parameter, so you need to perform this steps:

  1. Long press the song image to display the stats for nerds:

You'll see Loudness and Size are unknown - you need to tap FILL MISSING DATA to obtain them.

  1. This how it will look:

However, audio normalization is still not applied yet (it shows 100% volume). You just need to re-play the song from scratch (NOT from the current queue).

  1. Then, the audio will be normalized (now it's at 75%):

:warning: This procedure only applies to the songs you already listened to. New songs will automatically fetch the missing parameters.

Changes

  • Minor home screen UI thing

Fixes

  • Reflect latest YouTube Music API changes (when searching)
  • #49

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.6...v0.1.7

v0.1.6

1 year ago

Additions

  • Add ability to change the row count of the "Your playlists" grid (Settings > Appearance > "Your playlists" grid row count)
  • Show listened tracks when visiting an artist (#10)

Changes

  • Minor UI things

Fixes

  • #44
  • Some notification issues (Android 10, 11)

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.5...v0.1.6

v0.1.5

1 year ago

Additions

  • Sleep timer (Settings > Player & Audio > Sleep timer)
  • Add "Search online" / "Edit" buttons to search lyrics online or edit them (#13)

Changes

  • Improve thumbnail transition in notification

Fixes

  • Stuff no one wants to know

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.4...v0.1.5

v0.1.4

1 year ago

Additions

Changes

  • The radio will not automatically fetch the next items when the user scrolls to the bottom of the list
  • Lyrics are now saved to the database

Fixes

  • #37

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.3...v0.1.4

v0.1.3

1 year ago

Additions

  • Backup/Restore database (#8)
  • Black (Amoled) theme (#15)
  • "Play single" entry to play a single song instead of the radio/playlist

Changes

  • Improve settings UI

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.2...v0.1.3

v0.1.2

1 year ago

Additions

  • Search YouTube community / featured playlists
  • Share a YouTube album / playlist by its link
  • Open, play or import a YouTube playlist by its link (Open with > ViMusic)

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.1...v0.1.2

v0.1.1

1 year ago
  • Add a settings page
  • Add the possibility to change the theme mode (Light/Dark/System)
  • Add the possibility to change the roundness of song thumbnails (None/Light/Medium/Heavy)
  • Make Most Played/Favorites/History section easier to discover
  • Fix a bug that caused a searched song to restart immediately after playing
  • Fix a bug that caused a crash when trying to play a new song without internet connection
  • Minor UI tweaks
  • Migrate to DataStore

Full Changelog: https://github.com/vfsfitvnm/ViMusic/compare/v0.1.0...v0.1.1

v0.1.0

1 year ago

Initial release