marcelveldt [Sun, 20 Oct 2019 13:14:50 +0000 (15:14 +0200)]
Update http_streamer.py
add some debugging lines
marcelveldt [Sun, 20 Oct 2019 12:56:48 +0000 (14:56 +0200)]
Update http_streamer.py
will no longer load complete audio stream in memory but only small chunks at once
marcelveldt [Sun, 20 Oct 2019 12:22:32 +0000 (14:22 +0200)]
Update homeassistant.py
marcelveldt [Sat, 19 Oct 2019 23:31:50 +0000 (01:31 +0200)]
Update qobuz.py
fix reporting
marcelveldt [Sat, 19 Oct 2019 22:16:53 +0000 (00:16 +0200)]
Update http_streamer.py
marcelveldt [Sat, 19 Oct 2019 19:18:15 +0000 (21:18 +0200)]
fix cpu usage
marcelveldt [Sat, 19 Oct 2019 16:00:05 +0000 (18:00 +0200)]
Update homeassistant.py
marcelveldt [Sat, 19 Oct 2019 15:57:59 +0000 (17:57 +0200)]
Update homeassistant.py
marcelveldt [Sat, 19 Oct 2019 15:53:24 +0000 (17:53 +0200)]
fix memory leaks ?
fix all possible issues that could cause memory leak which seems to only occur on docker python 3.7.4
dev machine at 3.7.5 does not seem to have this issue
marcelveldt [Sat, 19 Oct 2019 08:22:01 +0000 (10:22 +0200)]
Update http_streamer.py
marcelveldt [Sat, 19 Oct 2019 08:18:37 +0000 (10:18 +0200)]
implement own player protocol
marcelveldt [Thu, 17 Oct 2019 23:23:44 +0000 (01:23 +0200)]
Update qobuz.py
marcelveldt [Thu, 17 Oct 2019 22:18:30 +0000 (00:18 +0200)]
fix for CC and qobuz again
marcelveldt [Thu, 17 Oct 2019 22:04:15 +0000 (00:04 +0200)]
fix playback reporting stuff
fix chromecast stability due to threading
marcelveldt [Thu, 17 Oct 2019 16:02:27 +0000 (18:02 +0200)]
Update player_queue.py
typo
marcelveldt [Thu, 17 Oct 2019 16:01:26 +0000 (18:01 +0200)]
Update http_streamer.py
marcelveldt [Thu, 17 Oct 2019 16:00:51 +0000 (18:00 +0200)]
fixes
fix chromecast disconnects
first work on webplayer
marcelveldt [Wed, 16 Oct 2019 23:12:44 +0000 (01:12 +0200)]
small fix
marcelveldt [Wed, 16 Oct 2019 21:15:40 +0000 (23:15 +0200)]
Update http_streamer.py
make sure that tempfiles are cleaned up
marcelveldt [Wed, 16 Oct 2019 21:02:49 +0000 (23:02 +0200)]
fix queue
marcelveldt [Wed, 16 Oct 2019 20:34:03 +0000 (22:34 +0200)]
Update Dockerfile
marcelveldt [Wed, 16 Oct 2019 20:29:38 +0000 (22:29 +0200)]
various fixes
marcelveldt [Wed, 16 Oct 2019 09:36:28 +0000 (11:36 +0200)]
tracking memory leakage
marcelveldt [Wed, 16 Oct 2019 09:14:08 +0000 (11:14 +0200)]
smaller docker image
marcelveldt [Wed, 16 Oct 2019 08:50:53 +0000 (10:50 +0200)]
Update Dockerfile
marcelveldt [Wed, 16 Oct 2019 08:41:59 +0000 (10:41 +0200)]
Update Dockerfile
marcelveldt [Wed, 16 Oct 2019 08:26:09 +0000 (10:26 +0200)]
some fixes
attempt to create smaller docker image
some translation strings updated
marcelveldt [Wed, 16 Oct 2019 07:53:14 +0000 (09:53 +0200)]
Update __init__.py
marcelveldt [Wed, 16 Oct 2019 07:39:10 +0000 (09:39 +0200)]
Update mass.py
marcelveldt [Wed, 16 Oct 2019 07:35:30 +0000 (09:35 +0200)]
Update web.py
marcelveldt [Wed, 16 Oct 2019 07:29:31 +0000 (09:29 +0200)]
fix config
marcelveldt [Wed, 16 Oct 2019 07:06:33 +0000 (09:06 +0200)]
Update mass.py
marcelveldt [Wed, 16 Oct 2019 06:57:35 +0000 (08:57 +0200)]
Update mass.py
marcelveldt [Wed, 16 Oct 2019 06:42:25 +0000 (08:42 +0200)]
Update mass.py
marcelveldt [Wed, 16 Oct 2019 06:20:55 +0000 (08:20 +0200)]
Update Dockerfile
marcelveldt [Wed, 16 Oct 2019 00:09:26 +0000 (02:09 +0200)]
fix config save
marcelveldt [Tue, 15 Oct 2019 22:59:43 +0000 (00:59 +0200)]
typo in dockerfile again
marcelveldt [Tue, 15 Oct 2019 22:34:03 +0000 (00:34 +0200)]
fix dockerfile
marcelveldt [Tue, 15 Oct 2019 22:13:47 +0000 (00:13 +0200)]
more cleanup
better structured
marcelveldt [Tue, 15 Oct 2019 06:31:08 +0000 (08:31 +0200)]
Update http_streamer.py
marcelveldt [Tue, 15 Oct 2019 06:28:03 +0000 (08:28 +0200)]
Update http_streamer.py
marcelveldt [Tue, 15 Oct 2019 06:15:32 +0000 (08:15 +0200)]
Update http_streamer.py
fix possible memory leak
marcelveldt [Tue, 15 Oct 2019 00:02:27 +0000 (02:02 +0200)]
fix crossfade (finally!)
marcelveldt [Mon, 14 Oct 2019 20:56:27 +0000 (22:56 +0200)]
Update http_streamer.py
make sure exists are handled properly
marcelveldt [Mon, 14 Oct 2019 20:36:00 +0000 (22:36 +0200)]
fix queue stream
work-around python bug with asyncio.subprocess
marcelveldt [Mon, 14 Oct 2019 16:56:57 +0000 (18:56 +0200)]
Update http_streamer.py
debugging
marcelveldt [Mon, 14 Oct 2019 10:33:32 +0000 (12:33 +0200)]
Update http_streamer.py
marcelveldt [Mon, 14 Oct 2019 07:00:01 +0000 (09:00 +0200)]
fix some typos
marcelveldt [Sun, 13 Oct 2019 23:00:48 +0000 (01:00 +0200)]
Update web.py
marcelveldt [Sun, 13 Oct 2019 22:55:24 +0000 (00:55 +0200)]
skip ssl verification
marcelveldt [Sun, 13 Oct 2019 22:51:09 +0000 (00:51 +0200)]
fix issues
marcelveldt [Sun, 13 Oct 2019 22:38:55 +0000 (00:38 +0200)]
new aiohttp fixes
marcelveldt [Sun, 13 Oct 2019 22:08:28 +0000 (00:08 +0200)]
Update squeezebox.py
marcelveldt [Sun, 13 Oct 2019 22:02:35 +0000 (00:02 +0200)]
Update squeezebox.py
marcelveldt [Sun, 13 Oct 2019 21:01:09 +0000 (23:01 +0200)]
Update http_streamer.py
marcelveldt [Sun, 13 Oct 2019 20:55:40 +0000 (22:55 +0200)]
fix squeeze support
marcelveldt [Sun, 13 Oct 2019 16:35:17 +0000 (18:35 +0200)]
update docker files
python 3.7.5+ required
marcelveldt [Sun, 13 Oct 2019 15:09:04 +0000 (17:09 +0200)]
fix issues with queue streaming
marcelveldt [Sun, 13 Oct 2019 08:10:57 +0000 (10:10 +0200)]
Update http_streamer.py
more debug logging
marcelveldt [Sun, 13 Oct 2019 02:23:01 +0000 (04:23 +0200)]
Update http_streamer.py
some debug
marcelveldt [Sun, 13 Oct 2019 02:17:55 +0000 (04:17 +0200)]
Update chromecast.py
marcelveldt [Sun, 13 Oct 2019 02:12:41 +0000 (04:12 +0200)]
Update http_streamer.py
fix singe track
marcelveldt [Sun, 13 Oct 2019 01:41:44 +0000 (03:41 +0200)]
Update main.py
marcelveldt [Sun, 13 Oct 2019 01:21:15 +0000 (03:21 +0200)]
some typoes
marcelveldt [Sun, 13 Oct 2019 01:11:13 +0000 (03:11 +0200)]
Update main.py
marcelveldt [Sun, 13 Oct 2019 01:09:20 +0000 (03:09 +0200)]
make debug optional
marcelveldt [Sun, 13 Oct 2019 00:50:30 +0000 (02:50 +0200)]
fix queue start
marcelveldt [Sun, 13 Oct 2019 00:41:47 +0000 (02:41 +0200)]
fixes
fixes for bugs introduces after refactor
marcelveldt [Sat, 12 Oct 2019 17:09:59 +0000 (19:09 +0200)]
fix homeassistant
marcelveldt [Sat, 12 Oct 2019 15:45:47 +0000 (17:45 +0200)]
finished refactor
marcelveldt [Sat, 12 Oct 2019 00:58:09 +0000 (02:58 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:55:58 +0000 (02:55 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:52:22 +0000 (02:52 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:46:13 +0000 (02:46 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:36:06 +0000 (02:36 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:34:59 +0000 (02:34 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:30:59 +0000 (02:30 +0200)]
Update run.sh
marcelveldt [Sat, 12 Oct 2019 00:28:58 +0000 (02:28 +0200)]
refactor in progress
marcelveldt [Thu, 10 Oct 2019 22:24:14 +0000 (00:24 +0200)]
refactoring - wip
restrucring of player and queue
marcelveldt [Thu, 3 Oct 2019 10:43:29 +0000 (12:43 +0200)]
typos
marcelveldt [Thu, 3 Oct 2019 10:41:51 +0000 (12:41 +0200)]
fix app vars
marcelveldt [Thu, 3 Oct 2019 08:03:46 +0000 (10:03 +0200)]
Update .gitignore
marcelveldt [Thu, 3 Oct 2019 08:02:55 +0000 (10:02 +0200)]
Update .gitignore
marcelveldt [Thu, 3 Oct 2019 07:59:49 +0000 (09:59 +0200)]
no api keys in code
Marcel van der Veldt [Wed, 28 Aug 2019 07:30:11 +0000 (09:30 +0200)]
more work on player disconnects
Marcel van der Veldt [Wed, 28 Aug 2019 07:21:39 +0000 (09:21 +0200)]
Update chromecast.py
Marcel van der Veldt [Wed, 28 Aug 2019 07:03:02 +0000 (09:03 +0200)]
more attempts of CC reconnecting
Marcel van der Veldt [Tue, 27 Aug 2019 06:46:53 +0000 (08:46 +0200)]
Update chromecast.py
Marcel van der Veldt [Tue, 27 Aug 2019 06:42:27 +0000 (08:42 +0200)]
chromecast discovery
trigger rescan if command fails
Marcel van der Veldt [Fri, 16 Aug 2019 11:42:14 +0000 (13:42 +0200)]
improve player footer bar
Marcel van der Veldt [Wed, 14 Aug 2019 18:06:38 +0000 (20:06 +0200)]
fix search
Marcel van der Veldt [Thu, 1 Aug 2019 09:29:12 +0000 (11:29 +0200)]
more robust chromecast discovery
force 1.5 version of vuetify
implement periodic scan for chromecast devices to catch disconnections and group leader changes
Marcel van der Veldt [Sat, 6 Jul 2019 13:23:46 +0000 (15:23 +0200)]
Update chromecast.py
Marcel van der Veldt [Sat, 6 Jul 2019 06:42:01 +0000 (08:42 +0200)]
Update chromecast.py
Marcel van der Veldt [Sat, 29 Jun 2019 22:46:15 +0000 (00:46 +0200)]
make sure cache is ignored when fetching playlists
Marcel van der Veldt [Sat, 29 Jun 2019 22:42:07 +0000 (00:42 +0200)]
fix playlist sync
Marcel van der Veldt [Sat, 29 Jun 2019 22:28:32 +0000 (00:28 +0200)]
minor fixes
Marcel van der Veldt [Thu, 27 Jun 2019 19:40:21 +0000 (21:40 +0200)]
some refactoring
Marcel van der Veldt [Tue, 25 Jun 2019 09:10:01 +0000 (11:10 +0200)]
more robust chromecast discovery
Marcel van der Veldt [Sat, 22 Jun 2019 13:05:19 +0000 (15:05 +0200)]
abort queue is http session ended