user-2171
26-05-2018, 05:46 PM
For context, I'm currently creating a simple UI for get-iplayer, using the cached data to display info about a programme. I realise I can use the metadata options to collect more info about a particular programme, but this is slow compared to searching the cache, so it's convenient to have as much info as possible available immediately.
The current fields controllable with listformat are these: <index> <pid> <name> <episode> <seriesnum> <episodenum> <desc> <channel> <available> <expires> <timeadded> <web>
One particularly piece of metadata that I'd like to use but isn't available this way is the thumbnail url. Is there any scope to include this in the cached metadata?
I appreciate that everyone will have their own favourite piece of metadata they'd like cached, so a more general approach might allow the cached metadata fields to be configured. However, this sounds to me to be a far more complex task.
As a perl newb I can't gauge where on the scale of trivial to impossible doing something like this would be. Is this something that might be considered? I'd be willing to try to implement it (via me learning perl!) if there's any scope it might be accepted if I could get it to work.
The current fields controllable with listformat are these: <index> <pid> <name> <episode> <seriesnum> <episodenum> <desc> <channel> <available> <expires> <timeadded> <web>
One particularly piece of metadata that I'd like to use but isn't available this way is the thumbnail url. Is there any scope to include this in the cached metadata?
I appreciate that everyone will have their own favourite piece of metadata they'd like cached, so a more general approach might allow the cached metadata fields to be configured. However, this sounds to me to be a far more complex task.
As a perl newb I can't gauge where on the scale of trivial to impossible doing something like this would be. Is this something that might be considered? I'd be willing to try to implement it (via me learning perl!) if there's any scope it might be accepted if I could get it to work.