Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
52c796f
[tmdb] Components v2 support.
ltzmax May 4, 2025
36c573b
Merge branch 'master' into feat/components-v2
ltzmax May 4, 2025
98e4a81
Merge branch 'master' into feat/components-v2
ltzmax May 4, 2025
041e0c5
Merge branch 'feat/components-v2' of https://github.com/ltzmax/maxcog…
ltzmax May 4, 2025
42ee19c
cleanup a little and sort by actual release.
ltzmax May 5, 2025
b284248
Style.
ltzmax May 5, 2025
20ca22f
Merge branch 'master' into feat/components-v2
ltzmax May 5, 2025
3017387
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 5, 2025
74fc92d
Add autocomplete.
ltzmax May 8, 2025
600bfac
Merge branch 'master' into feat/components-v2
ltzmax May 10, 2025
9d0468b
Ops, this gotta be there still
ltzmax May 10, 2025
4902318
Merge branch 'master' into feat/components-v2
ltzmax Jul 7, 2025
20c2e9f
Update to work on newest changes
ltzmax Jul 7, 2025
52458ae
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 7, 2025
2e4f915
Added possiblity to automatically post videos.
ltzmax Jul 24, 2025
a987573
Update themoviedb.py
ltzmax Jul 24, 2025
6640895
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 24, 2025
6c338e6
Update themoviedb.py
ltzmax Jul 24, 2025
1d4e834
Merge branch 'feat/components-v2' of https://github.com/ltzmax/maxcog…
ltzmax Jul 24, 2025
0e932a0
Update themoviedb.py
ltzmax Jul 24, 2025
14ed085
Update themoviedb.py
ltzmax Jul 24, 2025
298ccb1
Smh
ltzmax Jul 24, 2025
f4e3d47
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 24, 2025
68d43ec
Update themoviedb.py
ltzmax Jul 24, 2025
d3ed9d1
....
ltzmax Jul 24, 2025
4950f2f
Merge branch 'feat/components-v2' of https://github.com/ltzmax/maxcog…
ltzmax Jul 24, 2025
ac9776d
The conflict is crazy man lol
ltzmax Jul 24, 2025
6afdca1
Merge branch 'master' into feat/components-v2
ltzmax Jul 24, 2025
c83dbe9
skip youtube shorts + remove dublicates.
ltzmax Aug 10, 2025
7a42657
add crunchyroll
ltzmax Aug 19, 2025
b3b9827
Update tmdb_utils.py
ltzmax Aug 19, 2025
d744d8c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 19, 2025
216cf8f
Update tmdb_utils.py
ltzmax Aug 19, 2025
9f6c383
Merge branch 'feat/components-v2' of https://github.com/ltzmax/maxcog…
ltzmax Aug 19, 2025
5b9ebbb
grammar it.
ltzmax Aug 19, 2025
578671f
remove logging for yt shorts being ignored.
ltzmax Aug 20, 2025
e426286
perms.
ltzmax Aug 20, 2025
bf6d750
fix wrong here.
ltzmax Aug 20, 2025
4303a20
Update info.json
ltzmax Aug 22, 2025
a7f380c
Merge branch 'master' into feat/components-v2
ltzmax Aug 22, 2025
cbd4290
Update info.json
ltzmax Aug 22, 2025
04f686d
Fix session.
ltzmax Aug 24, 2025
92f679a
Merge branch 'master' into feat/components-v2
ltzmax Aug 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions themoviedb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Search for informations of movies and TV shows from themoviedb.org.

# [p]tmdbset
Configure TheMovieDB cog settings.<br/>
- Usage: `[p]tmdbset`
- Restricted to: `BOT_OWNER`
## [p]tmdbset creds
Guide to setting up the TMDB API key.<br/>

This command will give you information on how to set up the API key.<br/>
- Usage: `[p]tmdbset creds`
# [p]movie (Hybrid Command)
Search for a movie.<br/>

You can write the full name of the movie to get more accurate results.<br/>

**Examples:**<br/>
- `[p]movie the dark knight`<br/>
- `[p]movie the lord of the rings`<br/>

**Arguments:**<br/>
- `<query>` - The movie you want to search for.<br/>
- Usage: `[p]movie <query>`
- Slash Usage: `/movie <query>`
- Aliases: `movies`
# [p]tvshow (Hybrid Command)
Search for a TV show.<br/>

You can write the full name of the TV show to get more accurate results.<br/>

**Examples:**<br/>
- `[p]tv the office`<br/>
- `[p]tv game of thrones`<br/>

**Arguments:**<br/>
- `<query>` - The TV show you want to search for.<br/>
- Usage: `[p]tvshow <query>`
- Slash Usage: `/tvshow <query>`
- Aliases: `tv`
# [p]person (Hybrid Command)
Search for a person.<br/>

You can write the full name of the person to get more accurate results.<br/>

**Examples:**<br/>
- `[p]person arthur`<br/>
- `[p]person johnny depp`<br/>

**Arguments:**<br/>
- `<query>` - The person you want to search for.<br/>
- Usage: `[p]person <query>`
- Slash Usage: `/person <query>`
4 changes: 2 additions & 2 deletions themoviedb/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"max"
],
"name": "TheMovieDB",
"install_msg": "Thanks for installing.\nYou will need to set your API key before using this cog. See `[p]tmdbset creds`.\n<https://docs.maxapp.tv/> for documentation.\nIf you enjoy my work, you can donate at [buymeacoffee](<https://buymeacoffee.com/ltzmax>)\n## PLEASE NOTE:\nThis cog is in alpha phase and using Components V2 and is not fully tested or and stable enough for production use. This also require the Components V2 PR from discord.py for this cog to work.",
"install_msg": "Thanks for installing.\nYou will need to set your API key before using this cog. See `[p]tmdbset creds`.\n<https://docs.maxapp.tv/> for documentation.\nIf you enjoy my work, you can donate at [buymeacoffee](<https://buymeacoffee.com/ltzmax>).",
"description": "Search for informations of movies and TV shows from themoviedb.org.",
"short": "Search for informations of movies and TV shows from themoviedb.org.",
"hidden": false,
"min_bot_version": "3.5.14",
"min_bot_version": "3.5.21",
"tags": [
"movies",
"movie",
Expand Down
Loading