Skip to content

Storage

Himanshu Mishra edited this page Mar 27, 2017 · 5 revisions

// <hash>.json

{  // Series specific data
    name: '',
    root_dir: '',
    no_of_episodes: 0,
    list_of_episodes: {
        1: <path_to_one>,
        2: <path_to_two>,
        ...
    },
    last_watched_index: 0
    date_added: ''
}

Clone this wiki locally