Jump to content

Recommended Posts

soderlund
Posted

New patch release -  Version 4.1.4.0
Download .dll and full release notes: https://github.com/soderlund91/HomeScreenCompanion/releases/tag/v4.1.4.0

Bugfix release


IMPORTANT! 
Minimum required Emby server v4.10.0.17


Release notes

 

Fixes:

  • Tagging collection: Fix issue where tagging a collection name containing a comma isn't working (Eg. "1,001 Movies to watch")
  • Playlist: Fixed a bug where new items where added to the end of the list, now it correspond with the order of the source.
  • Top-list: Fixed an bug with "resume playing" when switching between different versions of the movie (added ffprobe to the .strm files on creation to get playtime etc.)

HomeScreenCompanion.dll

crusher11
Posted

Is that the same as the version I have installed? 

soderlund
Posted
9 hours ago, crusher11 said:

Is that the same as the version I have installed? 

No, it’s almost the same as the one you helped me test. The top list and playlist fix should be new for you if I remember correctly.

(Although it has the same version number as the test you did, it’s not the same.)

swenth
Posted
On 09/04/2026 at 15:09, soderlund said:

New minor release -  Version 3.3.2.0
Download .dll and full release notes: https://github.com/soderlund91/HomeScreenCompanion/releases/tag/v3.3.2.0

This updates contain some fixes and some requested features. 
Biggest one is that we are now able to build a home section row of selected collections as image below:
image.png.1c518233c8d6a3998f6c7d7050b1585f.png

 

IMPORTANT! 
Minimum required Emby server v4.10.0.8

Note
Make sure to back up your settings before updating, just in case. 

Note
Included a .NET V6 release, this is for MacOS or legacy support. This version is NOT tested.


Release notes

Improvements/updates

  • Added ability to only show selected collections as a Home screen section. This way you can choose one or multiple collections to show on the home screen (no need to display all of them). See below how to set this up
  • Cleanup menu
    • Made the tags and collections clickable links to its own view (open in new tab)
    • Added a filter for Tags
    • Added a small popup/hover over the name that simply explains where the tag originated

Fixes

  • Fixed an issue in the cleanup where tags for some media types didn't populate the list. (Extras is now included with an "include extras" option.)
  • Fixed an issue where blacklist didn't get applied when running a single group sync

UI

  • Remade the "Update available" to be dismissible. If dismissed a smaller discreet text will still be visible.

_____________________________________________

 

Below is how to set up a home screen section with selected collections:

Source = local collection / *Select what collections to include* 
Tag = *random tag name* (the selections on what level to tag will be ignored by the plugin) 
Collection tab: leave blank 
Blasklist tab: will probably not work 
**Important!** Home screen section tab: set media type to "Collections", you can play around with all other options


 

Special thanks to @Aleasfor helping out with testing! 

HomeScreenCompanion.dll 738 kB · 7 downloads HomeScreenCompanion_NET6_MacOS.dll 738.5 kB · 0 downloads

Would it be possible in a future to select directly studios  instead of making collections that look like the studios? maybe already possible? thanks

  • Agree 1
  • 3 weeks later...
seanbuff
Posted

Hi @soderlundI've encountered an issue where the HSC plugin doesn't seem to use Source URLs other than the first one.

Example, in my test library I have all 4 Jaws movies.
image.thumb.png.2e9f21262d36616824ecaeed69c63e75.png

So I create a new tag called 'Shark Movies' and I want to use 2 MDBList Source URLs which contain Jaws movies.

URL 1: https://mdblist.com/lists/j22kodi/shark-movies (Contains only Jaws 4)
URL 2: https://mdblist.com/lists/cwills75/sharks (Contains Jaws 1, 3 and 4)

image.png.f3cb8e2604b35721474883f2857b1528.png

Expectation:
When adding both URLs, I expect that it will find 3 x Jaws movies and add them to the Tag 'Shark Movies'

Actual Result:
When using the above URLs in that order, the resulting Tag only contains 1 x Jaws movie (Jaws 4)

It seems the plugin only reads the first URL and does not use any subsequent Source URLs to add the other movies.

This can further be seen in the logs for the query (only URL 1 is requested):

Quote

2026-07-26 13:49:08.103 Info HomeScreenCompanionService-0HNNAP2NNJNR4:00000058: http/1.1 POST http://10.1.1.78:8096/emby/HomeScreenCompanion/RunEntry. Source Ip: host1, UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36
2026-07-26 13:49:08.155 Info HomeScreenCompanion: ══════════════════════════════════════════════════
2026-07-26 13:49:08.156 Info HomeScreenCompanion: Home Screen Companion v4.1.4.0  ·  2026-07-26 13:49  (single-entry run)
2026-07-26 13:49:08.156 Info HomeScreenCompanion:   Library: 116 movies, 6 series
2026-07-26 13:49:08.156 Info HomeScreenCompanion: ══════════════════════════════════════════════════
2026-07-26 13:49:08.161 Info HttpClient: GET https://api.mdblist.com/lists/j22kodi/shark-movies/items?apikey=x_secret4_x&limit=1000&offset=0
2026-07-26 13:49:08.528 Info HttpClient: Http response 200 from https://api.mdblist.com/lists/j22kodi/shark-movies/items?apikey=x_secret4_x&limit=1000&offset=0 after 365ms

2026-07-26 13:49:08.834 Info HomeScreenCompanion: 
2026-07-26 13:49:08.834 Info HomeScreenCompanion: [1/1] Shark Movies [Shark Movies]  (External)
2026-07-26 13:49:08.834 Info HomeScreenCompanion:   List: 114 objects · 1 matched in library
2026-07-26 13:49:08.834 Info HomeScreenCompanion:   Tag: +0 added, -0 removed
2026-07-26 13:49:08.834 Info HomeScreenCompanion: 
2026-07-26 13:49:08.834 Info HomeScreenCompanion: ══════════════════════════════════════════════════
2026-07-26 13:49:08.834 Info HomeScreenCompanion: Summary
2026-07-26 13:49:08.834 Info HomeScreenCompanion:   Tags:          +0 added,  -0 removed
2026-07-26 13:49:08.834 Info HomeScreenCompanion:   Done in 0s  ·  Success
2026-07-26 13:49:08.834 Info HomeScreenCompanion: ══════════════════════════════════════════════════
2026-07-26 13:49:08.835 Info HomeScreenCompanionService-0HNNAP2NNJNR4:00000058: http/1.1 Response 200 to host1. Time: 732ms. POST http://10.1.1.78:8096/emby/HomeScreenCompanion/RunEntry. 


Full Emby Server log:HSC_embyserver.txt

Thanks!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...