• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 27
Release Composite (A Plex client)
#76
Thanks for the folders fix. This will be really useful cause I decide what I listen to in a folder way if you know what I mean.
Reply
#77
I've updated post #2 with 1.1.0~beta1
  • [add] end-point to search for movies/episodes from all available servers for external use ie. TheMovieDb Helper

@popeye2468
You'll need at least 1.1.0~beta1 but the search end-points are:
  • plugin://plugin.video.composite_for_plex/?mode=32&video_type=movie&query=
  • plugin://plugin.video.composite_for_plex/?mode=32&video_type=episode&query=

@FXB78
It's now possible to interact with TheMovieDb Helper, you'll need 1.1.0~beta1 and the player file from https://github.com/jurialmunkey/plugin.v...r/pull/217

@webmaher, @komplex
If possible can you try the beta1 linked above, I've made a change to the connection test. Thanks in advance.

@number1fan
Doesn't support shuffling currently
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
#78
Thanks, the TMDB Helper integration works great Smile An auto-play option would be good if possible, personally I don't see the point of the Search function as I've already searched for the Show/Movie once in TMDB Helper. If this isn't possible that's fine, just a suggestion. Thanks again.
Reply
#79
@FXB78 
I'm not sure what you mean, there should be a play and a search option. If search only finds one result it automatically plays as well atm.
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
#80
(2020-05-12, 23:06)anxdpanic Wrote: @FXB78 
I'm not sure what you mean, there should be a play and a search option. If search only finds one result it automatically plays as well atm.
Sorry my mistake, I figured it out. I hadn't set the Default Player in the TMDB Helper settings, once I did that it all worked as I wanted. Thanks Smile
Reply
#81
@FXB78
No worries, thanks for testing and confirming. It was my first time using TMDB Helper so I very well could have missed something Smile

@number1fan
Actually, there is a way to do this.
Open a TV Show to All episodes, choose Play from here from the context menu and then you can enable shuffle on the playlist that gets created
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
#82
(2020-05-12, 22:00)anxdpanic Wrote: If possible can you try the beta1 linked above, I've made a change to the connection test. Thanks in advance.
Still the same https://paste.ee/r/tybou
Reply
#83
(2020-05-13, 01:41)anxdpanic Wrote: @number1fan
Actually, there is a way to do this.
Open a TV Show to All episodes, choose Play from here from the context menu and then you can enable shuffle on the playlist that gets created
Amazing, thank you!
Reply
#84
@komplex 
All the addresses reported by Plex are returning 404/Not Found
I've bumped the version to 1.1.0 https://github.com/anxdpanic/plugin.vide.../tag/1.1.0
In that version when you select Display Servers from the main menu you can select a server and see the connection test results. (pink failed, green succeeded)
Can you confirm any of the addresses shown are working in a browser from that system?
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
#85
Image

192.168.0.5:32400 is not accessible, I access it through
Image

EDIT: I been using that so long I forgot that that's not plex doing the redirect but nginx lol
Reply
#86
@komplex 
Not sure if you're doing anything on top of the service or if Plex is just returning incorrect. But since it's a single server you can try Settings - Server - Server Discovery - Manual
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
#87
(2020-05-13, 20:51)anxdpanic Wrote: @komplex 
Not sure if you're doing anything on top of the service or if Plex is just returning incorrect. But since it's a single server you can try Settings - Server - Server Discovery - Manual

I think you posted as i edited, its nginx.
Reply
#88
php:
location /plex/ {
proxy_pass http://127.0.0.1:32400/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/plex/dark.css">
</head>';
sub_filter_once on;
# Websockets
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
if ($http_referer ~* /plex/) {
rewrite ^/web/(.*) /plex/web/$1? redirect;

@anxdpanic This is my plex block. Can a setting be added to help reverse proxy work?
Reply
#89
Greetings,
If i play a movie with multiple audio, it always default to the second one, for instance audio commentary instead of the main audio. 
ex: movie has 2 audio, 1- dolby digital 2- aac audio commentary, i get AAC, i have to manually change it to 1, in Plex it always defaults to 1, any way we can change this behaviour?
Using 1.1.1 release
Regards,
Reply
#90
@komplex 
I will look into it for a future version


@oyehia 
If you open the context menu on the movie and choose Audio, does the correct audio have the * ?
Settings - Playback - Audio and subtitle selector allows you to switch how audio and subtitle selection is done.
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 27

Logout Mark Read Team Forum Stats Members Help
Composite (A Plex client)0