Commit graph

75 commits

Author SHA1 Message Date
Nova
7a94771c70
Fix capitalization in --help (#14) 2023-02-27 22:15:40 +01:00
Nova
95dbf0e012
Rewrite readme (#13) 2023-02-27 21:58:16 +01:00
Nova
d61335a641
Remove file added by mistake 2023-02-27 20:51:20 +01:00
Nova
7f6988b90f
Remove Appdir author (#6) 2023-02-27 19:00:10 +00:00
Nova
7f0a5bcec2 Update dependencies 2023-02-27 10:11:16 +01:00
Nova
1e1f2a40ac Add buttplugio device integration; Remove queue; Update dependencies
This is the first rudementary buttplugio integration that actually
works. Use with caution. I still want to add the queue back and
currently the duration and length of vibration is hard-coded.
2023-02-25 19:26:12 +01:00
Nova
7d18f6cf91 Rename project, fix playback issue 2023-02-22 14:14:25 +01:00
Daniel Brackett
61cdbd495f making the files auto-delete after a week. 2019-07-11 16:55:15 -07:00
Daniel Brackett
717a21e658 commiting clean_up_files , delete_files and a flag to be able to delete files on exit. 2019-07-11 16:55:15 -07:00
Matt Behrens
b0f1857c9e update README for 2.2 2018-10-22 19:52:00 -04:00
Matt Behrens
cf5679808a update dependencies; fixes #25 via youtube-dl 2018-10-22 19:46:35 -04:00
Matt Behrens
c845a7c6e7 Merge branch 'bbonf-master' 2018-10-22 19:38:56 -04:00
Matt Behrens
a70a3b17d4 refactor, add debug prints 2018-10-22 19:38:40 -04:00
Matt Behrens
6fd3e94a4b Merge branch 'master' of git://github.com/bbonf/fediplay into bbonf-master 2018-10-22 19:11:13 -04:00
Matt Behrens
efb28a4dc5 Merge branch 'Jenkyrados-singleUser' 2018-10-22 19:06:32 -04:00
Matt Behrens
4f1521f286 fix username filtering, cache play (fixes #21) 2018-10-22 19:05:30 -04:00
Matt Behrens
1488ceb964 debug support 2018-10-22 18:44:36 -04:00
Quentin Dauchy
4f1ecbd83c Add fixes suggested in comments 2018-08-14 18:04:22 +02:00
bbonf
44c587358f start playing from the most recent toot in timeline 2018-08-13 18:59:19 +02:00
Matt Behrens
1f1829551f
Merge pull request #20 from zigg/keyring
2.1
2018-07-22 20:39:13 -04:00
Matt Behrens
43d632b292 move application dirs into own module 2018-07-22 20:34:31 -04:00
Matt Behrens
c9602c994f update README for 2.1 2018-07-22 20:27:09 -04:00
Matt Behrens
b33e134724 use keyring instead of .secret files 2018-07-22 20:13:10 -04:00
Matt Behrens
02b40942f4 update CLI strings 2018-07-22 16:03:28 -04:00
Matt Behrens
097f38c442 ignore IntelliJ artifacts 2018-07-22 14:38:06 -04:00
Matt Behrens
f3f1b5591b use Python 3.7 2018-07-20 15:22:35 -04:00
Matt Behrens
2e4c3f92f7 merge #19 to bring us to 2.0 2018-07-20 13:18:09 -04:00
Matt Behrens
9a359f0bb8 add "what's new" section to README 2018-07-20 13:10:23 -04:00
Matt Behrens
fc98eac239 use appdirs for cache 2018-07-20 13:00:29 -04:00
Matt Behrens
94f0c496d4 use appdirs to store secrets 2018-07-20 13:00:29 -04:00
Matt Behrens
074047c602 refactor and rename secret files 2018-07-20 13:00:24 -04:00
Matt Behrens
9ea8420220 additional pluggy hashes 2018-05-03 20:01:43 -04:00
Matt Behrens
f45ff83bc8
Merge pull request #16 from Jenkyrados/master
queue entire albums; fixes #7, thanks @Jenkyrados 

This also appears to work for YouTube mixes, which, oh my gosh, that can get kind of crazy. So maybe it would be good to enhance this support later to start playing as each file comes down, rather than waiting for the entire thing. But I'm happy with this as a start.
2018-05-03 19:55:55 -04:00
Quentin Dauchy
7eb9fb6673 Fix issue #7 (no downloading of full bandcamp albums)
This only works if YoutubeDL sends out a downloading status progress whenever it starts to download a new file. This is not guaranteed, however in practice it seems to be the case (and seems to be a reasonable assumption).
2018-04-26 14:02:28 +00:00
Matt Behrens
d242253a93 bite the bullet and go full editable 2018-04-02 21:49:10 -04:00
Matt Behrens
7bbac451bc lint 2018-04-02 21:48:56 -04:00
Matt Behrens
323a1660f0 reduce access scope 2018-04-02 21:46:14 -04:00
Matt Behrens
475b8425a0 refactor invocation 2018-04-02 21:15:42 -04:00
Matt Behrens
62978504c1 use click for CLI 2018-04-02 20:09:25 -04:00
Matt Behrens
2a683ced56 fix tests broken by modularization 2018-03-17 20:05:49 -04:00
Matt Behrens
e0a8c58476 migrate env handling to dotenv 2018-03-17 20:04:04 -04:00
Matt Behrens
950a933621 modularize and pylint 2018-03-17 18:07:42 -04:00
Matt Behrens
12410973b2
update directions for getting ffplay 2018-03-05 18:53:08 -05:00
Matt Behrens
6145d58c1c uncap, update deps + depend on Python 3.6 2018-03-02 19:46:35 -05:00
Matt Behrens
a5785c7eef try all links, fixes #3, fixes #14 2018-02-17 11:39:01 -05:00
Matt Behrens
acddc8ee8f Merge branch 'pwoolcoc-browser-login-flow' 2018-02-17 11:25:27 -05:00
Matt Behrens
e632c56957 update dependencies 2018-02-17 11:23:13 -05:00
Paul Woolcock
22031dbcb5 No need to construct the client twice when logging in 2018-02-16 23:36:54 -05:00
Paul Woolcock
96096d7b00 no need for sys.argv anymore 2018-02-16 23:34:21 -05:00
Paul Woolcock
7f88d23d0a Switch from getpass -> input for grant token 2018-02-16 23:32:25 -05:00