Kieran

Results 155 comments of Kieran
trafficstars

The autocomplete does not filter for you. You have to implement your own filtering logic ([shown here](https://github.com/paliari/v-autocomplete/blob/master/demo/App.vue#L47))

Thanks for the research here! I don't have much time these days to chase this down but I'll gladly accept a PR or any notes toward getting this implemented :+1:

I like that DSL! What you've got makes sense to me so far. As an aside, I've been thinking about what approach is the most flexible while being the least...

Now that I have more experience with releases I think that this library's approach is totally incompatible with releases (or Distillery, for that matter). I'm thinking that instead of trying...

Tremendous work here! Is there any specific areas of testing that you'd like to give extra attention?

Hey there! Thanks for the report (: I'm out of the house for the entire weekend, but I can take a deeper look when I'm home. I suspect the issue...

I've decided I don't think it's a good idea to have my custom output template variable names overlap with yt-dlp variable names, so I think this ticket is good to...

Sounds good! Out of curiosity, have you noticed issues with the existing season/episode organization scheme for Plex? Definitely open to new features, but if there is an issue or limitation...

Got it! I've had similar requests to this a few times but there have been a few blockers I've found so far: - I don't _think_ yt-dlp has a way...

> Stop using yt-dlp for output naming format directly This is likely a non-starter, unfortunately. The yt-dlp naming engine is so powerful that I don't think it's wise to reimplement...