user-2391
12-06-2019, 05:32 PM
Hi all, I'm interested in analysing the iPlayer database so I'm working with the tv.cache file (going to bring it into Tableau to do some visualisations). I've read the file into R, and exported it as a .csv file (using "|" as the delimeter). However, some of the columns have me baffled - most make sense, e.g. "name" refers to title of series/film, "episode" refers to the episode, etc. Some weren't clear to begin with, but I figured out, e.g. "duration" uses seconds as the unit, so all you have to do is divide by 60 to get the duration in minutes. However, one column that doesn't make sense to me is "expires". Here's an example of the data: 1561382400.
Does anyone know what unit this is using? The title in question supposedly expires in 11 days (according to its page on the iPlayer). It would also be helpful if someone could point me in the direction of any further information about the data stored in the cache, assuming it exists?
Does anyone know what unit this is using? The title in question supposedly expires in 11 days (according to its page on the iPlayer). It would also be helpful if someone could point me in the direction of any further information about the data stored in the cache, assuming it exists?