Skip to content

Ohannain/ct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

Watchers

Forks