Commit Graph

642 Commits

Author SHA1 Message Date
Ritiek Malhotra 0a3b7bd7d8 Pass correct arguments when retrying to fetch videotime (#277) 2018-05-26 13:37:14 +05:30
Ritiek Malhotra 9b181df77e Slugify filenames when metadata found on Spotify too (#265) 2018-05-20 15:18:45 +05:30
Vishnunarayan K I c885c9eff0 Fix tracknumber in metadata embedding (#281) 2018-05-20 15:02:16 +05:30
Linus Groh a1b4266d08 First run config info (#273)
* Show default options and config path when running for the first time

* Remove unnecessary global
2018-04-24 17:31:47 +05:30
Ritiek Malhotra 4eb4628128 Add Gitter badge (#274) 2018-04-24 17:30:51 +05:30
Ritiek Malhotra dfcb07ed45 Change default music folder (#225)
* Get default music folder via xdg-user-dirs

* Add a test
2018-04-22 21:14:47 +05:30
Vishnunarayan K I 7e48ece898 Add python version check in setup.py (#268) 2018-04-21 19:22:26 +05:30
Ritiek Malhotra 745066a646 Update search query! 2018-04-18 23:13:42 +05:30
Ritiek Malhotra b6dbc5c00a Show complete list of tracks if metadata not found in manual mode (#266)
* Show complete list of tracks if metadata not found in manual mode

* Add regression test
2018-04-18 19:31:29 +05:30
Linus Groh e066d7c876 Remove pandoc from Travis dependencies 2018-04-17 17:18:45 +02:00
Linus Groh 8b58230438 Restore README.md without instructions to install from PyPI 2018-04-17 17:16:10 +02:00
Linus Groh 2d2f5aa40c Bump version 2018-04-17 14:17:13 +02:00
Linus Groh 2c487df118 Add -V/--version flag 2018-04-17 14:15:51 +02:00
Linus Groh 678068c4fe Fix setup.py entry point 2018-04-17 14:10:50 +02:00
Linus Groh 8b54dc5e88 Merge branch 'introduce-releases' 2018-04-17 13:21:23 +02:00
Linus Groh b0d5895180 Bump version 2018-04-17 13:20:01 +02:00
Linus Groh 12d3da0f8d Fix PyPI Markdown, lower version to 0.9.0 2018-04-17 13:15:34 +02:00
Linus Groh 8d569aca3f Fix tests 2018-04-17 13:02:45 +02:00
Linus Groh 225aec5df7 Remove local config.yml backup 2018-04-17 12:58:12 +02:00
Linus Groh 4769878618 Merge branch 'master' into introduce-releases 2018-04-17 12:55:03 +02:00
ritiek 56e723dfd4 Code of Conduct 2018-04-12 20:38:41 +05:30
ritiek 1e1a74f7f4 Improve usage help 2018-04-08 16:17:15 +05:30
Ritiek Malhotra fc226442fe Custom YouTube search string (#261)
* Custom YouTube search string

* Fix sorting issues on < Python 3.6
2018-04-08 15:56:44 +05:30
ritiek 4d18224bb7 Fix embedding of lyrics in mp3 2018-04-02 01:16:45 +05:30
ritiek 441ac62882 Missing sys! 2018-04-02 01:07:01 +05:30
Ritiek Malhotra 96ab547c5c Support FLAC output format (#259)
* Convert to .flac option

* Embed metadata to FLAC

* Update usage help

* Write tests
2018-04-02 00:47:31 +05:30
Linus Groh 7f7c3d6f58 Update youtube_tools.py 2018-03-10 12:27:16 +01:00
Ritiek Malhotra a571ca2a38 Add BeautifulSoup4 as a dependency 2018-03-10 10:52:19 +05:30
Ritiek Malhotra c5846d615e Update test for new API key 2018-03-09 20:57:19 +05:30
Ritiek Malhotra 2cc9a4a9d3 Update YouTube API key to not conflict with users before #250 2018-03-09 20:52:46 +05:30
Ritiek Malhotra b968b5d206 Scrape YouTube by default and optionally use YouTube API to perform searches (#250)
* YouTube scraping

* Cleanup GenerateYouTubeURL class

* Some minor improvements

* Add test to fetch title with and without api key
2018-03-09 20:40:15 +05:30
Ritiek Malhotra 46f313777b Update music only URL 2018-03-09 16:10:59 +05:30
Vishnunarayan K I 4ad77de97f Filter out items other than videos in search (#249) 2018-03-09 13:17:46 +05:30
ritiek f943080edb Partially fix download speed throttle 2018-02-25 03:34:59 +05:30
Ritiek Malhotra c4bb047187 Test URL is now None 2018-02-24 15:03:42 +05:30
Ritiek Malhotra 666334dfd8 Install codecov after success 2018-02-24 14:41:49 +05:30
ritiek c8db9ed5da Improve conversion 2018-02-13 18:03:50 +05:30
Linus Groh 3db04ce635 Merge pull request #233 from ns23/#226-locateCongigFile
Add option for a custom config file (#226)
2018-02-05 18:44:12 +01:00
Nitesh Sawant a8f261edae Changes as per second PR review 2018-02-05 23:01:44 +05:30
Nitesh Sawant 0e3249646f Made Changes as per comments on PR
removed the unnecessary comma and space at the end!
 put the closing bracket on the previous line, as it's done with all the other parser.add_argument calls.
remove the pass - it's completely unneccesary.
2018-02-04 22:36:04 +05:30
Nitesh Sawant 8550abd06a Removed unnecessary imports 2018-02-04 16:07:39 +05:30
Nitesh Sawant e1ffa92b9c wrote help description for
def override_config
2018-02-04 16:01:37 +05:30
Nitesh Sawant 6bd2a71666 Implemented passing config.yml as command line argument 2018-02-04 15:46:08 +05:30
Nitesh Sawant 5346cbf363 Merge remote-tracking branch 'upstream/master' 2018-02-02 21:33:01 +05:30
Linus Groh 38b5148623 Fix link in README.md 2018-02-02 16:24:20 +01:00
Linus Groh 819fbe0c87 Fix Travis builds 2018-02-02 16:11:06 +01:00
Linus Groh 9699dab99c Change command for GitHub releases installation 2018-02-02 16:09:30 +01:00
Linus Groh 7fa85af616 Fix setup.py by not importing __version__ 2018-02-02 16:05:59 +01:00
Linus Groh 56d24f03ae Fix tests 2018-02-02 15:31:47 +01:00
Linus Groh 76ef1ffcb2 Change alpha to beta 2018-02-02 15:21:29 +01:00