chore(media-scanner): release 0.23.0-alpha.19 (#1439)

This commit is contained in:
Christian Benincasa
2025-10-31 16:10:13 -04:00
committed by GitHub
parent 2c6ef93b56
commit f97f568cc5
7 changed files with 21 additions and 6 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## [0.23.0-alpha.19](https://github.com/chrisbenincasa/tunarr/compare/v0.23.0-alpha.18...v0.23.0-alpha.19) (2025-10-31)
### Features
* add basic fallback metadata extraction for local media ([45a9643](https://github.com/chrisbenincasa/tunarr/commit/45a9643909bb5e0a14289b818b3eae0030553c4d)), closes [#1428](https://github.com/chrisbenincasa/tunarr/issues/1428)
* allow scheduling shows that are not part of channel lineup ([#1440](https://github.com/chrisbenincasa/tunarr/issues/1440)) ([83bf854](https://github.com/chrisbenincasa/tunarr/commit/83bf85496b00d502e58ba39f74bc79d0ef3aef51))
* support smart collection slots in both slot editors ([#1442](https://github.com/chrisbenincasa/tunarr/issues/1442)) ([2c6ef93](https://github.com/chrisbenincasa/tunarr/commit/2c6ef93b56861f7d229470d568b86d975ad5b2a3))
### Bug Fixes
* do not require episode nfo files to have the uniqueid field ([6342a03](https://github.com/chrisbenincasa/tunarr/commit/6342a039c37946a3f19ef7afdb91677d3e2a0bb7))
* make videodetails nfo parsing more persmissive ([c611297](https://github.com/chrisbenincasa/tunarr/commit/c6112975308bdefc7acb99c35a9add63f710e9a0))
## [0.23.0-alpha.18](https://github.com/chrisbenincasa/tunarr/compare/v0.23.0-alpha.17...v0.23.0-alpha.18) (2025-10-27)

View File

@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "0.23.0-alpha.18",
"version": "0.23.0-alpha.19",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",

View File

@@ -1,3 +1,3 @@
{
".": "0.23.0-alpha.18"
".": "0.23.0-alpha.19"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "0.23.0-alpha.18",
"version": "0.23.0-alpha.19",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "0.23.0-alpha.18",
"version": "0.23.0-alpha.19",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "0.23.0-alpha.18",
"version": "0.23.0-alpha.19",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "0.23.0-alpha.18",
"version": "0.23.0-alpha.19",
"private": true,
"type": "module",
"scripts": {