Audio/Video Codec/Channels column in episode list #5114
Replies: 6 comments
-
@pymedusa/developers we could provide an intermediate solution to this, by exposing the knowit information, stored in dogpile? |
Beta Was this translation helpful? Give feedback.
-
@p0psicles |
Beta Was this translation helpful? Give feedback.
-
@OmgImAlexis I just checked. But knowit is already part of apiv2 spec. through Only thing we should think about now, is to dogpile it and start using it somehow. |
Beta Was this translation helpful? Give feedback.
-
Created a small POC, where i'm dogpiling knowit information for an episode. But, every time your call the api on an episode, it scans the file. So I don't know if you want to keep doing that. That's why I want to cache it first, before starting to add it to the UI. |
Beta Was this translation helpful? Give feedback.
-
@p0psicles maybe we should add a We could probably use this in a way to replace the "refresh" button in Thoughts? |
Beta Was this translation helpful? Give feedback.
-
My proposal is isolated to knowit metadata. So all the metadata thats not stored in the tv_episodes table. So thats semi-structured data. Sure the release name parsing results can also be stored in dogpile. But im not sure if we should switch to dogpile for this. At that point we should evaluate a nosql db or at least sqlalchemy. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I would like to be able to differentiate files that have 2.0 audio and files that have 5.1 audio.
Describe the solution you'd like
A column that shows audio codec/channels.
Describe alternatives you've considered
Puting channel info into the file name. This requires the info be present in the release name with it isn't always there nor always accurate. And I personally don't want that info in my file name.
Additional context
Personally would be really helpful to see the audio channels a file has. Yes it is included in the release name and could be added during renaming but if the file doesn't say then its not possible. Releases that don't say they have 5.1 can still have 5.1 audio.
Full disclaimer yes I saw this in sonarr v3
Beta Was this translation helpful? Give feedback.
All reactions