Commit Graph

3640 Commits

Author SHA1 Message Date
Jonas Kvinge 60b55b6d7d Improvements to device selection 2018-06-07 19:38:40 +02:00
Jonas Kvinge d45f8672cd Fix pulseaudio device selection 2018-06-07 02:06:12 +02:00
Jonas Kvinge 8df599ffe5 Exiting immediately to work around nvidia crash 2018-06-07 02:04:26 +02:00
Jonas Kvinge f9c2801db1 Cleanup alsadevicefinder
Signed-off-by: Jonas Kvinge <jonas@jkvinge.net>
2018-05-22 22:36:32 +02:00
Jonas Kvinge e5774ffcdc Turn back git revision 2018-05-16 23:31:45 +02:00
Jonas Kvinge aa4d8620f7 Release 0.1.5 2018-05-16 22:20:46 +02:00
Jonas Kvinge 7b05bfd8b8 Delete file 2018-05-16 22:16:53 +02:00
Jonas Kvinge 5065828515 Change description to Last.fm album cover provider 2018-05-15 22:27:37 +02:00
Jonas Kvinge eab25bbd17 Improvements to makefiles
- Added cmake file to find D-Bus
- Removed remaining AddEngine stuff
- Fixed cross compiling for windows trying to use dbus after previous commit
- Compilation tested on Linux, FreeBSD, OpenBSD and cross compilation from linux for windows using mingw compiler
2018-05-15 00:25:30 +02:00
Jonas Kvinge 6b1ae5d5ac Release 0.1.4 2018-05-14 19:37:32 +02:00
Jonas Kvinge e84681f93a Update README 2018-05-14 18:14:15 +02:00
Jonas Kvinge 7356344136 Fix compile with clang and openbsd 2018-05-14 17:57:37 +02:00
Jonas Kvinge 4746922e9f Change spelling 2018-05-12 20:31:24 +02:00
Jonas Kvinge 54c2ad13a9 Change to target_link_libraries in makefiles 2018-05-12 20:30:16 +02:00
Jonas Kvinge c003519bb8 Release 0.1.3 2018-05-11 22:57:54 +02:00
Jonas Kvinge 3833391447 Release 0.1.3 2018-05-11 22:51:41 +02:00
Jonas Kvinge 155b0f8db2 Update 3rdparty/taglib/CMakeLists.txt 2018-05-11 22:36:30 +02:00
Jonas Kvinge bcc60797c6 Fix taglib in makefile 2018-05-10 17:08:55 +02:00
Jonas Kvinge 28b670c2dc Ops... 2018-05-10 15:35:36 +02:00
Jonas Kvinge 5392cc4109 Audio file detection by content 2018-05-10 15:29:28 +02:00
Jonas Kvinge 7b2d1d95d3 Fix version and update README 2018-05-08 19:55:53 +02:00
Jonas Kvinge f329b7239a Update README 2018-05-07 21:32:40 +02:00
Jonas Kvinge 3e3c73ee90 Remove non moc headers from makefile 2018-05-04 22:21:25 +02:00
Jonas Kvinge 10b2aa0c5d Remove include dir 2018-05-04 21:35:47 +02:00
Jonas Kvinge 5bfd04b9f3 Remove 3rdparty qsqlite. 2018-05-04 21:32:42 +02:00
Jonas Kvinge f4159e06f6 Fix compilation warning 2018-05-04 20:28:44 +02:00
Jonas Kvinge 99868323d7 Fix compile without built-in qsqlite 2018-05-04 19:16:08 +02:00
Jonas Kvinge 0af0af2415 Release 0.1.2 2018-05-02 00:18:54 +02:00
Jonas Kvinge fcbe2c997b Update README 2018-05-01 22:36:28 +02:00
Jonas Kvinge d7748d9227 Update RPM spec file 2018-05-01 19:22:53 +02:00
Jonas Kvinge 0b8e1f89d7 Don't fail playback without replay gain 2018-05-01 14:00:26 +02:00
Jonas Kvinge 388fce358a Fix musicbrainz tag fetcher 2018-05-01 13:46:10 +02:00
Jonas Kvinge ad2b567216 Fix playback of WavPack 2018-05-01 13:34:32 +02:00
Jonas Kvinge 210601ffe4 Remove duplicate copyright file. 2018-05-01 02:54:16 +02:00
Jonas Kvinge e337b7933b Includes, comments and bugfixes
- Fix includes
- Use common regex (Song::kCoverRemoveDisc) for removing Disc/CD from album
- Remove Disc/CD from album when creating hash
- Make imobiledevice support compile
- Fix setting device on windows
2018-05-01 00:41:33 +02:00
Jonas Kvinge fccbd6790c Remove file. 2018-04-08 17:36:18 +02:00
Jonas Kvinge e5ab9908fa Remove unused pictures, update version. 2018-04-08 17:29:25 +02:00
Jonas Kvinge 68d88d1a40 Remove redundant code. 2018-04-07 12:20:31 +02:00
Jonas Kvinge 1b32e61aba Remove redundant code. 2018-04-07 12:19:01 +02:00
Jonas Kvinge e1c33f093f Move setVisible() to prevent popup. 2018-04-07 12:12:58 +02:00
Jonas Kvinge 917b9c39b8 Fix paths
- Use QStandardPaths
- Load settings in StatusView widget
- Update about
- Remove redundant code
- Temporary hide missing audiopanorama error as workaround for windows build
2018-04-06 22:13:11 +02:00
Jonas Kvinge 43bf7e3ca8 Improvments to gstreamer backend and settings +++
- Fixed bug not setting environment for gstreamer before initialization
- Fixed windows directsound device
- Fixed crash on failure to create gstreamer element
- Fixed crash when switching backend
- Don't stop playback if equalizer or replay gain fails in gstreamer
- Improvments to backend settings
- Fixed backend settings to work for windows
- Fixed replay gain settings not working
- Fixed right click menu for album showing in statusview even when no song was playing
- Removed redundant code
2018-04-05 21:40:05 +02:00
Jonas Kvinge 6bbc1271e4 Fix cross build for windows. 2018-04-02 18:35:58 +02:00
Jonas Kvinge 1817127a90 Improvements to gstreamer backend.
- Use PlayBin instead of URIDecodeBin
- Change QUrl to QByteArray in pipeline
- Move URL stuff to FixupUrl() in GstEngine
2018-04-02 03:43:56 +02:00
Jonas Kvinge 0891bb0128 Add RPM date. 2018-04-01 21:56:33 +02:00
Jonas Kvinge 8da9887147 Fix RPM buildFix RPM build.. 2018-04-01 21:26:50 +02:00
Jonas Kvinge cf1c9c3664 Add man page to spec file. 2018-04-01 19:43:55 +02:00
Jonas Kvinge 395cc9dbe0 Add man page to spec file. 2018-04-01 19:41:23 +02:00
Jonas Kvinge fdab3721b0 Add man page. 2018-04-01 19:19:48 +02:00
Jonas Kvinge f8c80f3fe2 Fix git branch and commit revision in version. 2018-04-01 18:32:31 +02:00