Dave
Dave
ah okay, so this is helpful. I'll let in a fix to allow for just 1 line, i presume that's what's happening here. I dont recall the magic number 2...
I'll get this merged ASAP. https://github.com/ansible/awx/pull/14995
PR's are welcome
@famewolf sorry for not seeing this earlier. The fronted uses REACT and is a stateful view. The complexity to automating the view is not worth the effort. I reached out...
This is targetting the abondoned PR https://github.com/micheleg/dash-to-dock/pull/574
@rufftruffles Thanks for the feedback, I'm eager for this feature to be merged.. so i dont have to run a dev copy . Please can you describe the steps clearly....
i haven't looked at what metadata is available, that might infer the download version. The data on youtube is largely driven off users, so trying to get people to put...
the code uses [lechentein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) to match names and titles, with a match ratio greater than 0.8. https://github.com/dmzoneill/lidarr-youtube-downloader/blob/c00c4c649742551a31055b081ef8054d4e3cfffa/lidarr_youtube_downloader/lyd.py#L395 Unfortunately this is never going to be perfect, increasing the match ratio...
ill take a look today at adding some flexibility around matching. But it wont solve the problem for you. the code actually does the following already 1) searches 2) iterates...
Could definitely look into such a solution :) PR's are also welcome. I'm working on a number of things currently.