You are not logged in.

#401 2014-09-01 14:06:36

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

phunni wrote:

Love this player - nice and simple.  A couple of questions:

1) Is it possible to delete playlists?
2) Is there a Queue function and, if so, how does it work?

Thanks!

1. Right-click menu on playlist allows you to delete it.
2. Currently not available. A half finished implementation exists but I haven't found the motivation to tackle the remaining issues.

Offline

#402 2014-10-04 01:44:00

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

Goggles Music Manager 0.14.0 is out. Hopefully in a Arch Linux repository soon near you!

Changes:

  - Added playqueue mode.
  - Support multichannel playback.
  - Configurable cover display size in album list.
  - Improvements to the podcast manager:
      o Support for rss feeds not encoded in UTF-8 or UTF-16.
      o Configurable update interval for podcasts.
      o Automatically download podcasts when feeds get updated.
      o Download status icons in podcastmanager show which podcasts are local, queued or failed.
      o Added cover support to podcastmanager.
      o Add DND support to podcastmanager.
      o 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

Offline

#403 2014-11-11 17:08:49

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

Today's fox-devel update to 1.7.50 breaks Goggles Music Manager. Please wait updating until gogglesmm-0.14.1 is available in the repositories.

Offline

#404 2015-03-04 02:59:11

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

Goggles Music Manager v1.0 is out now.

Changes:

  - Added support for filters. Similar to automatic/smart playlists found in other music players
  - 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

Hopefully in a Arch Linux repository soon near you!

Offline

#405 2015-07-09 15:50:04

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

Goggles Music Manager 1.0.5 is out.

Changes since 1.0.0

- opus: implement multichannel playback support and correctly apply output gain.
- Fix gapless playback for mp3 audio. (Applies decoder delay and fix reading encoder settings)
- Support iTunes specific gapless playback tags for mp3 audio (iTunSMPB).
- Fix toolbar to be on top of statusbar when docked on the bottom.
- Fix rating display after editing track.
- Show available parameters for Window Title Format.
- Improvements to the taglib interface
- Fix build issue when forcing faad
- Fix compilation with sqlite < 3.8.3
- Fix missing space in sql statement
- Support audio/aac mimetype used on certain streams
- Fix crash when loading invalid or empty covers from taglib
- Fix: mpris v2 dbus properties interface (issue #28)
- Implement vbri seeking
- Fix loading replaygain settings on startup
- Pathnames may not be valid utf-8 so prevent dbus library from crashing by only passing valid utf8 encoded pathnames mp4: fix potential buffer overflow when reading decoder specific configuration
- mp4/aac: implement gapless playback (mostly tested with FAAC encoded files)
- id3v2: fix parsing comment string

Last edited by GogglesGuy (2015-07-14 13:28:53)

Offline

#406 2015-12-24 13:36:52

georgedirac
Member
Registered: 2015-11-30
Posts: 9

Re: Goggles Music Manager

I just installed music manager and when I launch it, I get error

FOX Header (v1.7.52) / Library (v1.7.53) mismatch!

.

Any solutions?

Offline

#407 2015-12-24 14:12:21

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

georgedirac wrote:

I just installed music manager and when I launch it, I get error

FOX Header (v1.7.52) / Library (v1.7.53) mismatch!

.

Any solutions?

It is due to the recent fox-devel upgrade. gogglesmm should have been rebuild against the newer version of fox-devel but wasn't. I've flagged the package out of date since I just released a quick bugfix as well.

If you can't wait for the official package to update, simply download the PKGBUILD files for gogglesmm and build it locally with makepkg.

Offline

#408 2016-08-07 17:40:48

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

Goggles Music Manager 1.0.18 is out.

Changes since 1.0.5

Playback Engine Improvements:
- ALAC codec support.
- mp4: fix potential buffer overflow when reading decoder specific configuration
- mp4/aac: implement gapless playback (mostly tested with FAAC encoded files)
- id3v2: fix parsing comment string
- wav: a-law / μ-law decoding
- pulse: signed 32-bit format support
- wav_out: large file and float support
- mp4: fix track length for large files.
- Fix position tracking for large files.
- Fix incorrect bitshifting in flac reader.
- fix vorbis comment parsing
- Implement vbri seeking
- Remove various unimplemented and/or unsupported plugins.
- Close connection for http 1.0 connections if keep-alive is not specified.

Filter Improvements:
- Fix filters not properly escaping single quotes.
- Refresh filters after import or sync.
- Add path to filters.
- Add support for ratings and tags to filters.

Import Improvements:
- During import symlinks to directories are now followed.
- Removed default field input from import options. This is now automatically substituted with Unknown Artist, Unknown Album and the name of the filename in case of a missing title.
- New import option for detection of compilation albums for files without albumartist or compilation tags.
- New import option to disable grouping albums by audio format. Useful in case taglib fails to read the audioproperties correctly.
- Exclude filters are now also used by all sync operations (previously only used during import)
- Sync now remove files from the database that match exclude filter.
- Removed 'Remove Folder' functionality from Sync Folder. Now available as separate functionality under Music Library.
- Add year field option to filename parser.
- Fix infinite loop in directory filter during sync.
- Fix sync incorrectly updating/removing files.
- fix opus filetype detection during import.
- Support for new taglib 1.11 xiph cover art api.
- Fix reading title from flac/ogg/opus files that contain id3 tags and an empty xiph comment.

Podcast Improvements:
- Read duration from downloaded podcasts if feed didn't contain this information
- Podcasts: update url in database for permanent redirects

Other Improvements:
- Change default color scheme to Clearlooks.
- fix: remove FXURL::decode when using FXURL::fileFromURL since the latter already does the decode
- Fix menus not resizing when font was changed.
- Fix infinite loop updating podcasts when auto-update was turned off and a manual refresh was actived.
- Fix incorrect parameter passing to sqlite (braking scanner in certain cases)
- Fix crash when opengl fails to initialize.
- Fix scrobbler flags not fitting in datatype.
- Use fxstrlcpy instead of strncpy in font handling.
- Fix xspf playlists: don't double encode urls and add workaround to read back faulty urls.


- Fix repeating same track when stop after track has been used.
- Disable shuffle/repeat menu items when play queue is active.
- Do not auto-select current playing artist/album when using search (issue #20).
- Fix loading replaygain settings on startup
- Pathnames may not be valid utf-8 so prevent dbus library from crashing by only passing valid utf8 encoded pathnames

- Various c++11 improvements

Build System:
- Add cmake 3.4 build system. 'configure' is now deprecated and will be removed in a future release.
- Update icon cache on make install
- add hashbang to installed python scripts

Offline

#409 2016-08-07 22:03:16

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: Goggles Music Manager

Personally I am a mpd guy, but it's awesome that this project is still going strong. Development of local audio players is basically dead since Spotify.
Keep it up!


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#410 2016-08-08 14:23:00

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Goggles Music Manager

Rasi wrote:

Personally I am a mpd guy, but it's awesome that this project is still going strong. Development of local audio players is basically dead since Spotify.
Keep it up!

Thanks!

Offline

Board footer

Powered by FluxBB