Using the TMDB API and the Wikipedia API
Posted: Sat Apr 29, 2023 4:52 pm
Ok I have just spent 3 days with ChatGPT trying to learn
how write a set of simple procedures that would...
- create a database
- scan through directories adding filenames & file paths
to the database (filename is name of movie/tv series)
- using TMDB API to get all data related to each filename
and adding it to the database inc posters etc
- using WIKIPEDIA API to get info about each filename
(& would be Wikipedia webpage related to filename)
and adding to the database
- Show all contents in a nice simple GUI
What I got from ChatGPT was sorta usable looking code
that was actually written by some AI that's as dumb as me, It was causing me to tear my hair out and yelling at the screen.
So I tried to RTFM and got nowhere fast and had to get
some real help from a knowledgeable person on the forum
All I want is to write a PB version of Plex, don't tell me to use plex cos I tried and I hated it.
Anyone know how to write the API and SQL parts of the code, I have the rest figured out.
Or point me towards how to use various API's in purebssic?
If anyone is crazy enough to throw some code my way can you ; Comment it extensively for a slow retard like
me to learn what's going on
If you got this far reading my ramblings... THANK YOU!
how write a set of simple procedures that would...
- create a database
- scan through directories adding filenames & file paths
to the database (filename is name of movie/tv series)
- using TMDB API to get all data related to each filename
and adding it to the database inc posters etc
- using WIKIPEDIA API to get info about each filename
(& would be Wikipedia webpage related to filename)
and adding to the database
- Show all contents in a nice simple GUI
What I got from ChatGPT was sorta usable looking code
that was actually written by some AI that's as dumb as me, It was causing me to tear my hair out and yelling at the screen.
So I tried to RTFM and got nowhere fast and had to get
some real help from a knowledgeable person on the forum
All I want is to write a PB version of Plex, don't tell me to use plex cos I tried and I hated it.
Anyone know how to write the API and SQL parts of the code, I have the rest figured out.
Or point me towards how to use various API's in purebssic?
If anyone is crazy enough to throw some code my way can you ; Comment it extensively for a slow retard like
me to learn what's going on
If you got this far reading my ramblings... THANK YOU!