Hi there! Would there be a possibility to have a config option to set the number of movies to show (as a configurable table)?
Also, I read that they now support TV-Shows as well… It would be cool to get that integrated as well :)
Ex something like this would be cool…
config: {
columns: 2,
titles: 6,
type: {
"tv": 1,
"movie": 1,
}
discover: {
"sort_by": "vote_average.desc"
}
}
That would give a table that holds 2 columns with 6 rows altering TV-Shows and Movies, descending by votes… 8)