mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

added max_search_results #49

Closed ScuttleSE closed 4 years ago

ScuttleSE commented 4 years ago

This adds max_seach_results as a parameter for the configuration of the local-plugin

Defaults to 100.

Useful because there is no other way right now to get around the hard-coded limit of 100 results.

codecov[bot] commented 4 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   50.84%   50.91%   +0.06%     
==========================================
  Files           9        9              
  Lines         765      766       +1     
==========================================
+ Hits          389      390       +1     
  Misses        376      376              
Impacted Files Coverage Δ
mopidy_local/library.py 42.85% <100.00%> (+0.43%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update be79bcb...655fd91. Read the comment docs.

kingosticks commented 4 years ago

Can you please fix the failing test add also the new config option to the documentation in the README?

ScuttleSE commented 4 years ago

Runs smoothly now

kingosticks commented 4 years ago

Thanks