2310 Commits

Author SHA1 Message Date
Bruno Morais
88583c696a fix dependencies for mpris 2019-09-09 08:23:33 -04:00
Bruno Morais
a3176118cd miscellaneous cleanup 2019-09-06 16:10:58 -04:00
Bruno Morais
bca0d259b7 cleanup ugly initialization trick 2019-09-06 16:05:56 -04:00
Bruno Morais
1d73e5ed0e musikcube allows multiple instances, so append to name requested for player 2019-09-06 15:57:47 -04:00
Bruno Morais
a485965fcf update README 2019-09-06 11:43:52 -04:00
Bruno Morais
9cba3e392e cleanup includes 2019-09-06 11:37:08 -04:00
Bruno Morais
c06bb687f8 move struct constructor 2019-09-06 11:33:37 -04:00
Bruno Morais
69f1ba2a7b move remaining implementation 2019-09-06 11:31:48 -04:00
Bruno Morais
e9f2a0e264 break code into four files 2019-09-06 11:18:43 -04:00
Bruno Morais
0aa904cbbb remove blank line 2019-09-05 21:10:24 -04:00
Bruno Morais
0348082c16 lock mutex in other places 2019-09-05 21:00:39 -04:00
Bruno Morais
046b6954ee insert fields 2019-09-05 21:00:33 -04:00
Bruno Morais
3ac344dbce sleep & lock mutex 2019-09-05 21:00:18 -04:00
Bruno Morais
31e7aa9b70 get correct duration 2019-09-05 20:39:17 -04:00
Bruno Morais
fdbb84a766 renamed mutex 2019-09-05 19:39:26 -04:00
Bruno Morais
9247943714 guard against events fired before setting playback remote 2019-09-05 19:38:58 -04:00
Bruno Morais
9d4d531286 volume does not need scaling 2019-09-05 19:38:32 -04:00
Bruno Morais
7ce6765535 fix parameter passing 2019-09-05 19:26:51 -04:00
Bruno Morais
6808f8a0f5 crude initial implementation, not thread safe, not functional (WIP) 2019-09-05 18:10:13 -04:00
casey langen
df6a69b50e Merge branch 'master' of github.com:clangen/musikcube 2019-09-02 11:19:59 -07:00
casey langen
72996797a0 Upgraded PDCurses 2019-09-01 21:53:20 -07:00
casey langen
34c231682f More dependency updates. 2019-08-31 22:32:41 -07:00
casey langen
db8079d764 Upgraded exoplyaer 2019-08-31 22:28:34 -07:00
casey langen
cb361892cd Space -> View 2019-08-31 22:18:25 -07:00
casey langen
3f7247dc39 A couple minor tweaks that have been floating around for a while. 2019-08-29 21:33:24 -07:00
casey langen
39c4a8444c
Merge pull request #264 from 0mp/patch-1
Add FreeBSD installation instructions
2019-08-28 20:28:51 -07:00
casey langen
80df36cdcc
Merge pull request #265 from alexpovel/master
Fixed typo in EN and IT startup message
2019-08-28 20:28:23 -07:00
casey langen
25f3b4d5a2 Added Debian Buster support 2019-08-19 04:15:18 +00:00
Alex Povel
1a26f91fa3 Fixed typo in EN and IT startup message 2019-07-23 09:40:43 +02:00
casey langen
f41080cebc Cleaned up Outputs.h a bit. 2019-07-21 12:02:07 -07:00
casey langen
37cd0da85f Some renames I've been wanting to do for a while, but was dragging my
feet. In musikcube/musikcore:

* ISimpleDataProvider -> IMetadataProxy
* LocalSimpleDataProvider -> LocalMetadataProxy

In musikdroid:

* IDataProvider -> IMetadataProxy
* RemoteDataProvider -> RemoteMetadataProxy
* DataProviderMixin -> MetadataProxyMixin
2019-07-07 18:55:15 -07:00
Mateusz Piotrowski
8768bdfda2
Add FreeBSD installation instructions 2019-06-24 09:42:31 +02:00
casey langen
ceed5a1c73
Merge pull request #261 from adem4ik/master
Update ru_RU.json
2019-06-17 23:29:43 -07:00
adem
e64d14afa1 Update ru_RU.json 2019-06-17 07:16:35 +04:00
Casey Langen
ddd8e9f683 Version bump. 0.65.1 2019-06-16 18:55:41 -07:00
Casey Langen
21c28ffd6b Fixed Boost 1.70 compatibility to restore macOS compile.
Manually applied this patch: https://github.com/zaphoyd/websocketpp/pull/814
2019-06-16 18:53:29 -07:00
casey langen
eaca4ea7c0 musikdroid version bump and CHANGELOG updates. 0.65.0 2019-05-02 22:17:43 -07:00
casey langen
4453935b9d Added a progress bar to TrackDownloadActivity. 2019-05-02 22:15:29 -07:00
casey langen
058fd842b3 Fedora 30 support. 2019-05-01 02:41:20 -04:00
casey langen
57b216d6bc Ubuntu Disco support! 2019-04-30 22:07:18 -07:00
casey langen
2b8c653934
Merge pull request #255 from matvey00z/fix-build-md5
Fix missing md5.c in CMakeLists
2019-04-30 09:11:23 -07:00
Matvey Zaharchenko
53eb64dcf6 Fix missing md5.c in CMakeLists 2019-04-30 16:25:15 +03:00
casey langen
7929c11543 Version bump for the next release. 2019-04-29 23:14:38 -07:00
casey langen
34e383bb2c Upgraded libogg and libvorbis -- noticed they weren't statically linking
against the correct CRT, which means they required the VC redist. Oops.
2019-04-29 23:13:38 -07:00
casey langen
9bbd1f0140 Removed LibreSSL as a requirement by re-compiling libcurl to use WinSSL.
This should also eliminate the need to install the VC redist.
2019-04-29 22:32:51 -07:00
casey langen
6f369c7824 Fixed Windows compile. 2019-04-28 23:38:47 -07:00
casey langen
1a921d09f1 Return empty string for lyrics if we don't have an API key. 2019-04-26 22:46:08 -07:00
casey langen
e6874f45eb Audd never got back to us after suggesting we could have an API token,
so the functionality is disabled and the api key parsing has been moved
to prefs in the mean time.
2019-04-26 22:10:16 -07:00
casey langen
2b953f4b39 Updated to Android Studio 3.4 (final) and fixed a couple keyboard
show/hide bugs.

Experimental changes to allow downloading a track for use as a ringtone.
2019-04-21 16:20:00 -07:00
casey langen
e70b09878c Cleaned up header source formatting. 2019-04-20 00:32:49 -07:00