cheeseboi 1 Posted October 4, 2022 Posted October 4, 2022 10 hours ago, Cheesegeezer said: Ha Ha a fellow cheese CHEESE 1
home04277 0 Posted October 5, 2022 Posted October 5, 2022 Hello, i found this Question already in this thread unfortunately not the answer. I just installed VirtualTV 1.1.2 on Emby which is running on my Synology Diskstation. I put the file in the plugin Folder, gave correct permissions and i can see the Plugin in the UI but i cannot choose Library Folders. What i am doing wrong here? Any help is much appreciated. embyserver.txt
roaku 836 Posted October 5, 2022 Posted October 5, 2022 23 minutes ago, home04277 said: Hello, i found this Question already in this thread unfortunately not the answer. I just installed VirtualTV 1.1.2 on Emby which is running on my Synology Diskstation. I put the file in the plugin Folder, gave correct permissions and i can see the Plugin in the UI but i cannot choose Library Folders. What i am doing wrong here? Any help is much appreciated. embyserver.txt 55.18 kB · 1 download As a test, try setting the 'emby_remote' user's library access to all libraries, then come back to this screen in VirtualTV.
home04277 0 Posted October 5, 2022 Posted October 5, 2022 Thats the weird thing, this User has Access to all Librarys already
pünktchen 1350 Posted October 5, 2022 Author Posted October 5, 2022 Maybe a trailing space in the api key?
PuffyToesToo 341 Posted October 5, 2022 Posted October 5, 2022 I don't know if it will help, but when this has happened to me before, generating a new API key has always worked.
b0dyr0ck2006 57 Posted October 5, 2022 Posted October 5, 2022 (edited) On 04/10/2022 at 15:23, pünktchen said: As a test i would remove the "Genre" condition and use "Min. Runtime" with 5 minutes. It's just to see if the plugin finds your documentaries at all. As you can see from the image, all other channels are fine, just the documentary's one. This channel I only want Docs to play EDIT: So I deleted that channel and recreated it as channel 11 and it populated fine, using all the same settings as previously Edited October 5, 2022 by b0dyr0ck2006 updated info
pünktchen 1350 Posted October 5, 2022 Author Posted October 5, 2022 14 minutes ago, b0dyr0ck2006 said: As you can see from the image, all other channels are fine, just the documentary's one. This channel I only want Docs to play But did you test what i have suggested?
b0dyr0ck2006 57 Posted October 5, 2022 Posted October 5, 2022 8 minutes ago, pünktchen said: But did you test what i have suggested? Yes I did and it didnt make any difference, so i tried a different approach
pünktchen 1350 Posted October 5, 2022 Author Posted October 5, 2022 29 minutes ago, b0dyr0ck2006 said: Yes I did and it didnt make any difference So your documentaries aren't recognized as movie or tv show. What is the Emby library content type for your docu library? Also please post a screenshot of the Emby details/info page of one item of your docu library.
b0dyr0ck2006 57 Posted October 5, 2022 Posted October 5, 2022 37 minutes ago, pünktchen said: So your documentaries aren't recognized as movie or tv show. What is the Emby library content type for your docu library? Also please post a screenshot of the Emby details/info page of one item of your docu library. Sorry, perhaps you missed my edit. I decided that channel 4 didnt work for whatever reason and so tried creating a new channel, channel 11, using all the same formatting and options. I 'turned off' channel four and refreshed the guide and now the new documentary channel populates perfectly. very strange behaviour
pünktchen 1350 Posted October 5, 2022 Author Posted October 5, 2022 18 minutes ago, b0dyr0ck2006 said: very strange behaviour Indeed! The main thing is it's working now for you. 1
home04277 0 Posted October 6, 2022 Posted October 6, 2022 13 hours ago, PuffyToesToo said: I don't know if it will help, but when this has happened to me before, generating a new API key has always worked. I tried multiple times but same. Not sure at which piece of Logs or Config i could look to see why it fails
jblaze12 8 Posted October 6, 2022 Posted October 6, 2022 (edited) *EDIT UPDATE: I was able to get it working again by going to users/(username) then access and select "enable access to all libraries" not just selecting individual ones and it worked! I deleted the xml and .dll and started over. Still the same blank guide issue. I've noticed this in the pic attached that the "Include Library Folders:" doesn't have any options. In "/server/Live TV" emby when I see the channel I click on it and it says "guide data source" nothing. When I click the dropdown to Virtual TV it says its saved but when I double check it doesnt. Thoughts? Edited October 6, 2022 by jblaze12 fix
pünktchen 1350 Posted October 6, 2022 Author Posted October 6, 2022 1 hour ago, home04277 said: Not sure at which piece of Logs or Config i could look to see why it fails I'm asuming you have some movie, tv show or mixed content library in Emby. With home videos & photos it will not work! Open the browser developer console with F12, then refresh the config page of the plugin. Are there errors in the console output?
pünktchen 1350 Posted October 6, 2022 Author Posted October 6, 2022 26 minutes ago, jblaze12 said: I was able to get it working again by going to users/(username) then access and select "enable access to all libraries" not just selecting individual ones and it worked! So it's working now for you? (Editing posts is a bad idea to keep others up to date)
home04277 0 Posted October 6, 2022 Posted October 6, 2022 Yeah i got something, at least an error message: Thats whats displayed when opened the Link: http://192.168.50.24:8096/emby/VirtualTV/UserFolders?UserName=vtv&api_key=030c118507c248bea2c633950d7389c3 Could not resolve type with token 01000062 from typeref (expected class 'System.ReadOnlySpan`1' in assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51')
pünktchen 1350 Posted October 6, 2022 Author Posted October 6, 2022 @Luke can you help here with the error above? The user has a mono build for Synology: log file
pünktchen 1350 Posted October 6, 2022 Author Posted October 6, 2022 I'm referencing these assemblies in the plugin: <PropertyGroup> <TargetFramework>netstandard2.1</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="mediabrowser.server.core" Version="4.7.0.32-beta" /> <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="System.Memory" Version="4.5.5" /> </ItemGroup> Should i target .NET 6 ?
jblaze12 8 Posted October 7, 2022 Posted October 7, 2022 Yes, the entirety of the plugin is working as usual again. It seems that was the only issue. 1
pünktchen 1350 Posted October 7, 2022 Author Posted October 7, 2022 (edited) @home04277 Please try this version: Edited October 8, 2022 by pünktchen Removed attachement 1
home04277 0 Posted October 8, 2022 Posted October 8, 2022 Tried the new Version but now i am not even see the Plugin anymore. Attached the emby Logs if that helps you embyserver.txt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now