Rob Ankeny

Results 81 comments of Rob Ankeny

Are there any other metadata agents enabled? Can you show me what your library config looks like? On Sat, Jul 9, 2022, 6:05 PM wjbridge ***@***.***> wrote: > I am...

https://github.com/ankenyr/jellyfin-youtube-metadata-plugin/blob/master/Jellyfin.Plugin.YoutubeMetadata/Utils.cs#L245 is where I set the sort name. The code snippet you have is possibly correct but only for file names in the same structure as you an I. There...

The solution would work if switched to comparing premiere date for both. The code snippet was just an example. Comparisons of dates work different from comparing strings as you see...

Do you have logs? On Mon, Sep 26, 2022, 5:48 AM pixselious ***@***.***> wrote: > My setup: > > *Jellyfin 10.8.5* on *macOS* (native install, not docker) > *Plugin 1.0.3.9*...

I am guessing the library type is audio book? If so that is the problem. I do not support audio books as a media type. You could move this over...

Then I am unsure what is going on because there are no errors. I also do not see logs I would expect to see if the plugin was working. Possibly...

Thanks for that, all I can say is the plugin is not returning metadata. What it does is it [exchanges the extension for info.json](https://github.com/ankenyr/jellyfin-youtube-metadata-plugin/blob/master/Jellyfin.Plugin.YoutubeMetadata/Providers/LocalMetadata/AbstractYoutubeLocalProvider.cs#L67) and then checks if it exists,...

Did you only downgrade the plugin or did you downgrade the server?

Something that will be difficult is how to determine if something is more desired based on the format selection string. From my understanding the selection language can be quite complex...

There is actually still the option to add a cookie file. from [file system options](https://github.com/ytdl-org/youtube-dl/blob/master/README.md#filesystem-options) ``` --cookies FILE File to read cookies from and dump cookie jar in ``` Using...