Skip to content

fix: render NFO aired date as plain date for Jellyfin#60

Merged
salvageop merged 1 commit into
masterfrom
fix/nfo_date_format
Jun 25, 2026
Merged

fix: render NFO aired date as plain date for Jellyfin#60
salvageop merged 1 commit into
masterfrom
fix/nfo_date_format

Conversation

@salvageop

Copy link
Copy Markdown
Collaborator

The field in media-item NFO files rendered a full DateTime (e.g. "2026-04-26 00:00:00Z"), which Jellyfin 10.11.x and Plex's NFO agent fail to parse. Use DateTime.to_date/1 so it emits a plain date ("2026-04-26") with no time or timezone component.

Closes #57

The <aired> field in media-item NFO files rendered a full DateTime
(e.g. "2026-04-26 00:00:00Z"), which Jellyfin 10.11.x and Plex's NFO
agent fail to parse. Use DateTime.to_date/1 so it emits a plain date
("2026-04-26") with no time or timezone component.

Closes #57
@salvageop

Copy link
Copy Markdown
Collaborator Author

Tested.

@salvageop salvageop merged commit 0282c19 into master Jun 25, 2026
3 checks passed
@salvageop salvageop deleted the fix/nfo_date_format branch June 25, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Use plain date string in the .nfo

1 participant