Skip to content

Releases: gogglesmm/gogglesmm

Goggles Music Manager 1.0.2

24 Mar 01:57
Compare
Choose a tag to compare

Changes:

  • Fix: don't crash when loading invalid or empty covers from taglib

Goggles Music Manager 1.0.1

14 Mar 21:31
Compare
Choose a tag to compare

Changes:

  • Fix: mpris v2 dbus properties interface (issue #28)

Goggles Music Manager 1.0

04 Mar 02:50
Compare
Choose a tag to compare

Changes:

  • Added support for filters. Similar to automatic/smart playlists found in other music players. Comes with build-in support for regular expression matching.
  • During import albums now get automatically grouped by samplerate/channels/samplesize.
  • Added file type and format information to tracklist, combining all audio properties. Lossless files should now be better distinguished
    from lossy files. Also removes the now redundant bit rate column.
  • Removed "merge albums" option from album list. The artist name is now automatically added
    when multiple albums with same name are displayed.
  • Increase italic font size used in the album list a bit.
  • Increase fallback cover image to 128x128 pixels.
  • Added audio format indicator to album list.
  • Switch to c++11
  • Fix: scale down icons if needed if only larger ones are available.
  • Fix: force redraw of cover list when switching from list view
  • Fix: force update covers if size has been changed
  • Fix: prevent crash when cover image fails to load

Goggles Music Manager 0.14.2

06 Dec 23:58
Compare
Choose a tag to compare

Changes:

  • Fix: support older ogg vorbis files whose file headers may exceed the gap buffer size.
  • Fix: mp4 playback.
  • Fix: allow sort keywords to be unset
  • Fix: playback position for mpris and implemented Seeked signal for mpris v2.
  • alsa: Remove mixer setting and store missing flags in settings
  • aiff playback support.

Goggles Music Manager 0.14.1

11 Nov 17:00
Compare
Choose a tag to compare

Changes:

  • FOX-1.7.50 compatibility fixes. Also previous versions are no longer supported.
  • Fix building without dbus
  • Fix crash when updating podcasts with empty guids.

Goggles Music Manager 0.14.0

04 Oct 01:33
Compare
Choose a tag to compare

Changes:

  • Added playqueue mode.
  • Support multichannel playback.
  • Configurable cover display size in album list.
  • Improvements to the podcast manager:
    • Support for rss feeds not encoded in UTF-8 or UTF-16.
    • Configurable update interval for podcasts.
    • Automatically download podcasts when feeds get updated.
    • Download status icons in podcastmanager show which podcasts are local, queued or failed.
    • Added cover support to podcastmanager.
    • Add DND support to podcastmanager.
    • Add played status to podcastmanager and add option to mark podcasts as new or played.
  • Improved memory consumption for cover cache.
  • Added appdata file to distribution
  • Removed libxml2 support. Only expat is supported now.
  • Added version info to output plugins to allow checking version during runtime.
  • Compiler warning cleanups.
  • Fix: if pulse stream becomes unready write() should return false
  • Fix: use correct line separator for x-special/gnome-copied-files
  • Fix: don't parse empty timestamp strings in rss feeds

Goggles Music Manager 0.13.3

27 Aug 14:53
Compare
Choose a tag to compare

Changes:

  • Fix various bsd porting issues.
  • Fix crash on playlist export.

Goggles Music Manager 0.13.2

24 Jul 12:27
Compare
Choose a tag to compare

Changes:

  • Fix overflow/truncation of timer calculation on 32 bit systems.
  • Fix potential null pointer dereference.
  • Fix incorrect syncs in mp3.
  • FOX-1.7.48 now required.

Goggles Music Manager 0.13.1

25 Mar 03:24
Compare
Choose a tag to compare

Changes:

  • Add sample accurate seeking to most formats (flac,vorbis,opus,mp4).
  • Add menu option to schedule stop after track finishes.
  • Add import option to override default text encoding for id3v1 tags.
  • Add meta data parsing to mp4 reader
  • Add indexes in the database for all foreign keys.
  • Use meta from audioplayer if available rather than using taglib.
  • Fix UI issue to correctly indicate when the last track has finished playing.
  • Fix cross search capability that was present in 0.12.x but didn't make it to 0.13.0
  • Fix importing podcast whose mimetype are set to application/xml
  • Fix drain behaviour in alsa output.
  • Fix incorrect date parsing in the RSS parser.
  • Fix tag saving to correctly handle multiple tag types.
  • Fix UI track display by escaping special characters.
  • Fix homepage and report issue buttons in about dialog.
  • Add bitrate check to mp3 reader to avoid incorrect syncs.
  • Disable minimize to tray on systems that don't support a tray icon (gnome 3)
  • General cleanups to remove some unused code.

Goggles Music Manager 0.13.0

13 Feb 01:48
Compare
Choose a tag to compare

Major New Features

  • New playback engine supporting Ogg Vorbis, Opus, Flac, MP3 and MP4.
  • Subscribe to podcasts (rss) using the new podcast manager.
  • Long running operations (import/sync) are now performed in the background.
  • Improved album list view with covers.
  • Music Library Improvements:
    • Support composer and conductor tags.
    • Support tagging tracks instead of one single genre.
    • Ratings Support.
  • Ability to add or replace cover art in files (ogg,mp3,flac,mp4).
  • Updated and simplified user interface.
  • MPRIS v2 support.
  • File Browser View.

Since rc6 the following issues were addressed:

  • Fix a couple of minor memory leaks.
  • Fix a compiler warning (#13)