Skip to content

Commit

Permalink
Bump version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Mar 25, 2024
1 parent 739567a commit 8b482e7
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
name: 'Local Intros'
guid: '07d86795-01f2-4d22-b174-cdc6056c3e7c'
version: '2.2.0.0'
targetAbi: '10.8.0.0'
version: 3
targetAbi: '10.8.13.0'
framework: 'net6.0'
owner: 'Jellyfin'
overview: 'Display flashy intros before movies and other videos'
description: >
Select a flashy pre-roll from local storage to run before any
video content. The video details are loaded from disk after a video
is played from the library from the beginning of the video.
A random video is selected, and all videos in the local directory
are enabled by default. Specific videos can be enabled or disabled
as necessary. After videos are loaded for the first time, additional
videos found in the directory are not enabled by default.
Select a flashy pre-roll from local storage to run before any video content. The video details are loaded from disk after a video is played from the library from the beginning of the video. A random video is selected, and all videos in the local directory are enabled by default. Specific videos can be enabled or disabled as necessary. After videos are loaded for the first time, additional videos found in the directory are not enabled by default.
category: 'Other'
artifacts:
- 'Jellyfin.Plugin.LocalIntros.dll'
changelog: >
Disabled Vimeo loading entirely, only plays back local videos.
- 'Jellyfin.Plugin.LocalIntros.dll'
changelog: |-
- Add org workflows (#29) @crobibero
- Added code to order detected videos by name. (#16) @BrianCArnold
### New features and improvements ###
- added ability to only show intros for movies (#32) @Terence-D
- Added code to handle repeating date ranges in backend. (#15) @BrianCArnold
### Documentation updates ###
- Update config Discord link (#31) @anthonylavado

0 comments on commit 8b482e7

Please sign in to comment.