![]() |
Is there any sort of add-on that allows me to filter by available audio languages? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Is there any sort of add-on that allows me to filter by available audio languages? (/t-is-there-any-sort-of-add-on-that-allows-me-to-filter-by-available-audio-languages) |
Is there any sort of add-on that allows me to filter by available audio languages? - kuroyousei - 2023-09-14 I watch generally watch anime, and while I do prefer to watch in Japanese, there are times where I have to do other things while I'm watching and I need to watch a dubbed version. Because of this I typically reserve shows with dubs for those cases, and watch the ones that don't have a dub when I can give it my full attention. I can't seem to find a way to sort by available audio tho. I'd like to be able to set the filter to only list shows that have an english audio track available. Is there a way to do this, with or without some sort of addon? RE: Is there any sort of add-on that allows me to filter by available audio languages? - bitmap - 2023-09-14 Only way I could think to do this would be to tag your dual audio or dubbed series. Then you could filter (depending on client) using that tag. RE: Is there any sort of add-on that allows me to filter by available audio languages? - kuroyousei - 2023-09-14 (2023-09-14, 07:26 AM)bitmap Wrote: Only way I could think to do this would be to tag your dual audio or dubbed series. Then you could filter (depending on client) using that tag. Yea, the very specific thing I'm trying to avoid is going back through all 800 series that I have on the server and manually determining whats dubbed and what isn't. RE: Is there any sort of add-on that allows me to filter by available audio languages? - bitmap - 2023-09-14 I'm about 70% there collection-wise and even have some series with seasons that aren't dubbed and others that are which makes it more complicated. Even with a tool that supports auto-tagging and language detection I haven't found an option for this particular conundrum. Might be a good feature request. RE: Is there any sort of add-on that allows me to filter by available audio languages? - TheXaman - 2025-02-26 (2023-09-14, 01:43 PM)kuroyousei Wrote:(2023-09-14, 07:26 AM)bitmap Wrote: Only way I could think to do this would be to tag your dual audio or dubbed series. Then you could filter (depending on client) using that tag. Hey, I wrote a plugin that automatically adds language tags to your media based on its audio tracks. This A) allows filtering by language on demand and B) makes it possible to show users only content thats available in their desired language via parental controls. Feel free to check it out: https://github.com/TheXaman/jellyfin-plugin-languageTags RE: Is there any sort of add-on that allows me to filter by available audio languages? - kuroyousei - 2025-03-02 (2025-02-26, 11:00 AM)TheXaman Wrote:(2023-09-14, 01:43 PM)kuroyousei Wrote:(2023-09-14, 07:26 AM)bitmap Wrote: Only way I could think to do this would be to tag your dual audio or dubbed series. Then you could filter (depending on client) using that tag. Thats fantastic...except I don't understand how to use it. I added the repository but nothing new shows up in my catalog to chose the plugin. RE: Is there any sort of add-on that allows me to filter by available audio languages? - TheXaman - 2025-03-04 (2025-03-02, 04:17 AM)kuroyousei Wrote:(2025-02-26, 11:00 AM)TheXaman Wrote:(2023-09-14, 01:43 PM)kuroyousei Wrote: I'm sorry, made a mistake in the readme. If you added Code: https://github.com/TheXaman/jellyfin-plugin-languageTags/blob/main/manifest.json Code: https://raw.githubusercontent.com/TheXaman/jellyfin-plugin-languageTags/main/manifest.json The first one couldn't be read by Jellyfin sometimes. Please let me know, if it fixes the "not showing up". RE: Is there any sort of add-on that allows me to filter by available audio languages? - kuroyousei - 2025-03-05 (2025-03-04, 08:06 PM)TheXaman Wrote:(2025-03-02, 04:17 AM)kuroyousei Wrote:(2025-02-26, 11:00 AM)TheXaman Wrote:(2023-09-14, 01:43 PM)kuroyousei Wrote: Unfortunately I still dont see it. It is entirely possible that I am just doing something wrong. There is something on your readme about a Build Process and I dont know what any of that means. Normally i just copypaste the link into the repositories and when I go to the catalog its there and i click on it to install it. Is this process different than that? |