FrostByte 5258 Posted March 2, 2024 Posted March 2, 2024 When I use E4K it's not masking the thump image when an episode is unwatched and Kodi option is set to hide thumbs. However, when using Kodi it appears to work. Is it possible that somehow, I've ended up with the episode thumbs in the episode landscape art (info > click slideshow)? Here's the setting I'm talking about: Episode 2 should be landscape, or fanart but instead it's showing the episode thumb. This is from the emby_tvshows_tv_shows/all.xml node, but I get the same from all the other nodes also including continue watching and next up. Also tried dynamic and synced nodes with the same result. Here is a show when not using E4K. And another without E4K and the default skin.
sfatula 196 Posted March 2, 2024 Posted March 2, 2024 11 hours ago, jasonborn said: Nice peace off work @quickmic Agreed, sent some money to his Paypal. 1 1
quickmic 1610 Posted March 3, 2024 Author Posted March 3, 2024 13 hours ago, FrostByte said: When I use E4K it's not masking the thump image when an episode is unwatched and Kodi option is set to hide thumbs. However, when using Kodi it appears to work. Is it possible that somehow, I've ended up with the episode thumbs in the episode landscape art (info > click slideshow)? Here's the setting I'm talking about: Quite sure it's the fallback image. "Series": (('Primary', 'poster'), ("Art", 'clearart'), ("Banner", 'banner'), ("Disc", 'discart'), ("Logo", 'clearlogo'), ("Thumb", 'thumb'), ("Thumb", 'landscape'), ("Backdrop", 'fanart'), ('Primary', 'thumb'), ("Backdrop", 'landscape'), ("Primary", 'landscape')), "Season": (('Primary', 'poster'), ("Art", 'clearart'), ("Banner", 'banner'), ("Disc", 'discart'), ("Logo", 'clearlogo'), ("Thumb", 'thumb'), ('SeriesPrimary', 'poster'), ("ParentThumb", 'thumb'), ("Primary", 'thumb'), ("ParentLogo", 'clearlogo'), ("ParentBackdrop", 'fanart')), "Episode": (('Primary', 'thumb'), ("Art", 'clearart'), ("Banner", 'banner'), ("Disc", 'discart'), ("Logo", 'clearlogo'), ("Thumb", 'thumb'), ("Backdrop", 'fanart'), ("ParentLogo", 'clearlogo'), ("ParentBanner", 'banner'), ("ParentThumb", 'landscape'), ("ParentThumb", 'thumb'), ("ParentBackdrop", 'landscape'), ("ParentBackdrop", 'fanart'), ('Primary', 'landscape')), I had endless discussions about that matter with users and every time I change a tiny thing, somebody else complains that his skin is "broken". General Info: Plugin uses fallback images, Kodi also uses fallback images, the skins also uses fallback images. In the end is combination of all 3 configurations. You can try modifications yourself, file: plugin.video.emby-next-gen/core/common.py (on the top) Every time you change something, artwork cache must be wiped and database resynced. 1
yunyun9812 1 Posted March 3, 2024 Posted March 3, 2024 (edited) Hello quickmic, Playing BDMV Blu ray files with versions before 9.3.0 as shown in the previous image is normal After using versions 9.4.0, a non-existent file name prompt "remove movie from library" will be displayed as shown in the following image. I don't know if it's a setup issue or something else Edited March 3, 2024 by yunyun9812
FrostByte 5258 Posted March 3, 2024 Posted March 3, 2024 4 hours ago, quickmic said: Quite sure it's the fallback image. "Series": (('Primary', 'poster'), ("Art", 'clearart'), ("Banner", 'banner'), ("Disc", 'discart'), ("Logo", 'clearlogo'), ("Thumb", 'thumb'), ("Thumb", 'landscape'), ("Backdrop", 'fanart'), ('Primary', 'thumb'), ("Backdrop", 'landscape'), ("Primary", 'landscape')), "Season": (('Primary', 'poster'), ("Art", 'clearart'), ("Banner", 'banner'), ("Disc", 'discart'), ("Logo", 'clearlogo'), ("Thumb", 'thumb'), ('SeriesPrimary', 'poster'), ("ParentThumb", 'thumb'), ("Primary", 'thumb'), ("ParentLogo", 'clearlogo'), ("ParentBackdrop", 'fanart')), "Episode": (('Primary', 'thumb'), ("Art", 'clearart'), ("Banner", 'banner'), ("Disc", 'discart'), ("Logo", 'clearlogo'), ("Thumb", 'thumb'), ("Backdrop", 'fanart'), ("ParentLogo", 'clearlogo'), ("ParentBanner", 'banner'), ("ParentThumb", 'landscape'), ("ParentThumb", 'thumb'), ("ParentBackdrop", 'landscape'), ("ParentBackdrop", 'fanart'), ('Primary', 'landscape')), I had endless discussions about that matter with users and every time I change a tiny thing, somebody else complains that his skin is "broken". General Info: Plugin uses fallback images, Kodi also uses fallback images, the skins also uses fallback images. In the end is combination of all 3 configurations. You can try modifications yourself, file: plugin.video.emby-next-gen/core/common.py (on the top) Every time you change something, artwork cache must be wiped and database resynced. Thanks for the info. I'll play with it some. If nothing else, I'll learn something new by playing. 1
quickmic 1610 Posted March 3, 2024 Author Posted March 3, 2024 43 minutes ago, yunyun9812 said: Hello quickmic, Playing BDMV Blu ray files with versions before 9.3.0 as shown in the previous image is normal After using versions 9.4.0, a non-existent file name prompt "remove movie from library" will be displayed as shown in the following image. I don't know if it's a setup issue or something else Iso or extracted bluray? Is the path correct?
quickmic 1610 Posted March 3, 2024 Author Posted March 3, 2024 (edited) 20 minutes ago, FrostByte said: Thanks for the info. I'll play with it some. If nothing else, I'll learn something new by playing. Priority is from left to right. Emby images addressing the same Kodi image type: First valid image found is the one used for Kodi. Edited March 3, 2024 by quickmic 1
yunyun9812 1 Posted March 3, 2024 Posted March 3, 2024 (edited) 4 hours ago, quickmic said: ISO 还是提取的 bluray?路径是否正确? bluray, ISO can play correctly he path is correct [File name:] should return the file name "index.bdmv", but versions after 9.4.0 return the folder name "Youth.2017.CHINESE.芳华.1080p.BluRay.AVC.DTS-HD.MA.5.1-FGT".Version before 9.3.0 is normal Edited March 3, 2024 by yunyun9812 1
quickmic 1610 Posted March 4, 2024 Author Posted March 4, 2024 On 3/3/2024 at 2:32 PM, yunyun9812 said: bluray, ISO can play correctly he path is correct [File name:] should return the file name "index.bdmv", but versions after 9.4.0 return the folder name "Youth.2017.CHINESE.芳华.1080p.BluRay.AVC.DTS-HD.MA.5.1-FGT".Version before 9.3.0 is normal I fix it in next version.
feerlessleadr 160 Posted March 5, 2024 Posted March 5, 2024 On 3/2/2024 at 10:41 AM, FrostByte said: When I use E4K it's not masking the thump image when an episode is unwatched and Kodi option is set to hide thumbs. However, when using Kodi it appears to work. Is it possible that somehow, I've ended up with the episode thumbs in the episode landscape art (info > click slideshow)? Here's the setting I'm talking about: Episode 2 should be landscape, or fanart but instead it's showing the episode thumb. This is from the emby_tvshows_tv_shows/all.xml node, but I get the same from all the other nodes also including continue watching and next up. Also tried dynamic and synced nodes with the same result. Here is a show when not using E4K. And another without E4K and the default skin. Can I ask what skin you're using?
FrostByte 5258 Posted March 5, 2024 Posted March 5, 2024 6 hours ago, feerlessleadr said: Can I ask what skin you're using? It's Arctic Fuse by jurialmunkey 1
quickmic 1610 Posted March 5, 2024 Author Posted March 5, 2024 New PUBLIC TESTING version available 10.0.7: Delta changelog 10.0.6 -> 10.0.7 fix MusicAlbum sync issue fix Studio sync issue improve incremental boxset sync on Kodi start fix BoxSet sync issue add remoteplay option fix episode intros fix player stop issue fix extracted bluray and dvd playback fix some minor intro issues fix A-Z node order Comment: Refresh boxsets is recommended For bluray/DVD extracted content, a repair-sync is required 1
838Joel 63 Posted March 5, 2024 Posted March 5, 2024 Hi @quickmic, Yesterday I start watching a movie, stop it after few minutes. Today when I connect it shows in the list of movies that is ongoing, but when it update with the server it disappeared from the list! I took some log https://paste.kodi.tv/vetevosoli Using 10.0.6 with server 4.8.3.0, Kodi 21 beta 3 Hope this help!
rossome 3 Posted March 6, 2024 Posted March 6, 2024 (edited) I cannot get any of the images to load, I have installed the audio and image plugins prior to installing the latest 10.0.X video plugins. I have tried doing a full database reset and a full kodi reset with no luck. Emby server version is 4.9.0.8 and the Kodi Companion plugin is a 2.2.1.0. Am I missing anything? Edited March 6, 2024 by rossome
quickmic 1610 Posted March 6, 2024 Author Posted March 6, 2024 1 hour ago, rossome said: I cannot get any of the images to load, I have installed the audio and image plugins prior to installing the latest 10.0.X video plugins. I have tried doing a full database reset and a full kodi reset with no luck. Emby server version is 4.9.0.8 and the Kodi Companion plugin is a 2.2.1.0. Am I missing anything? You must wait till the sync has finished.
quickmic 1610 Posted March 6, 2024 Author Posted March 6, 2024 22 hours ago, 838Joel said: Hi @quickmic, Yesterday I start watching a movie, stop it after few minutes. Today when I connect it shows in the list of movies that is ongoing, but when it update with the server it disappeared from the list! I took some log https://paste.kodi.tv/vetevosoli Using 10.0.6 with server 4.8.3.0, Kodi 21 beta 3 Hope this help! Thanks, but I would need the old log, were the progress was not updated. Sounds it was not correctly updates to Emby server and after the restart, the downsync overwrote the progress status.
838Joel 63 Posted March 6, 2024 Posted March 6, 2024 5 hours ago, quickmic said: Thanks, but I would need the old log, were the progress was not updated. Sounds it was not correctly updates to Emby server and after the restart, the downsync overwrote the progress status. ok I'll try to get that! Hopefully...
838Joel 63 Posted March 6, 2024 Posted March 6, 2024 4 minutes ago, 838Joel said: ok I'll try to get that! Hopefully... Well, the old logs have been replaced since I started to watch again that movie yesterday The day before I recall having watched for about 15 minutes and stop. Yesterday I watched about an hour and stop, today it does show in the ongoing movies list! I'll try to replicate the issue, if so I will PM you with the old logs!
TheOverseer 6 Posted March 6, 2024 Posted March 6, 2024 On 02/03/2024 at 15:41, FrostByte said: Nice skin! What is it?
FrostByte 5258 Posted March 6, 2024 Posted March 6, 2024 37 minutes ago, TheOverseer said: Nice skin! What is it? It's jurialmunkey's new one called Arctic Fuse.
838Joel 63 Posted March 6, 2024 Posted March 6, 2024 1 hour ago, 838Joel said: Well, the old logs have been replaced since I started to watch again that movie yesterday The day before I recall having watched for about 15 minutes and stop. Yesterday I watched about an hour and stop, today it does show in the ongoing movies list! I'll try to replicate the issue, if so I will PM you with the old logs! Sadly I was not able to replicated so far... I'll keep in mind if this occur again to get the .old logs 1
quickmic 1610 Posted March 7, 2024 Author Posted March 7, 2024 5 hours ago, 838Joel said: Sadly I was not able to replicated so far... I'll keep in mind if this occur again to get the .old logs Thanks probably both, depends when you export the logs. I could imagine the progress was not uploaded to Emby server due to server load. Please also update to 10.0.7, I fixed a few bugs that might address this issue as well. 1
Grumpy1 46 Posted March 7, 2024 Posted March 7, 2024 is it normal to get a security risk warning when trying to download the files in the first post?
838Joel 63 Posted March 7, 2024 Posted March 7, 2024 11 hours ago, quickmic said: Thanks probably both, depends when you export the logs. I could imagine the progress was not uploaded to Emby server due to server load. Please also update to 10.0.7, I fixed a few bugs that might address this issue as well. That makes sense, server probably did not get the progress updated... I will upgrade to 10.0.7, won't be a bad thing thanks
quickmic 1610 Posted March 7, 2024 Author Posted March 7, 2024 2 hours ago, Grumpy1 said: is it normal to get a security risk warning when trying to download the files in the first post? Fixed 1
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