Skip to content

v2024.12.07.1618

Compare
Choose a tag to compare
@babsonnexus babsonnexus released this 07 Dec 22:31
· 31 commits to main since this release
9b89de6

MODIFIED: [GEN] Sidebar navigation has been redesigned with collapsed sections for 'Stream Links/Files', 'Playlists', and 'Controls'.

image

This makes everything a lot cleaner and leaves real estate for additional add-on tools in the future.

Also, as part of this:

  • REMOVED: [PLM] Playlist Manager no longer has an internal navigation bar at the top of each page and is now selected within the sidebar.

NEW: [GEN] Can turn on/off 'Channels DVR Integration' for non-Channels users or special use cases. This setting is on by default.

There is a new Advanced / Experimental feature for disabling the connection to Channels DVR:

image

Unlike with the options for SLM and PLM, disabling this does more than just hide anything related to Channels (although it does do that). It also makes sure functions that would use this are also disabled in the backend code. For instance, with this disabled, SLM will no longer import updates from Channels as part of its end-to-end process.

Most notably, this changes the program from "for Channels" to "Solo Edition":

image

Streaming Library Manager has and will continue to be a Channels-first tool. However, now it can be used by non-Channels users without workarounds, as well as allow potential integrations into other things like Plex in the future.


Playlist Manger: Inactive Sources

The following changes were made:

  • MODIFIED: [PLM] Inactive Source Playlists are not listed in 'Prioritize Playlists'. NOTE: Although they are not visible, they maintain their priority and move their priority when other playlists are set higher.

image

image

image

  • MODIFIED: [PLM] Child stations from inactive Source Playlists are hidden in Assigned and Unassigned Stations. NOTE: The original assignments do remain in the backend and are reestablished when the Source Playlist is reactivated.

image

image

image

  • MODIFIED: [PLM] Stations from inactive Source Playlists are not counted towards statistics (i.e., station type percentages)

image

image

image


Other

  • MODIFIED: [GEN] Increased 'max form parts' from 100,000 to 1,000,000 for PLM users with a large list of child stations. NOTE: May cause performance issues.

  • MODIFIED: [GEN] Backend code cleanup and organization.