plexapi - How to add to playqueue?

I’m working on a python script that runs on Rasplex at startup to add all videos in a specific library to the playqueue and play the queue.

I have gotten this to work by first creating a playlist containing all the videos in a particular library and then create a playqueue from the playlist ( plex.createPlayQueue(playlist, shuffle=1, repeat=1)) Is there no method to add all videos in one library into the playqueue without creating a playlist first?

I see how the same call can create a playqueue by specifying one single media file plex.createPlayQueue(video) but I cannot seem to find how to add more videos to this playqueue.

My goal is to simply to add all videos from one specific library to the playqueue. Any help appreciated!

It looks like we just never implemented this yet. If you open a bug on the github page we’ll make it one of the next things we work on. https://github.com/pkkid/python-plexapi/issues