Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ct

Crowd sourced timestamps for on screen actor information.

Sorted by tmdb id.

Proposed json formatting for easy editing of on screen information:

    {
        "actors": [
            {
                "id": <tmdb_id>,
                "roles": <object>[
                    {
                        "role": <string>,
                        "hidden": <boolean>, // *
                        "timeframes": <object>[
                            {
                                "start": <second>,
                                "end": <second>
                            },
                        ]
                    },
                ]
            },
        ]
    }

* true: will hide the role name until user selection to prevent spoilers

Proposed json structure for easy access of actor information:

    {
        <timestamp>: [
            {
                "id": <tmdb_id>,
                "roles": <object>[
                    {
                        "role": <string>,
                        "hidden": <boolean>,
                    },
                ]
            },
        ],
    }

music filming location

About

Crowd sourced time stamps for on screen actor information.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors