Hi, cool plugin, thank you.
Is it possible to adjust the “video container” size? I would like to have the videos a bit bigger on the site.
]]>is this by design or bug? the plugin only shows the first 15
]]>Hello!
Is it possible with this plugin to embed and play a hidden video from peertube?
Can I also protect the link in PeerTube: So that the video cannot be watched, when someone shares the link.
The goal is to make the videos available only in a secured member’s area.
I asked in the PeerTube forum, and got this answer:
“You can use the unlisted privacy setting but any user with the link will be able to watch the video.
You can also create a peertube plugin that forbid embed and video access depending on a specific criteria using hooks: PeerTube documentation”
So I was wondering if this functionality could be integrated in your plugin?
Thank you!
Angie.
I entered my instance URL with a trailing / and this caused the plugin not to display the Peertube playlist properly. The message is “Error convert JSON data” (I noticed the plugin was requesting URLs with double slashes and was receiving 404 error html content instead of JSON).
Make sure to enter a Peertube instance url in Settings that is without a trailing slash.
@dev on line 180 of peertube-playlist.php, right after:
$peertube_url = get_option(‘pl_peertube_url’);
Can you please add this:
$peertube_url = rtrim($peertube_url,”/”);
I’m still happy to give the first 5-star review to this plugin, that works very well.
]]>I have tried setting the site to ‘https://peertube.paladyn.org’ in the settings, and setting up a playlist.
In the logs I see
WordPress database error Table ‘wordpress.wp_3_playlists_peertube’ doesn’t exist for query SE
LECT * FROM wp_3_playlists_peertube made by do_action(‘toplevel_page_playlists_peertube’), WP_Hook->do_action, WP_Hook->apply_filters, playlists_peertube, referer: https://oxford-phab.
wp.paladyn.org/wp-admin/admin.php?page=playlists_peertube
but on the page I do not see anything. It would be good to catch this error.
Thank you for making this plugin available, making Peertube playlists more easily accessible from WordPress is a good thing to do.
From a user interface point of view, it might be good to set a default PX size- maybe 30, and possibly allow the user to paste in the URL of the playlist, and split the site and the playlist id out from that.
Merci beaucoup
John
]]>Hello… Your plugin is awesome… but I’d like to use it with other peertube instances. Can you make it possible to put ourself the good url ?
if I wanted to diplay this one for exemple
https://peertube.social/videos/watch/playlist/43be397e-d480-4a27-89ec-90090a79ab3b
Or if you can help me to find where I can change it in your code, it would be helpful
Thx!
]]>