Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cinemagoer library problem
#22
As best I can tell, the movies the company has is not in the database. The only keys I've seen is name and long imdb name.
The docs is where I've learned what I have. I think they are a little outdated. Some of the things do not work
https://imdbpy.readthedocs.io/en/latest/...start.html

ia = Cinemagoer()

company = ia.search_company('pixar')

for dept in company:
    print(dept.get('name'), dept.companyID, dept.keys())
    

data = ia.get_company(str(company[0].companyID))
print(data.get('long imdb name'))
output
Output:
Pixar Animation Studios 0017902 ['name', 'long imdb name'] Pixar 0348691 ['name', 'long imdb name'] Pixar Archives 0894998 ['name', 'long imdb name'] Pixar Canada 0514251 ['name', 'long imdb name'] Pixar Studio Tools Development 0087269 ['name', 'long imdb name'] Pixar Information Systems 0087268 ['name', 'long imdb name'] Pixar Drone 0545181 ['name', 'long imdb name'] Pixar Post Production 0239068 ['name', 'long imdb name'] Pixarvision 0593882 ['name', 'long imdb name'] Pixar Systems Group 0754045 ['name', 'long imdb name'] Fox-Pixar Media 0892370 ['name', 'long imdb name'] Pixar Talking Pictures 0791909 ['name', 'long imdb name'] PixArt 0974120 ['name', 'long imdb name'] Pixar Animation Studios
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply


Messages In This Thread
cinemagoer library problem - by lunacy90 - Sep-04-2023, 06:19 PM
RE: cinemagoer library problem - by menator01 - Sep-04-2023, 06:28 PM
RE: cinemagoer library problem - by deanhystad - Sep-04-2023, 06:45 PM
RE: cinemagoer library problem - by lunacy90 - Sep-04-2023, 07:55 PM
RE: cinemagoer library problem - by deanhystad - Sep-04-2023, 08:15 PM
RE: cinemagoer library problem - by menator01 - Sep-05-2023, 12:59 AM
RE: cinemagoer library problem - by deanhystad - Sep-05-2023, 01:41 AM
RE: cinemagoer library problem - by menator01 - Sep-05-2023, 03:24 AM
RE: cinemagoer library problem - by lunacy90 - Sep-05-2023, 10:12 AM
RE: cinemagoer library problem - by lunacy90 - Sep-05-2023, 10:58 AM
RE: cinemagoer library problem - by menator01 - Sep-07-2023, 04:47 PM
RE: cinemagoer library problem - by lunacy90 - Sep-05-2023, 11:58 AM
RE: cinemagoer library problem - by deanhystad - Sep-05-2023, 12:24 PM
RE: cinemagoer library problem - by lunacy90 - Sep-05-2023, 01:30 PM
RE: cinemagoer library problem - by menator01 - Sep-05-2023, 09:30 PM
RE: cinemagoer library problem - by deanhystad - Sep-05-2023, 10:21 PM
RE: cinemagoer library problem - by menator01 - Sep-05-2023, 11:50 PM
RE: cinemagoer library problem - by menator01 - Sep-06-2023, 08:06 AM
RE: cinemagoer library problem - by lunacy90 - Sep-08-2023, 03:16 PM
RE: cinemagoer library problem - by deanhystad - Sep-07-2023, 06:37 PM
RE: cinemagoer library problem - by menator01 - Sep-07-2023, 06:56 PM
RE: cinemagoer library problem - by menator01 - Sep-08-2023, 04:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with importing python-telegram library into the project gandonio 1 1,581 Nov-01-2022, 02:19 AM
Last Post: deanhystad
  Problem with using Crypto library reks2004 2 2,430 Mar-27-2020, 05:38 AM
Last Post: buran
  Problem installing library thunderspeed 2 2,336 Mar-22-2020, 11:04 PM
Last Post: thunderspeed
  Problem importing resource library ChrisM 8 3,959 Oct-23-2019, 01:40 PM
Last Post: ChrisM
  Problem Using Python Library abir99 8 5,406 Nov-21-2017, 03:12 PM
Last Post: sparkz_alot
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,816 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020