init
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<LoginDisclaimer />
|
||||
<CustomCss>@import url('https://mbcooper83.github.io/jfcssdrkgrn/jellyfin-darkangreen.css');</CustomCss>
|
||||
<SplashscreenEnabled>true</SplashscreenEnabled>
|
||||
</BrandingOptions>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<EncodingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<EncodingThreadCount>-1</EncodingThreadCount>
|
||||
<EnableFallbackFont>false</EnableFallbackFont>
|
||||
<EnableAudioVbr>false</EnableAudioVbr>
|
||||
<DownMixAudioBoost>2</DownMixAudioBoost>
|
||||
<DownMixStereoAlgorithm>None</DownMixStereoAlgorithm>
|
||||
<MaxMuxingQueueSize>2048</MaxMuxingQueueSize>
|
||||
<EnableThrottling>false</EnableThrottling>
|
||||
<ThrottleDelaySeconds>180</ThrottleDelaySeconds>
|
||||
<EnableSegmentDeletion>false</EnableSegmentDeletion>
|
||||
<SegmentKeepSeconds>720</SegmentKeepSeconds>
|
||||
<HardwareAccelerationType>none</HardwareAccelerationType>
|
||||
<EncoderAppPathDisplay>/usr/lib/jellyfin-ffmpeg/ffmpeg</EncoderAppPathDisplay>
|
||||
<VaapiDevice>/dev/dri/renderD128</VaapiDevice>
|
||||
<QsvDevice />
|
||||
<EnableTonemapping>false</EnableTonemapping>
|
||||
<EnableVppTonemapping>false</EnableVppTonemapping>
|
||||
<EnableVideoToolboxTonemapping>false</EnableVideoToolboxTonemapping>
|
||||
<TonemappingAlgorithm>bt2390</TonemappingAlgorithm>
|
||||
<TonemappingMode>auto</TonemappingMode>
|
||||
<TonemappingRange>auto</TonemappingRange>
|
||||
<TonemappingDesat>0</TonemappingDesat>
|
||||
<TonemappingPeak>100</TonemappingPeak>
|
||||
<TonemappingParam>0</TonemappingParam>
|
||||
<VppTonemappingBrightness>16</VppTonemappingBrightness>
|
||||
<VppTonemappingContrast>1</VppTonemappingContrast>
|
||||
<H264Crf>23</H264Crf>
|
||||
<H265Crf>28</H265Crf>
|
||||
<EncoderPreset xsi:nil="true" />
|
||||
<DeinterlaceDoubleRate>false</DeinterlaceDoubleRate>
|
||||
<DeinterlaceMethod>yadif</DeinterlaceMethod>
|
||||
<EnableDecodingColorDepth10Hevc>true</EnableDecodingColorDepth10Hevc>
|
||||
<EnableDecodingColorDepth10Vp9>true</EnableDecodingColorDepth10Vp9>
|
||||
<EnableDecodingColorDepth10HevcRext>false</EnableDecodingColorDepth10HevcRext>
|
||||
<EnableDecodingColorDepth12HevcRext>false</EnableDecodingColorDepth12HevcRext>
|
||||
<EnableEnhancedNvdecDecoder>true</EnableEnhancedNvdecDecoder>
|
||||
<PreferSystemNativeHwDecoder>true</PreferSystemNativeHwDecoder>
|
||||
<EnableIntelLowPowerH264HwEncoder>false</EnableIntelLowPowerH264HwEncoder>
|
||||
<EnableIntelLowPowerHevcHwEncoder>false</EnableIntelLowPowerHevcHwEncoder>
|
||||
<EnableHardwareEncoding>true</EnableHardwareEncoding>
|
||||
<AllowHevcEncoding>false</AllowHevcEncoding>
|
||||
<AllowAv1Encoding>false</AllowAv1Encoding>
|
||||
<EnableSubtitleExtraction>true</EnableSubtitleExtraction>
|
||||
<HardwareDecodingCodecs>
|
||||
<string>h264</string>
|
||||
<string>vc1</string>
|
||||
</HardwareDecodingCodecs>
|
||||
<AllowOnDemandMetadataBasedKeyframeExtractionForExtensions>
|
||||
<string>mkv</string>
|
||||
</AllowOnDemandMetadataBasedKeyframeExtractionForExtensions>
|
||||
</EncodingOptions>
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"System": "Warning"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Console",
|
||||
"Args": {
|
||||
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message:lj}{NewLine}{Exception}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "Async",
|
||||
"Args": {
|
||||
"configure": [
|
||||
{
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
"path": "%JELLYFIN_LOG_DIR%//log_.log",
|
||||
"rollingInterval": "Day",
|
||||
"retainedFileCountLimit": 3,
|
||||
"rollOnFileSizeLimit": true,
|
||||
"fileSizeLimitBytes": 100000000,
|
||||
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message}{NewLine}{Exception}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"Enrich": [ "FromLogContext", "WithThreadId" ]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MigrationOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Applied>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>9b354818-94d5-4b68-ac49-e35cb85f9d84</Item1>
|
||||
<Item2>CreateNetworkConfiguration</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>a6dcacf4-c057-4ef9-80d3-61cef9ddb4f0</Item1>
|
||||
<Item2>MigrateMusicBrainzTimeout</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>4fb5c950-1991-11ee-9b4b-0800200c9a66</Item1>
|
||||
<Item2>MigrateNetworkConfiguration</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>a8e61960-7726-4450-8f3d-82c12daabbcb</Item1>
|
||||
<Item2>MigrateEncodingOptions</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>4124c2cd-e939-4ffb-9be9-9b311c413638</Item1>
|
||||
<Item2>DisableTranscodingThrottling</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>ef103419-8451-40d8-9f34-d1a8e93a1679</Item1>
|
||||
<Item2>CreateLoggingConfigHeirarchy</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>3793eb59-bc8c-456c-8b9f-bd5a62a42978</Item1>
|
||||
<Item2>MigrateActivityLogDatabase</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>acbe17b7-8435-4a83-8b64-6fcf162cb9bd</Item1>
|
||||
<Item2>RemoveDuplicateExtras</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>5c4b82a2-f053-4009-bd05-b6fcad82f14c</Item1>
|
||||
<Item2>MigrateUserDatabase</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>06387815-c3cc-421f-a888-fb5f9992bea8</Item1>
|
||||
<Item2>MigrateDisplayPreferencesDatabase</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>a81f75e0-8f43-416f-a5e8-516ccab4d8cc</Item1>
|
||||
<Item2>RemoveDownloadImagesInAdvance</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>5bd72f41-e6f3-4f60-90aa-09869abe0e22</Item1>
|
||||
<Item2>MigrateAuthenticationDatabase</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>615dfa9e-2497-4dbb-a472-61938b752c5b</Item1>
|
||||
<Item2>FixPlaylistOwner</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>d34bfc33-5d2e-4790-8085-069ef6eecb4e</Item1>
|
||||
<Item2>MigrateRatingLevels</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>cf6fabc2-9fbe-4933-84a5-ffe52ef22a58</Item1>
|
||||
<Item2>FixAudioData</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>96c156a2-7a13-4b3b-a8b8-fb80c94d20c0</Item1>
|
||||
<Item2>RemoveDuplicatePlaylistChildren</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>eb58ebee-9514-4b9b-8225-12e1a40020df</Item1>
|
||||
<Item2>AddDefaultPluginRepository</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>5f86e7f6-d966-4c77-849d-7a7b40b68c4e</Item1>
|
||||
<Item2>ReaddDefaultPluginRepository</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>34a1a1c4-5572-418e-a2f8-32cdfe2668e8</Item1>
|
||||
<Item2>AddDefaultCastReceivers</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>852816e0-2712-49a9-9240-c6fc5fcad1a8</Item1>
|
||||
<Item2>UpdateDefaultPluginRepository10.9</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
<ValueTupleOfGuidString>
|
||||
<Item1>4ef123d5-8eff-4b0b-869d-3aed07a60e1b</Item1>
|
||||
<Item2>MoveTrickplayFiles</Item2>
|
||||
</ValueTupleOfGuidString>
|
||||
</Applied>
|
||||
</MigrationOptions>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<BaseUrl />
|
||||
<EnableHttps>false</EnableHttps>
|
||||
<RequireHttps>false</RequireHttps>
|
||||
<InternalHttpPort>8096</InternalHttpPort>
|
||||
<InternalHttpsPort>8920</InternalHttpsPort>
|
||||
<PublicHttpPort>8096</PublicHttpPort>
|
||||
<PublicHttpsPort>8920</PublicHttpsPort>
|
||||
<AutoDiscovery>true</AutoDiscovery>
|
||||
<EnableUPnP>false</EnableUPnP>
|
||||
<EnableIPv4>true</EnableIPv4>
|
||||
<EnableIPv6>false</EnableIPv6>
|
||||
<EnableRemoteAccess>true</EnableRemoteAccess>
|
||||
<LocalNetworkSubnets />
|
||||
<LocalNetworkAddresses />
|
||||
<KnownProxies>
|
||||
<string>192.168.1.81:80</string>
|
||||
<string>192.168.1.81</string>
|
||||
</KnownProxies>
|
||||
<IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces>
|
||||
<VirtualInterfaceNames>
|
||||
<string>veth</string>
|
||||
</VirtualInterfaceNames>
|
||||
<EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
|
||||
<PublishedServerUriBySubnet />
|
||||
<RemoteIPFilter />
|
||||
<IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist>
|
||||
</NetworkConfiguration>
|
||||
@@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ServerConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<LogFileRetentionDays>3</LogFileRetentionDays>
|
||||
<IsStartupWizardCompleted>true</IsStartupWizardCompleted>
|
||||
<CachePath>/cache</CachePath>
|
||||
<EnableMetrics>false</EnableMetrics>
|
||||
<EnableNormalizedItemByNameIds>true</EnableNormalizedItemByNameIds>
|
||||
<IsPortAuthorized>true</IsPortAuthorized>
|
||||
<QuickConnectAvailable>true</QuickConnectAvailable>
|
||||
<EnableCaseSensitiveItemIds>true</EnableCaseSensitiveItemIds>
|
||||
<DisableLiveTvChannelUserDataName>true</DisableLiveTvChannelUserDataName>
|
||||
<MetadataPath>/config/metadata</MetadataPath>
|
||||
<PreferredMetadataLanguage>en</PreferredMetadataLanguage>
|
||||
<MetadataCountryCode>US</MetadataCountryCode>
|
||||
<SortReplaceCharacters>
|
||||
<string>.</string>
|
||||
<string>+</string>
|
||||
<string>%</string>
|
||||
</SortReplaceCharacters>
|
||||
<SortRemoveCharacters>
|
||||
<string>,</string>
|
||||
<string>&</string>
|
||||
<string>-</string>
|
||||
<string>{</string>
|
||||
<string>}</string>
|
||||
<string>'</string>
|
||||
</SortRemoveCharacters>
|
||||
<SortRemoveWords>
|
||||
<string>the</string>
|
||||
<string>a</string>
|
||||
<string>an</string>
|
||||
</SortRemoveWords>
|
||||
<MinResumePct>5</MinResumePct>
|
||||
<MaxResumePct>90</MaxResumePct>
|
||||
<MinResumeDurationSeconds>300</MinResumeDurationSeconds>
|
||||
<MinAudiobookResume>5</MinAudiobookResume>
|
||||
<MaxAudiobookResume>5</MaxAudiobookResume>
|
||||
<InactiveSessionThreshold>0</InactiveSessionThreshold>
|
||||
<LibraryMonitorDelay>60</LibraryMonitorDelay>
|
||||
<LibraryUpdateDuration>30</LibraryUpdateDuration>
|
||||
<ImageSavingConvention>Legacy</ImageSavingConvention>
|
||||
<MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>Book</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers />
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>Movie</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers />
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>MusicVideo</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers>
|
||||
<string>The Open Movie Database</string>
|
||||
</DisabledMetadataFetchers>
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers>
|
||||
<string>The Open Movie Database</string>
|
||||
</DisabledImageFetchers>
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>Series</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers />
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>MusicAlbum</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers>
|
||||
<string>TheAudioDB</string>
|
||||
</DisabledMetadataFetchers>
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>MusicArtist</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers>
|
||||
<string>TheAudioDB</string>
|
||||
</DisabledMetadataFetchers>
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>BoxSet</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers />
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>Season</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers />
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
<MetadataOptions>
|
||||
<ItemType>Episode</ItemType>
|
||||
<DisabledMetadataSavers />
|
||||
<LocalMetadataReaderOrder />
|
||||
<DisabledMetadataFetchers />
|
||||
<MetadataFetcherOrder />
|
||||
<DisabledImageFetchers />
|
||||
<ImageFetcherOrder />
|
||||
</MetadataOptions>
|
||||
</MetadataOptions>
|
||||
<SkipDeserializationForBasicTypes>true</SkipDeserializationForBasicTypes>
|
||||
<ServerName>vault</ServerName>
|
||||
<UICulture>en-US</UICulture>
|
||||
<SaveMetadataHidden>false</SaveMetadataHidden>
|
||||
<ContentTypes />
|
||||
<RemoteClientBitrateLimit>0</RemoteClientBitrateLimit>
|
||||
<EnableFolderView>false</EnableFolderView>
|
||||
<EnableGroupingIntoCollections>false</EnableGroupingIntoCollections>
|
||||
<DisplaySpecialsWithinSeasons>true</DisplaySpecialsWithinSeasons>
|
||||
<CodecsUsed />
|
||||
<PluginRepositories>
|
||||
<RepositoryInfo>
|
||||
<Name>Jellyfin Stable</Name>
|
||||
<Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
|
||||
<Enabled>true</Enabled>
|
||||
</RepositoryInfo>
|
||||
<RepositoryInfo>
|
||||
<Name>Skin Manager</Name>
|
||||
<Url>https://raw.githubusercontent.com/danieladov/JellyfinPluginManifest/master/manifest.json</Url>
|
||||
<Enabled>true</Enabled>
|
||||
</RepositoryInfo>
|
||||
</PluginRepositories>
|
||||
<EnableExternalContentInSuggestions>true</EnableExternalContentInSuggestions>
|
||||
<ImageExtractionTimeoutMs>0</ImageExtractionTimeoutMs>
|
||||
<PathSubstitutions />
|
||||
<EnableSlowResponseWarning>true</EnableSlowResponseWarning>
|
||||
<SlowResponseThresholdMs>500</SlowResponseThresholdMs>
|
||||
<CorsHosts>
|
||||
<string>*</string>
|
||||
</CorsHosts>
|
||||
<ActivityLogRetentionDays>30</ActivityLogRetentionDays>
|
||||
<LibraryScanFanoutConcurrency>0</LibraryScanFanoutConcurrency>
|
||||
<LibraryMetadataRefreshConcurrency>0</LibraryMetadataRefreshConcurrency>
|
||||
<RemoveOldPlugins>true</RemoveOldPlugins>
|
||||
<AllowClientLogUpload>true</AllowClientLogUpload>
|
||||
<DummyChapterDuration>0</DummyChapterDuration>
|
||||
<ChapterImageResolution>MatchSource</ChapterImageResolution>
|
||||
<ParallelImageEncodingLimit>0</ParallelImageEncodingLimit>
|
||||
<CastReceiverApplications>
|
||||
<CastReceiverApplication>
|
||||
<Id>F007D354</Id>
|
||||
<Name>Stable</Name>
|
||||
</CastReceiverApplication>
|
||||
<CastReceiverApplication>
|
||||
<Id>6F511C87</Id>
|
||||
<Name>Unstable</Name>
|
||||
</CastReceiverApplication>
|
||||
</CastReceiverApplications>
|
||||
<TrickplayOptions>
|
||||
<EnableHwAcceleration>false</EnableHwAcceleration>
|
||||
<EnableHwEncoding>false</EnableHwEncoding>
|
||||
<EnableKeyFrameOnlyExtraction>false</EnableKeyFrameOnlyExtraction>
|
||||
<ScanBehavior>NonBlocking</ScanBehavior>
|
||||
<ProcessPriority>BelowNormal</ProcessPriority>
|
||||
<Interval>10000</Interval>
|
||||
<WidthResolutions>
|
||||
<int>320</int>
|
||||
</WidthResolutions>
|
||||
<TileWidth>10</TileWidth>
|
||||
<TileHeight>10</TileHeight>
|
||||
<Qscale>4</Qscale>
|
||||
<JpegQuality>90</JpegQuality>
|
||||
<ProcessThreads>1</ProcessThreads>
|
||||
</TrickplayOptions>
|
||||
</ServerConfiguration>
|
||||
|
After Width: | Height: | Size: 134 KiB |
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:57.8213677Z","EndTimeUtc":"2026-06-16T12:50:57.8303967Z","Status":"Completed","Name":"TasksRefreshChannels","Key":"RefreshInternetChannels","Id":"0c9ee3a88fc15547c6852205480da1fd"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:55.9157579Z","EndTimeUtc":"2026-06-16T12:50:55.9271989Z","Status":"Completed","Name":"Clean Log Directory","Key":"CleanLogFiles","Id":"1c8ede62c521bea0bf851344f5b8ca40"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:55.8267265Z","EndTimeUtc":"2026-06-16T12:51:01.9539079Z","Status":"Completed","Name":"Clean Cache Directory","Key":"DeleteCacheFiles","Id":"241d4fcb19a1d557ee62428e411da609"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:55.4681563Z","EndTimeUtc":"2026-06-16T12:50:57.9437476Z","Status":"Completed","Name":"Download missing lyrics","Key":"DownloadLyrics","Id":"26649fe0aad57557245351f220da916c"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:55.5170362Z","EndTimeUtc":"2026-06-16T12:50:55.7926601Z","Status":"Completed","Name":"Download missing subtitles","Key":"DownloadSubtitles","Id":"2c66a88bca43e565d7f8099f825478f1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:56.3261195Z","EndTimeUtc":"2026-06-16T12:50:57.9048323Z","Status":"Completed","Name":"Optimize database","Key":"OptimizeDatabaseTask","Id":"31de9ce83b9223d338c77b1a635e144b"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-17T17:56:53.0929088Z","EndTimeUtc":"2026-06-17T17:56:53.1993938Z","Status":"Completed","Name":"Clean up collections and playlists","Key":"CleanCollectionsAndPlaylists","Id":"3a025083141d3c17dd96d5f9b951287b"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-17T06:00:00.1351081Z","EndTimeUtc":"2026-06-17T06:00:02.881182Z","Status":"Completed","Name":"Extract Chapter Images","Key":"RefreshChapterImages","Id":"4e6637c832ed644d1af3370a2506e80a"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-17T07:00:00.110343Z","EndTimeUtc":"2026-06-17T07:00:03.0055408Z","Status":"Completed","Name":"Generate Trickplay Images","Key":"RefreshTrickplayImages","Id":"64f5f44cd30dc273cb9890205473bbcc"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:51:57.2176688Z","EndTimeUtc":"2026-06-16T12:52:24.6978069Z","Status":"Completed","Name":"Scan Media Library","Key":"RefreshLibrary","Id":"7738148ffcd07979c7ceb148e06b3aed"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-17T17:56:53.3833546Z","EndTimeUtc":"2026-06-17T17:56:53.8058036Z","Status":"Completed","Name":"Clean Transcode Directory","Key":"DeleteTranscodeFiles","Id":"7d8088c10902f1bf4072ded42437bcfb"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-03T11:50:06.1163605Z","EndTimeUtc":"2026-06-03T11:50:13.3551341Z","Status":"Completed","Name":"Refresh People","Key":"RefreshPeople","Id":"866456ed0d44e15468124ce33d85961e"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:57.1301771Z","EndTimeUtc":"2026-06-16T12:51:00.8252311Z","Status":"Completed","Name":"Refresh Guide","Key":"RefreshGuide","Id":"bea9b218c97bbf98c5dc1303bdb9a0ca"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:50:55.5192157Z","EndTimeUtc":"2026-06-16T12:51:04.1898261Z","Status":"Completed","Name":"Audio Normalization","Key":"AudioNormalization","Id":"ec2f221fd8e7706b3d3afd2c4591b4d7"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-16T12:51:57.0154205Z","EndTimeUtc":"2026-06-16T12:52:03.7018971Z","Status":"Completed","Name":"Media Segment Scan","Key":"TaskExtractMediaSegments","Id":"f861734dd71b37f9482b52a820e39013"}
|
||||
@@ -0,0 +1 @@
|
||||
{"StartTimeUtc":"2026-06-17T17:56:53.88741Z","EndTimeUtc":"2026-06-17T17:57:18.7197476Z","Status":"Completed","Name":"Update Plugins","Key":"PluginUpdates","Id":"f9b057c054e9e6daee4a88ffd146a403"}
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>28 Days/Weeks Later Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Alien Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Back to the Future Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Batman (DC Universe Animated) Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Beetlejuice Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Captain America Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Deadpool Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Die Hard Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Fantastic Beasts Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Final Destination Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Ghostbusters Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Harry Potter Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Home Alone Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Indiana Jones Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Iron Man Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>It Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Jurassic Park Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Kill Bill Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Kingsman Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>TV-PG</ContentRating>
|
||||
<Added>10/04/2025 07:43:21</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Aughts-to Date</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
<CollectionItems>
|
||||
<CollectionItem>
|
||||
<Path>/config/data/playlists/Blockbuster</Path>
|
||||
</CollectionItem>
|
||||
<CollectionItem>
|
||||
<Path>/config/data/playlists/Family Video</Path>
|
||||
</CollectionItem>
|
||||
<CollectionItem>
|
||||
<Path>/config/data/playlists/Internet</Path>
|
||||
</CollectionItem>
|
||||
</CollectionItems>
|
||||
</Item>
|
||||
|
After Width: | Height: | Size: 1.2 MiB |
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>National Treasure Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Now You See Me Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Ocean's Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Pirates of the Caribbean Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Saw Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Scooby-Doo Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Scream Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Shrek Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Spider-Man (MCU) Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Star Wars Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Tenchi Muyô Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>The Avengers Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:28</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>The Dark Knight Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:29</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>The Hunger Games Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>The Lord of the Rings Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>The Mummy Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Thor Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>G</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Toy Story Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>06/09/2026 16:04:25</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Wicked Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>Wreck-It Ralph Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>PG-13</ContentRating>
|
||||
<Added>07/25/2025 20:57:30</Added>
|
||||
<LockData>true</LockData>
|
||||
<LocalTitle>X-Men Collection</LocalTitle>
|
||||
<DisplayOrder>PremiereDate</DisplayOrder>
|
||||
</Item>
|
||||
@@ -0,0 +1 @@
|
||||
6b93f983874444de820a800c22764e2f
|
||||
|
After Width: | Height: | Size: 189 KiB |
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<ContentRating>R</ContentRating>
|
||||
<Added>10/02/2025 21:28:22</Added>
|
||||
<LockData>false</LockData>
|
||||
<LocalTitle>Blockbuster</LocalTitle>
|
||||
<RunningTime>90</RunningTime>
|
||||
<Genres>
|
||||
<Genre>Mystery</Genre>
|
||||
<Genre>Thriller</Genre>
|
||||
</Genres>
|
||||
<Studios>
|
||||
<Studio>Konrad Pictures</Studio>
|
||||
<Studio>Columbia Pictures</Studio>
|
||||
</Studios>
|
||||
<OwnerUserId>14ceb372198e4df68953bc9edba31eef</OwnerUserId>
|
||||
<Shares />
|
||||
<PlaylistMediaType>Audio</PlaylistMediaType>
|
||||
</Item>
|
||||
|
After Width: | Height: | Size: 32 KiB |
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<Added>10/04/2025 06:54:55</Added>
|
||||
<LockData>false</LockData>
|
||||
<LocalTitle>Family Video</LocalTitle>
|
||||
<RunningTime>0</RunningTime>
|
||||
<OwnerUserId>14ceb372198e4df68953bc9edba31eef</OwnerUserId>
|
||||
<Shares />
|
||||
<PlaylistMediaType>Audio</PlaylistMediaType>
|
||||
</Item>
|
||||
|
After Width: | Height: | Size: 2.0 MiB |
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<Item>
|
||||
<Added>10/04/2025 07:10:36</Added>
|
||||
<LockData>false</LockData>
|
||||
<LocalTitle>Internet</LocalTitle>
|
||||
<RunningTime>50</RunningTime>
|
||||
<OwnerUserId>14ceb372198e4df68953bc9edba31eef</OwnerUserId>
|
||||
<Shares />
|
||||
<PlaylistMediaType>Audio</PlaylistMediaType>
|
||||
</Item>
|
||||
|
After Width: | Height: | Size: 4.0 MiB |
@@ -0,0 +1,176 @@
|
||||
{"Protocol":0,"Id":"2f33868294f4f632e8761d30a2ef96ec","Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":10624924,"Name":"1. The Way","IsRemote":false,"ETag":"56bcd65686b02c71f300bc3c3baf5d81","RunTimeTicks":2570933329,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa","TimeBase":"1/44100","CodecTimeBase":null,"Title":"The Way","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"The Way - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":330616,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/6567809eec6fc2211472ae77bd90651a.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg':
|
||||
Duration: 00:04:17.09, start: 0.000000, bitrate: 330 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/6567809eec6fc2211472ae77bd90651a.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 256 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 512KiB time=00:00:16.90 bitrate= 248.1kbits/s speed=33.5x
|
||||
size= 768KiB time=00:00:32.64 bitrate= 192.7kbits/s speed=32.5x
|
||||
size= 1536KiB time=00:00:49.43 bitrate= 254.5kbits/s speed=32.8x
|
||||
size= 2048KiB time=00:01:06.89 bitrate= 250.8kbits/s speed=33.4x
|
||||
size= 2560KiB time=00:01:24.14 bitrate= 249.2kbits/s speed=33.6x
|
||||
size= 3072KiB time=00:01:43.39 bitrate= 243.4kbits/s speed=34.4x
|
||||
size= 3584KiB time=00:02:02.44 bitrate= 239.8kbits/s speed=34.9x
|
||||
size= 4352KiB time=00:02:21.24 bitrate= 252.4kbits/s speed=35.3x
|
||||
size= 4864KiB time=00:02:39.17 bitrate= 250.3kbits/s speed=35.3x
|
||||
size= 5376KiB time=00:02:58.23 bitrate= 247.1kbits/s speed=35.6x
|
||||
size= 5888KiB time=00:03:15.44 bitrate= 246.8kbits/s speed=35.5x
|
||||
size= 6656KiB time=00:03:34.57 bitrate= 254.1kbits/s speed=35.7x
|
||||
size= 7168KiB time=00:03:53.33 bitrate= 251.7kbits/s speed=35.9x
|
||||
size= 7680KiB time=00:04:11.84 bitrate= 249.8kbits/s speed=35.9x
|
||||
[out#0/adts @ 0x55a98e1aa300] video:0KiB audio:8036KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 8036KiB time=00:04:17.09 bitrate= 256.1kbits/s speed= 36x
|
||||
@@ -0,0 +1,176 @@
|
||||
{"Protocol":0,"Id":"2f33868294f4f632e8761d30a2ef96ec","Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":10624924,"Name":"1. The Way","IsRemote":false,"ETag":"56bcd65686b02c71f300bc3c3baf5d81","RunTimeTicks":2570933329,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa","TimeBase":"1/44100","CodecTimeBase":null,"Title":"The Way","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"The Way - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":330616,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/2879a23159e0ffd5ab43b1441bc9f129.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg':
|
||||
Duration: 00:04:17.09, start: 0.000000, bitrate: 330 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/2879a23159e0ffd5ab43b1441bc9f129.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 256 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 512KiB time=00:00:16.95 bitrate= 247.4kbits/s speed=33.9x
|
||||
size= 1024KiB time=00:00:32.95 bitrate= 254.5kbits/s speed= 33x
|
||||
size= 1536KiB time=00:00:49.89 bitrate= 252.2kbits/s speed=33.3x
|
||||
size= 2048KiB time=00:01:06.68 bitrate= 251.6kbits/s speed=33.3x
|
||||
size= 2560KiB time=00:01:25.19 bitrate= 246.2kbits/s speed=34.1x
|
||||
size= 3072KiB time=00:01:43.65 bitrate= 242.8kbits/s speed=34.5x
|
||||
size= 3840KiB time=00:02:03.08 bitrate= 255.6kbits/s speed=35.2x
|
||||
size= 4352KiB time=00:02:20.85 bitrate= 253.1kbits/s speed=35.2x
|
||||
size= 4864KiB time=00:02:39.86 bitrate= 249.2kbits/s speed=35.5x
|
||||
size= 5376KiB time=00:02:57.19 bitrate= 248.5kbits/s speed=35.4x
|
||||
size= 5888KiB time=00:03:15.65 bitrate= 246.5kbits/s speed=35.6x
|
||||
size= 6656KiB time=00:03:34.11 bitrate= 254.7kbits/s speed=35.7x
|
||||
size= 7168KiB time=00:03:53.87 bitrate= 251.1kbits/s speed= 36x
|
||||
size= 7680KiB time=00:04:11.33 bitrate= 250.3kbits/s speed=35.9x
|
||||
[out#0/adts @ 0x55a083eb6300] video:0KiB audio:8036KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 8036KiB time=00:04:17.09 bitrate= 256.1kbits/s speed=35.8x
|
||||
@@ -0,0 +1,176 @@
|
||||
{"Protocol":0,"Id":"2f33868294f4f632e8761d30a2ef96ec","Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":10624924,"Name":"1. The Way","IsRemote":false,"ETag":"56bcd65686b02c71f300bc3c3baf5d81","RunTimeTicks":2570933329,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa","TimeBase":"1/44100","CodecTimeBase":null,"Title":"The Way","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"The Way - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":330616,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/ff0fa2cb4308c30fba8f017ab2ad81c5.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg':
|
||||
Duration: 00:04:17.09, start: 0.000000, bitrate: 330 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/ff0fa2cb4308c30fba8f017ab2ad81c5.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 256 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 512KiB time=00:00:16.76 bitrate= 250.2kbits/s speed=33.5x
|
||||
size= 1024KiB time=00:00:33.27 bitrate= 252.1kbits/s speed=33.3x
|
||||
size= 1536KiB time=00:00:50.08 bitrate= 251.2kbits/s speed=33.4x
|
||||
size= 2048KiB time=00:01:08.19 bitrate= 246.0kbits/s speed=34.1x
|
||||
size= 2560KiB time=00:01:26.44 bitrate= 242.6kbits/s speed=34.6x
|
||||
size= 3072KiB time=00:01:45.31 bitrate= 239.0kbits/s speed=35.1x
|
||||
size= 3840KiB time=00:02:04.34 bitrate= 253.0kbits/s speed=35.5x
|
||||
size= 4352KiB time=00:02:21.10 bitrate= 252.7kbits/s speed=35.3x
|
||||
size= 4864KiB time=00:02:40.19 bitrate= 248.7kbits/s speed=35.6x
|
||||
size= 5376KiB time=00:02:58.95 bitrate= 246.1kbits/s speed=35.8x
|
||||
size= 5888KiB time=00:03:16.74 bitrate= 245.2kbits/s speed=35.8x
|
||||
size= 6656KiB time=00:03:34.59 bitrate= 254.1kbits/s speed=35.8x
|
||||
size= 7168KiB time=00:03:54.40 bitrate= 250.5kbits/s speed=36.1x
|
||||
size= 7680KiB time=00:04:11.00 bitrate= 250.6kbits/s speed=35.9x
|
||||
[out#0/adts @ 0x55d069098300] video:0KiB audio:8036KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 8036KiB time=00:04:17.09 bitrate= 256.1kbits/s speed=35.4x
|
||||
@@ -0,0 +1,176 @@
|
||||
{"Protocol":0,"Id":"2f33868294f4f632e8761d30a2ef96ec","Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":10624924,"Name":"1. The Way","IsRemote":false,"ETag":"56bcd65686b02c71f300bc3c3baf5d81","RunTimeTicks":2570933329,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa","TimeBase":"1/44100","CodecTimeBase":null,"Title":"The Way","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"The Way - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":330616,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/b6527d6fd81365a17c0bbcbb97c95503.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Fastball/All The Pain Money Can Buy/1. The Way.ogg':
|
||||
Duration: 00:04:17.09, start: 0.000000, bitrate: 330 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/b6527d6fd81365a17c0bbcbb97c95503.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 256 kb/s
|
||||
Metadata:
|
||||
album : All The Pain Money Can Buy
|
||||
album_artist : Fastball
|
||||
artist : Fastball
|
||||
comment : https://open.spotify.com/track/7IsEXPk6qqt30FfQv4SZMa
|
||||
date : 1998-01-01
|
||||
disc : 1
|
||||
isrc : USHR19713001
|
||||
lyrics : [00:17.70]They made up their minds
|
||||
: [00:20.78]And they started packing
|
||||
: [00:25.66]They left before the sun came up that day
|
||||
: [00:33.68]An exit to eternal summer slacking
|
||||
: [00:41.54]But where were they going without ever knowing the way?
|
||||
: [00:49.78]They drank up the wine
|
||||
: [00:52.62]And they got to talking
|
||||
: [00:57.55]They now had more important things to say
|
||||
: [01:05.36]And when the car broke down
|
||||
: [01:08.21]They started walking
|
||||
: [01:13.15]Where were they going without ever knowing the way?
|
||||
: [01:20.25]Anyone can see the road that they walk on is paved in gold
|
||||
: [01:25.43]And it's always summer
|
||||
: [01:27.38]They'll never get cold
|
||||
: [01:29.44]They'll never get hungry
|
||||
: [01:31.49]They'll never get old and gray
|
||||
: [01:36.32]You can see their shadows wandering off somewhere
|
||||
: [01:40.94]They won't make it home
|
||||
: [01:42.68]But they really don't care
|
||||
: [01:45.15]They wanted the highway
|
||||
: [01:47.03]They're happier there today, today
|
||||
: [01:52.09]♪
|
||||
: [01:55.03]Their children woke up
|
||||
: [01:58.08]And they couldn't find 'em
|
||||
: [02:02.95]They left before the sun came up that day
|
||||
: [02:10.96]They just drove off and left it all behind 'em
|
||||
: [02:18.98]But where were they going without ever knowing the way?
|
||||
: [02:25.62]Anyone can see the road that they walk on is paved in gold
|
||||
: [02:30.62]And it's always summer
|
||||
: [02:32.41]They'll never get cold
|
||||
: [02:34.84]They'll never get hungry
|
||||
: [02:36.76]They'll never get old and gray
|
||||
: [02:41.92]You can see their shadows wandering off somewhere
|
||||
: [02:46.62]They won't make it home
|
||||
: [02:48.13]But they really don't care
|
||||
: [02:50.71]They wanted the highway
|
||||
: [02:52.47]They're happier there today, today
|
||||
: [02:59.15]
|
||||
: [02:59.88]♪
|
||||
: [03:15.42]Anyone can see the road that they walk on is paved in gold
|
||||
: [03:20.73]And it's always summer
|
||||
: [03:22.23]They'll never get cold
|
||||
: [03:24.58]They'll never get hungry
|
||||
: [03:26.45]They'll never get old and gray
|
||||
: [03:31.49]You can see their shadows wandering off somewhere
|
||||
: [03:36.44]They won't make it home
|
||||
: [03:38.09]But they really don't care
|
||||
: [03:40.27]They wanted the highway
|
||||
: [03:42.38]They're happier there today, today
|
||||
: [03:46.96]
|
||||
:
|
||||
publisher : Hollywood Records
|
||||
title : The Way
|
||||
totaldiscs : 1
|
||||
totaltracks : 13
|
||||
track : 1
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 512KiB time=00:00:16.43 bitrate= 255.1kbits/s speed=32.9x
|
||||
size= 768KiB time=00:00:32.50 bitrate= 193.5kbits/s speed=32.5x
|
||||
size= 1536KiB time=00:00:49.34 bitrate= 255.0kbits/s speed=32.9x
|
||||
size= 2048KiB time=00:01:07.73 bitrate= 247.7kbits/s speed=33.8x
|
||||
size= 2560KiB time=00:01:26.42 bitrate= 242.7kbits/s speed=34.5x
|
||||
size= 3072KiB time=00:01:46.09 bitrate= 237.2kbits/s speed=35.3x
|
||||
size= 3840KiB time=00:02:04.55 bitrate= 252.6kbits/s speed=35.5x
|
||||
size= 4352KiB time=00:02:22.75 bitrate= 249.7kbits/s speed=35.7x
|
||||
size= 4864KiB time=00:02:41.20 bitrate= 247.2kbits/s speed=35.8x
|
||||
size= 5632KiB time=00:03:01.32 bitrate= 254.4kbits/s speed=36.2x
|
||||
size= 6144KiB time=00:03:17.85 bitrate= 254.4kbits/s speed=35.9x
|
||||
size= 6656KiB time=00:03:37.15 bitrate= 251.1kbits/s speed=36.2x
|
||||
size= 7168KiB time=00:03:55.72 bitrate= 249.1kbits/s speed=36.2x
|
||||
size= 7680KiB time=00:04:08.87 bitrate= 252.8kbits/s speed=35.5x
|
||||
[out#0/adts @ 0x557c0de84300] video:0KiB audio:8036KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 8036KiB time=00:04:17.09 bitrate= 256.1kbits/s speed=35.3x
|
||||
@@ -0,0 +1,147 @@
|
||||
{"Protocol":0,"Id":"58bb424fd91252644e57d7d51b661a2f","Path":"/data/music/Green Day/American Idiot/1. American Idiot.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":7300873,"Name":"1. American Idiot","IsRemote":false,"ETag":"7c905d23ccf1cbfdd280a09e67a25d13","RunTimeTicks":1763464170,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/6nTiIhLmQ3FWhvrGafw2zj","TimeBase":"1/44100","CodecTimeBase":null,"Title":"American Idiot","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"American Idiot - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":640,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"1:1","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Green Day/American Idiot/1. American Idiot.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":331205,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Green Day/American Idiot/1. American Idiot.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/54847fa12b6a7ae3ebc783fd566c16d9.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Green Day/American Idiot/1. American Idiot.ogg':
|
||||
Duration: 00:02:56.35, start: 0.000000, bitrate: 331 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : American Idiot
|
||||
album_artist : Green Day
|
||||
artist : Green Day
|
||||
comment : https://open.spotify.com/track/6nTiIhLmQ3FWhvrGafw2zj
|
||||
date : 2004-09-21
|
||||
disc : 1
|
||||
explicit : 1
|
||||
isrc : USRE10400888
|
||||
lyrics : [00:13.00]Don't wanna be an American idiot
|
||||
: [00:14.23]♪
|
||||
: [00:18.03]Don't want a nation under the new media
|
||||
: [00:18.69]♪
|
||||
: [00:23.26]And can you hear the sound of hysteria?
|
||||
: [00:24.96]♪
|
||||
: [00:28.46]The subliminal mindfuck America
|
||||
: [00:29.45]♪
|
||||
: [00:33.89]Welcome to a new kind of tension
|
||||
: [00:36.22]All across the alien nation
|
||||
: [00:38.78]Where everything isn't meant to be okay
|
||||
: [00:43.78]In television dreams of tomorrow
|
||||
: [00:46.56]We're not the ones who're meant to follow
|
||||
: [00:49.13]For that's enough to argue
|
||||
: [00:52.39]♪
|
||||
: [00:59.43]Well, maybe I'm the faggot, America
|
||||
: [01:04.55]I'm not a part of a redneck agenda
|
||||
: [01:09.67]Now everybody, do the propaganda
|
||||
: [01:14.95]And sing along to the age of paranoia
|
||||
: [01:20.19]Welcome to a new kind of tension
|
||||
: [01:22.78]All across the alien nation
|
||||
: [01:25.23]Where everything isn't meant to be okay
|
||||
: [01:30.36]In television dreams of tomorrow
|
||||
: [01:33.00]We're not the ones who're meant to follow
|
||||
: [01:35.57]For that's enough to argue
|
||||
: [01:40.49]♪
|
||||
: [02:14.19]Don't wanna be an American idiot
|
||||
: [02:16.91]One nation controlled by the media
|
||||
: [02:19.57]Information age of hysteria
|
||||
: [02:22.00]It's calling out to idiot America
|
||||
: [02:24.55]Welcome to a new kind of tension
|
||||
: [02:27.34]All across the alien nation
|
||||
: [02:29.65]Where everything isn't meant to be okay
|
||||
: [02:34.97]In television dreams of tomorrow
|
||||
: [02:37.77]We're not the ones who're meant to follow
|
||||
: [02:40.15]For that's enough to argue
|
||||
: [02:41.92]
|
||||
:
|
||||
publisher : Reprise
|
||||
title : American Idiot
|
||||
totaldiscs : 1
|
||||
totaltracks : 9
|
||||
track : 1
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x640 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/54847fa12b6a7ae3ebc783fd566c16d9.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 256 kb/s
|
||||
Metadata:
|
||||
album : American Idiot
|
||||
album_artist : Green Day
|
||||
artist : Green Day
|
||||
comment : https://open.spotify.com/track/6nTiIhLmQ3FWhvrGafw2zj
|
||||
date : 2004-09-21
|
||||
disc : 1
|
||||
explicit : 1
|
||||
isrc : USRE10400888
|
||||
lyrics : [00:13.00]Don't wanna be an American idiot
|
||||
: [00:14.23]♪
|
||||
: [00:18.03]Don't want a nation under the new media
|
||||
: [00:18.69]♪
|
||||
: [00:23.26]And can you hear the sound of hysteria?
|
||||
: [00:24.96]♪
|
||||
: [00:28.46]The subliminal mindfuck America
|
||||
: [00:29.45]♪
|
||||
: [00:33.89]Welcome to a new kind of tension
|
||||
: [00:36.22]All across the alien nation
|
||||
: [00:38.78]Where everything isn't meant to be okay
|
||||
: [00:43.78]In television dreams of tomorrow
|
||||
: [00:46.56]We're not the ones who're meant to follow
|
||||
: [00:49.13]For that's enough to argue
|
||||
: [00:52.39]♪
|
||||
: [00:59.43]Well, maybe I'm the faggot, America
|
||||
: [01:04.55]I'm not a part of a redneck agenda
|
||||
: [01:09.67]Now everybody, do the propaganda
|
||||
: [01:14.95]And sing along to the age of paranoia
|
||||
: [01:20.19]Welcome to a new kind of tension
|
||||
: [01:22.78]All across the alien nation
|
||||
: [01:25.23]Where everything isn't meant to be okay
|
||||
: [01:30.36]In television dreams of tomorrow
|
||||
: [01:33.00]We're not the ones who're meant to follow
|
||||
: [01:35.57]For that's enough to argue
|
||||
: [01:40.49]♪
|
||||
: [02:14.19]Don't wanna be an American idiot
|
||||
: [02:16.91]One nation controlled by the media
|
||||
: [02:19.57]Information age of hysteria
|
||||
: [02:22.00]It's calling out to idiot America
|
||||
: [02:24.55]Welcome to a new kind of tension
|
||||
: [02:27.34]All across the alien nation
|
||||
: [02:29.65]Where everything isn't meant to be okay
|
||||
: [02:34.97]In television dreams of tomorrow
|
||||
: [02:37.77]We're not the ones who're meant to follow
|
||||
: [02:40.15]For that's enough to argue
|
||||
: [02:41.92]
|
||||
:
|
||||
publisher : Reprise
|
||||
title : American Idiot
|
||||
totaldiscs : 1
|
||||
totaltracks : 9
|
||||
track : 1
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 512KiB time=00:00:18.52 bitrate= 226.4kbits/s speed=37.1x
|
||||
size= 1024KiB time=00:00:37.45 bitrate= 224.0kbits/s speed=37.4x
|
||||
size= 1536KiB time=00:00:54.05 bitrate= 232.8kbits/s speed= 36x
|
||||
size= 2048KiB time=00:01:11.63 bitrate= 234.2kbits/s speed=35.8x
|
||||
size= 2816KiB time=00:01:31.53 bitrate= 252.0kbits/s speed=36.6x
|
||||
size= 3328KiB time=00:01:50.57 bitrate= 246.6kbits/s speed=36.9x
|
||||
size= 3840KiB time=00:02:10.99 bitrate= 240.1kbits/s speed=37.4x
|
||||
size= 4608KiB time=00:02:29.00 bitrate= 253.3kbits/s speed=37.2x
|
||||
size= 5120KiB time=00:02:49.55 bitrate= 247.4kbits/s speed=37.7x
|
||||
[out#0/adts @ 0x5609cdbd4b00] video:0KiB audio:5513KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 5513KiB time=00:02:56.34 bitrate= 256.1kbits/s speed=37.8x
|
||||
@@ -0,0 +1,147 @@
|
||||
{"Protocol":0,"Id":"58bb424fd91252644e57d7d51b661a2f","Path":"/data/music/Green Day/American Idiot/1. American Idiot.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":7300873,"Name":"1. American Idiot","IsRemote":false,"ETag":"7c905d23ccf1cbfdd280a09e67a25d13","RunTimeTicks":1763464170,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/6nTiIhLmQ3FWhvrGafw2zj","TimeBase":"1/44100","CodecTimeBase":null,"Title":"American Idiot","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"American Idiot - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":640,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"1:1","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Green Day/American Idiot/1. American Idiot.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":331205,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Green Day/American Idiot/1. American Idiot.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/3378656b59546476ac647eac7096c2e9.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Green Day/American Idiot/1. American Idiot.ogg':
|
||||
Duration: 00:02:56.35, start: 0.000000, bitrate: 331 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : American Idiot
|
||||
album_artist : Green Day
|
||||
artist : Green Day
|
||||
comment : https://open.spotify.com/track/6nTiIhLmQ3FWhvrGafw2zj
|
||||
date : 2004-09-21
|
||||
disc : 1
|
||||
explicit : 1
|
||||
isrc : USRE10400888
|
||||
lyrics : [00:13.00]Don't wanna be an American idiot
|
||||
: [00:14.23]♪
|
||||
: [00:18.03]Don't want a nation under the new media
|
||||
: [00:18.69]♪
|
||||
: [00:23.26]And can you hear the sound of hysteria?
|
||||
: [00:24.96]♪
|
||||
: [00:28.46]The subliminal mindfuck America
|
||||
: [00:29.45]♪
|
||||
: [00:33.89]Welcome to a new kind of tension
|
||||
: [00:36.22]All across the alien nation
|
||||
: [00:38.78]Where everything isn't meant to be okay
|
||||
: [00:43.78]In television dreams of tomorrow
|
||||
: [00:46.56]We're not the ones who're meant to follow
|
||||
: [00:49.13]For that's enough to argue
|
||||
: [00:52.39]♪
|
||||
: [00:59.43]Well, maybe I'm the faggot, America
|
||||
: [01:04.55]I'm not a part of a redneck agenda
|
||||
: [01:09.67]Now everybody, do the propaganda
|
||||
: [01:14.95]And sing along to the age of paranoia
|
||||
: [01:20.19]Welcome to a new kind of tension
|
||||
: [01:22.78]All across the alien nation
|
||||
: [01:25.23]Where everything isn't meant to be okay
|
||||
: [01:30.36]In television dreams of tomorrow
|
||||
: [01:33.00]We're not the ones who're meant to follow
|
||||
: [01:35.57]For that's enough to argue
|
||||
: [01:40.49]♪
|
||||
: [02:14.19]Don't wanna be an American idiot
|
||||
: [02:16.91]One nation controlled by the media
|
||||
: [02:19.57]Information age of hysteria
|
||||
: [02:22.00]It's calling out to idiot America
|
||||
: [02:24.55]Welcome to a new kind of tension
|
||||
: [02:27.34]All across the alien nation
|
||||
: [02:29.65]Where everything isn't meant to be okay
|
||||
: [02:34.97]In television dreams of tomorrow
|
||||
: [02:37.77]We're not the ones who're meant to follow
|
||||
: [02:40.15]For that's enough to argue
|
||||
: [02:41.92]
|
||||
:
|
||||
publisher : Reprise
|
||||
title : American Idiot
|
||||
totaldiscs : 1
|
||||
totaltracks : 9
|
||||
track : 1
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x640 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/3378656b59546476ac647eac7096c2e9.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 256 kb/s
|
||||
Metadata:
|
||||
album : American Idiot
|
||||
album_artist : Green Day
|
||||
artist : Green Day
|
||||
comment : https://open.spotify.com/track/6nTiIhLmQ3FWhvrGafw2zj
|
||||
date : 2004-09-21
|
||||
disc : 1
|
||||
explicit : 1
|
||||
isrc : USRE10400888
|
||||
lyrics : [00:13.00]Don't wanna be an American idiot
|
||||
: [00:14.23]♪
|
||||
: [00:18.03]Don't want a nation under the new media
|
||||
: [00:18.69]♪
|
||||
: [00:23.26]And can you hear the sound of hysteria?
|
||||
: [00:24.96]♪
|
||||
: [00:28.46]The subliminal mindfuck America
|
||||
: [00:29.45]♪
|
||||
: [00:33.89]Welcome to a new kind of tension
|
||||
: [00:36.22]All across the alien nation
|
||||
: [00:38.78]Where everything isn't meant to be okay
|
||||
: [00:43.78]In television dreams of tomorrow
|
||||
: [00:46.56]We're not the ones who're meant to follow
|
||||
: [00:49.13]For that's enough to argue
|
||||
: [00:52.39]♪
|
||||
: [00:59.43]Well, maybe I'm the faggot, America
|
||||
: [01:04.55]I'm not a part of a redneck agenda
|
||||
: [01:09.67]Now everybody, do the propaganda
|
||||
: [01:14.95]And sing along to the age of paranoia
|
||||
: [01:20.19]Welcome to a new kind of tension
|
||||
: [01:22.78]All across the alien nation
|
||||
: [01:25.23]Where everything isn't meant to be okay
|
||||
: [01:30.36]In television dreams of tomorrow
|
||||
: [01:33.00]We're not the ones who're meant to follow
|
||||
: [01:35.57]For that's enough to argue
|
||||
: [01:40.49]♪
|
||||
: [02:14.19]Don't wanna be an American idiot
|
||||
: [02:16.91]One nation controlled by the media
|
||||
: [02:19.57]Information age of hysteria
|
||||
: [02:22.00]It's calling out to idiot America
|
||||
: [02:24.55]Welcome to a new kind of tension
|
||||
: [02:27.34]All across the alien nation
|
||||
: [02:29.65]Where everything isn't meant to be okay
|
||||
: [02:34.97]In television dreams of tomorrow
|
||||
: [02:37.77]We're not the ones who're meant to follow
|
||||
: [02:40.15]For that's enough to argue
|
||||
: [02:41.92]
|
||||
:
|
||||
publisher : Reprise
|
||||
title : American Idiot
|
||||
totaldiscs : 1
|
||||
totaltracks : 9
|
||||
track : 1
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 512KiB time=00:00:19.96 bitrate= 210.0kbits/s speed=39.9x
|
||||
size= 1024KiB time=00:00:39.12 bitrate= 214.4kbits/s speed=39.1x
|
||||
size= 1536KiB time=00:00:55.70 bitrate= 225.9kbits/s speed=37.1x
|
||||
size= 2048KiB time=00:01:11.56 bitrate= 234.4kbits/s speed=35.8x
|
||||
size= 2560KiB time=00:01:29.79 bitrate= 233.6kbits/s speed=35.9x
|
||||
size= 3328KiB time=00:01:50.73 bitrate= 246.2kbits/s speed=36.9x
|
||||
size= 3840KiB time=00:02:10.68 bitrate= 240.7kbits/s speed=37.3x
|
||||
size= 4608KiB time=00:02:29.95 bitrate= 251.7kbits/s speed=37.5x
|
||||
size= 5120KiB time=00:02:49.62 bitrate= 247.3kbits/s speed=37.7x
|
||||
[out#0/adts @ 0x56153ca2eb00] video:0KiB audio:5513KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 5513KiB time=00:02:56.34 bitrate= 256.1kbits/s speed=37.8x
|
||||
@@ -0,0 +1,68 @@
|
||||
{"Protocol":0,"Id":"90648851259c0545ea2798afb189ef07","Path":"/data/music/All Time Low/So Wrong, It\u0027s Right/6. Dear Maria, Count Me In.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":7178188,"Name":"6. Dear Maria, Count Me In","IsRemote":false,"ETag":"a6bb726031e9a29d6e9905a8b5c7083a","RunTimeTicks":1828266669,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/44100","CodecTimeBase":null,"Title":"Dear Maria, Count Me In","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Dear Maria, Count Me In - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":640,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"1:1","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false}],"MediaAttachments":[],"Formats":[],"Bitrate":314098,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/All Time Low/So Wrong, It's Right/6. Dear Maria, Count Me In.ogg" -threads 0 -vn -ab 256000 -ac 2 -acodec libmp3lame -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/f73f59eb0f5c6f55c7082569c3d73290.mp3"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
[ogg @ 0x55c668bac140] 7963 bytes of comment header remain
|
||||
Input #0, ogg, from 'file:/data/music/All Time Low/So Wrong, It's Right/6. Dear Maria, Count Me In.ogg':
|
||||
Duration: 00:03:02.83, start: 0.000000, bitrate: 314 kb/s
|
||||
Stream #0:0: Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
TITLE : Dear Maria, Count Me In
|
||||
ARTIST : All Time Low
|
||||
ALBUM : So Wrong, It's Right
|
||||
album_artist : All Time Low
|
||||
ISRC : USHR20747017
|
||||
DATE : 2007-09-25
|
||||
track : 6
|
||||
TRACKTOTAL : 12
|
||||
disc : 1
|
||||
DISCTOTAL : 1
|
||||
LENGTH : 182
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x640 [SAR 118:118 DAR 1:1], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> mp3 (libmp3lame))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, mp3, to '/cache/transcodes/f73f59eb0f5c6f55c7082569c3d73290.mp3':
|
||||
Metadata:
|
||||
TSSE : Lavf61.1.100
|
||||
Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 256 kb/s
|
||||
Metadata:
|
||||
TITLE : Dear Maria, Count Me In
|
||||
ARTIST : All Time Low
|
||||
ALBUM : So Wrong, It's Right
|
||||
album_artist : All Time Low
|
||||
ISRC : USHR20747017
|
||||
DATE : 2007-09-25
|
||||
track : 6
|
||||
TRACKTOTAL : 12
|
||||
disc : 1
|
||||
DISCTOTAL : 1
|
||||
LENGTH : 182
|
||||
encoder : Lavc61.3.100 libmp3lame
|
||||
size= 256KiB time=00:00:14.53 bitrate= 144.3kbits/s speed=29.1x
|
||||
size= 768KiB time=00:00:30.56 bitrate= 205.8kbits/s speed=30.6x
|
||||
size= 1280KiB time=00:00:46.74 bitrate= 224.3kbits/s speed=31.2x
|
||||
size= 1792KiB time=00:01:02.82 bitrate= 233.7kbits/s speed=31.4x
|
||||
size= 2304KiB time=00:01:18.69 bitrate= 239.9kbits/s speed=31.5x
|
||||
size= 2816KiB time=00:01:35.06 bitrate= 242.7kbits/s speed=31.7x
|
||||
size= 3328KiB time=00:01:51.28 bitrate= 245.0kbits/s speed=31.8x
|
||||
size= 3840KiB time=00:02:07.19 bitrate= 247.3kbits/s speed=31.8x
|
||||
size= 4352KiB time=00:02:22.68 bitrate= 249.9kbits/s speed=31.7x
|
||||
size= 4864KiB time=00:02:38.82 bitrate= 250.9kbits/s speed=31.8x
|
||||
size= 5376KiB time=00:02:55.03 bitrate= 251.6kbits/s speed=31.8x
|
||||
[out#0/mp3 @ 0x55c668bc7c80] video:0KiB audio:5714KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.015022%
|
||||
size= 5715KiB time=00:03:02.82 bitrate= 256.1kbits/s speed=31.7x
|
||||
@@ -0,0 +1,207 @@
|
||||
{"Protocol":0,"Id":"2b9dfa1409430087623a6b08dfbf5781","Path":"/data/music/Grum/Anjunabeats Volume 13/CD 1/9. Shout.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":9734131,"Name":"9. Shout","IsRemote":false,"ETag":"f283b4b8f766fea80dfcfb5caca2636c","RunTimeTicks":2450133330,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/1LunC142mMFR10ZnlJGhhW","TimeBase":"1/44100","CodecTimeBase":null,"Title":"Shout","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Shout - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":640,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"1:1","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/Grum/Anjunabeats Volume 13/CD 1/9. Shout.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":317831,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/Grum/Anjunabeats Volume 13/CD 1/9. Shout.ogg" -threads 0 -vn -ab 128000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/9d0834b1bc15a2c254824e7a014af4a6.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/Grum/Anjunabeats Volume 13/CD 1/9. Shout.ogg':
|
||||
Duration: 00:04:05.01, start: 0.000000, bitrate: 317 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : Anjunabeats Volume 13
|
||||
album_artist : Above & Beyond
|
||||
artist : Grum
|
||||
comment : https://open.spotify.com/track/1LunC142mMFR10ZnlJGhhW
|
||||
date : 2017-02-10
|
||||
disc : 1
|
||||
isrc : GBEWA1700048
|
||||
lyrics : [00:00.04]In violent times
|
||||
: [00:00.16]You shouldn't have to sell your soul
|
||||
: [00:00.32]In black and white
|
||||
: [00:00.52]They really really ought to know
|
||||
: [00:00.63]Those one track minds
|
||||
: [00:03.41]That took you for a working boy
|
||||
: [00:07.87]Kiss them goodbye
|
||||
: [00:11.22]You shouldn't have to jump for joy
|
||||
: [00:15.03]You shouldn't have to shout for joy
|
||||
: [00:16.33]Shout
|
||||
: [00:17.28]Shout
|
||||
: [00:18.05]Let it all out
|
||||
: [00:19.99]These are the things I can do without
|
||||
: [00:23.24]Come on
|
||||
: [00:25.49]I'm talking to you
|
||||
: [00:27.27]Come on
|
||||
: [00:31.38]Shout
|
||||
: [00:32.28]Shout
|
||||
: [00:33.10]Let it all out
|
||||
: [00:35.14]These are the things I can do without
|
||||
: [00:38.38]Come on
|
||||
: [00:40.66]I'm talking to you
|
||||
: [00:42.16]Come on
|
||||
: [01:17.02]In violent times
|
||||
: [01:19.55]You shouldn't have to sell your soul
|
||||
: [01:24.22]In black and white
|
||||
: [01:26.87]They really really ought to know
|
||||
: [01:31.51]They gave you life
|
||||
: [01:34.75]And in return you gave them hell
|
||||
: [01:39.28]As cold as ice
|
||||
: [01:42.33]I hope we live to tell the tale
|
||||
: [01:46.39]I hope we live to tell the tale
|
||||
: [01:50.25]I hope we live to tell the tale
|
||||
: [01:53.86]I hope we live to tell the tale
|
||||
: [01:57.71]I hope we live to tell the tale
|
||||
: [02:01.68]I hope we live to tell the tale
|
||||
: [02:05.37]I hope we live to tell the tale
|
||||
: [02:09.29]I hope we live to tell the tale
|
||||
: [02:17.91]Shout
|
||||
: [02:19.00]Shout
|
||||
: [02:19.83]Let it all out
|
||||
: [02:21.59]These are the things I can do without
|
||||
: [02:24.96]Come on
|
||||
: [02:27.43]I'm talking to you
|
||||
: [02:29.03]Come on
|
||||
: [02:33.05]Shout
|
||||
: [02:33.91]Shout
|
||||
: [02:34.91]Let it all out
|
||||
: [02:36.84]These are the things I can do without
|
||||
: [02:40.10]Come on
|
||||
: [02:42.24]I'm talking to you
|
||||
: [02:44.02]Come on
|
||||
: [02:48.67]Shout
|
||||
: [02:49.41]Shout
|
||||
: [02:50.23]Let it all out
|
||||
: [02:52.22]These are the things I can do without
|
||||
: [02:55.33]Come on
|
||||
: [02:57.81]I'm talking to you
|
||||
: [02:59.34]So come on
|
||||
: [03:18.88]Shout
|
||||
: [03:19.70]Shout
|
||||
: [03:20.68]Let it all out
|
||||
: [03:22.48]These are the things I can do without
|
||||
: [03:25.75]Come on
|
||||
: [03:28.24]I'm talking to you
|
||||
: [03:29.99]Come on
|
||||
: [03:34.04]
|
||||
:
|
||||
publisher : Anjunabeats
|
||||
title : Shout
|
||||
totaldiscs : 2
|
||||
totaltracks : 32
|
||||
track : 9
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x640 [SAR 28:28 DAR 1:1], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/9d0834b1bc15a2c254824e7a014af4a6.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s
|
||||
Metadata:
|
||||
album : Anjunabeats Volume 13
|
||||
album_artist : Above & Beyond
|
||||
artist : Grum
|
||||
comment : https://open.spotify.com/track/1LunC142mMFR10ZnlJGhhW
|
||||
date : 2017-02-10
|
||||
disc : 1
|
||||
isrc : GBEWA1700048
|
||||
lyrics : [00:00.04]In violent times
|
||||
: [00:00.16]You shouldn't have to sell your soul
|
||||
: [00:00.32]In black and white
|
||||
: [00:00.52]They really really ought to know
|
||||
: [00:00.63]Those one track minds
|
||||
: [00:03.41]That took you for a working boy
|
||||
: [00:07.87]Kiss them goodbye
|
||||
: [00:11.22]You shouldn't have to jump for joy
|
||||
: [00:15.03]You shouldn't have to shout for joy
|
||||
: [00:16.33]Shout
|
||||
: [00:17.28]Shout
|
||||
: [00:18.05]Let it all out
|
||||
: [00:19.99]These are the things I can do without
|
||||
: [00:23.24]Come on
|
||||
: [00:25.49]I'm talking to you
|
||||
: [00:27.27]Come on
|
||||
: [00:31.38]Shout
|
||||
: [00:32.28]Shout
|
||||
: [00:33.10]Let it all out
|
||||
: [00:35.14]These are the things I can do without
|
||||
: [00:38.38]Come on
|
||||
: [00:40.66]I'm talking to you
|
||||
: [00:42.16]Come on
|
||||
: [01:17.02]In violent times
|
||||
: [01:19.55]You shouldn't have to sell your soul
|
||||
: [01:24.22]In black and white
|
||||
: [01:26.87]They really really ought to know
|
||||
: [01:31.51]They gave you life
|
||||
: [01:34.75]And in return you gave them hell
|
||||
: [01:39.28]As cold as ice
|
||||
: [01:42.33]I hope we live to tell the tale
|
||||
: [01:46.39]I hope we live to tell the tale
|
||||
: [01:50.25]I hope we live to tell the tale
|
||||
: [01:53.86]I hope we live to tell the tale
|
||||
: [01:57.71]I hope we live to tell the tale
|
||||
: [02:01.68]I hope we live to tell the tale
|
||||
: [02:05.37]I hope we live to tell the tale
|
||||
: [02:09.29]I hope we live to tell the tale
|
||||
: [02:17.91]Shout
|
||||
: [02:19.00]Shout
|
||||
: [02:19.83]Let it all out
|
||||
: [02:21.59]These are the things I can do without
|
||||
: [02:24.96]Come on
|
||||
: [02:27.43]I'm talking to you
|
||||
: [02:29.03]Come on
|
||||
: [02:33.05]Shout
|
||||
: [02:33.91]Shout
|
||||
: [02:34.91]Let it all out
|
||||
: [02:36.84]These are the things I can do without
|
||||
: [02:40.10]Come on
|
||||
: [02:42.24]I'm talking to you
|
||||
: [02:44.02]Come on
|
||||
: [02:48.67]Shout
|
||||
: [02:49.41]Shout
|
||||
: [02:50.23]Let it all out
|
||||
: [02:52.22]These are the things I can do without
|
||||
: [02:55.33]Come on
|
||||
: [02:57.81]I'm talking to you
|
||||
: [02:59.34]So come on
|
||||
: [03:18.88]Shout
|
||||
: [03:19.70]Shout
|
||||
: [03:20.68]Let it all out
|
||||
: [03:22.48]These are the things I can do without
|
||||
: [03:25.75]Come on
|
||||
: [03:28.24]I'm talking to you
|
||||
: [03:29.99]Come on
|
||||
: [03:34.04]
|
||||
:
|
||||
publisher : Anjunabeats
|
||||
title : Shout
|
||||
totaldiscs : 2
|
||||
totaltracks : 32
|
||||
track : 9
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 256KiB time=00:00:22.03 bitrate= 95.2kbits/s speed=44.1x
|
||||
size= 512KiB time=00:00:43.09 bitrate= 97.3kbits/s speed=43.1x
|
||||
size= 768KiB time=00:01:03.46 bitrate= 99.1kbits/s speed=42.3x
|
||||
size= 1280KiB time=00:01:25.65 bitrate= 122.4kbits/s speed=42.8x
|
||||
size= 1536KiB time=00:01:48.66 bitrate= 115.8kbits/s speed=43.5x
|
||||
size= 1792KiB time=00:02:10.70 bitrate= 112.3kbits/s speed=43.6x
|
||||
size= 2304KiB time=00:02:32.76 bitrate= 123.6kbits/s speed=43.6x
|
||||
size= 2560KiB time=00:02:55.93 bitrate= 119.2kbits/s speed= 44x
|
||||
size= 3072KiB time=00:03:18.94 bitrate= 126.5kbits/s speed=44.2x
|
||||
size= 3328KiB time=00:03:41.88 bitrate= 122.9kbits/s speed=44.4x
|
||||
size= 3584KiB time=00:04:04.64 bitrate= 120.0kbits/s speed=44.5x
|
||||
[out#0/adts @ 0x55fb4f887f00] video:0KiB audio:3830KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 3830KiB time=00:04:05.01 bitrate= 128.0kbits/s speed=44.5x
|
||||
@@ -0,0 +1,163 @@
|
||||
{"Protocol":0,"Id":"77e53079dc7bcf765c1bd8fa4ec2472b","Path":"/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":9841790,"Name":"2. Away From The Sun","IsRemote":false,"ETag":"51da380a2fc6e3c1bfb13682847604a6","RunTimeTicks":2320666670,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/3THdexHRmED4euIY91Zrxc","TimeBase":"1/44100","CodecTimeBase":null,"Title":"Away From The Sun","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Away From The Sun - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":339274,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.ogg" -threads 0 -vn -ab 128000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/83e7dca6ab73736f29d3dd73fbe20162.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.ogg':
|
||||
Duration: 00:03:52.07, start: 0.000000, bitrate: 339 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3THdexHRmED4euIY91Zrxc
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200760
|
||||
lyrics : [00:16.15]It's down to this
|
||||
: [00:19.82]I've got to make this life make sense
|
||||
: [00:23.36]Can anyone tell what I've done?
|
||||
: [00:30.60]I miss the life
|
||||
: [00:34.39]I miss the colors of the world
|
||||
: [00:37.95]Can anyone tell where I am?
|
||||
: [00:44.28]'Cause now again I've found myself so far down
|
||||
: [00:49.79]Away from the sun that shines into the darkest place
|
||||
: [00:54.75]I'm so far down, away from the sun again
|
||||
: [01:01.08]♪
|
||||
: [01:04.44]Away from the sun again
|
||||
: [01:08.54]♪
|
||||
: [01:14.04]I'm over this
|
||||
: [01:17.94]I'm tired of living in the dark
|
||||
: [01:21.54]Can anyone see me down here?
|
||||
: [01:28.88]The feeling's gone
|
||||
: [01:32.44]There's nothing left to lift me up
|
||||
: [01:36.21]Back into the world I know
|
||||
: [01:42.47]'Cause now again I've found myself so far down
|
||||
: [01:47.92]Away from the sun that shines into the darkest place
|
||||
: [01:53.02]I'm so far down, away from the sun
|
||||
: [01:56.84]That shines to light the way for me
|
||||
: [02:00.56]To find my way back into the arms
|
||||
: [02:04.07]That care about the ones like me
|
||||
: [02:07.59]I'm so far down, away from the sun again
|
||||
: [02:14.78]Oh, no
|
||||
: [02:18.52]Yeah
|
||||
: [02:21.93]Oh, no
|
||||
: [02:27.08]It's down to this
|
||||
: [02:30.69]I've got to make this life make sense
|
||||
: [02:34.20]And now I can't tell what I've done
|
||||
: [02:40.60]And now again I've found myself
|
||||
: [02:44.46]So far down, away from the sun
|
||||
: [02:47.63]That shines to light the way for me
|
||||
: [02:54.86]'Cause now again I've found myself so far down
|
||||
: [03:00.62]Away from the sun that shines into the darkest place
|
||||
: [03:05.75]I'm so far down, away from the sun
|
||||
: [03:09.55]That shines to light the way for me
|
||||
: [03:13.48]To find my way back into the arms
|
||||
: [03:16.77]That care about the ones like me
|
||||
: [03:20.16]I'm so far down, away from the sun again
|
||||
: [03:27.47]Oh, no
|
||||
: [03:31.06]Yeah
|
||||
: [03:34.72]I'm gone
|
||||
: [03:36.21]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Away From The Sun
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 2
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/83e7dca6ab73736f29d3dd73fbe20162.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3THdexHRmED4euIY91Zrxc
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200760
|
||||
lyrics : [00:16.15]It's down to this
|
||||
: [00:19.82]I've got to make this life make sense
|
||||
: [00:23.36]Can anyone tell what I've done?
|
||||
: [00:30.60]I miss the life
|
||||
: [00:34.39]I miss the colors of the world
|
||||
: [00:37.95]Can anyone tell where I am?
|
||||
: [00:44.28]'Cause now again I've found myself so far down
|
||||
: [00:49.79]Away from the sun that shines into the darkest place
|
||||
: [00:54.75]I'm so far down, away from the sun again
|
||||
: [01:01.08]♪
|
||||
: [01:04.44]Away from the sun again
|
||||
: [01:08.54]♪
|
||||
: [01:14.04]I'm over this
|
||||
: [01:17.94]I'm tired of living in the dark
|
||||
: [01:21.54]Can anyone see me down here?
|
||||
: [01:28.88]The feeling's gone
|
||||
: [01:32.44]There's nothing left to lift me up
|
||||
: [01:36.21]Back into the world I know
|
||||
: [01:42.47]'Cause now again I've found myself so far down
|
||||
: [01:47.92]Away from the sun that shines into the darkest place
|
||||
: [01:53.02]I'm so far down, away from the sun
|
||||
: [01:56.84]That shines to light the way for me
|
||||
: [02:00.56]To find my way back into the arms
|
||||
: [02:04.07]That care about the ones like me
|
||||
: [02:07.59]I'm so far down, away from the sun again
|
||||
: [02:14.78]Oh, no
|
||||
: [02:18.52]Yeah
|
||||
: [02:21.93]Oh, no
|
||||
: [02:27.08]It's down to this
|
||||
: [02:30.69]I've got to make this life make sense
|
||||
: [02:34.20]And now I can't tell what I've done
|
||||
: [02:40.60]And now again I've found myself
|
||||
: [02:44.46]So far down, away from the sun
|
||||
: [02:47.63]That shines to light the way for me
|
||||
: [02:54.86]'Cause now again I've found myself so far down
|
||||
: [03:00.62]Away from the sun that shines into the darkest place
|
||||
: [03:05.75]I'm so far down, away from the sun
|
||||
: [03:09.55]That shines to light the way for me
|
||||
: [03:13.48]To find my way back into the arms
|
||||
: [03:16.77]That care about the ones like me
|
||||
: [03:20.16]I'm so far down, away from the sun again
|
||||
: [03:27.47]Oh, no
|
||||
: [03:31.06]Yeah
|
||||
: [03:34.72]I'm gone
|
||||
: [03:36.21]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Away From The Sun
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 2
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 256KiB time=00:00:20.75 bitrate= 101.0kbits/s speed=41.5x
|
||||
size= 512KiB time=00:00:42.70 bitrate= 98.2kbits/s speed=42.7x
|
||||
size= 768KiB time=00:01:04.83 bitrate= 97.0kbits/s speed=43.2x
|
||||
size= 1280KiB time=00:01:26.95 bitrate= 120.6kbits/s speed=43.5x
|
||||
size= 1536KiB time=00:01:49.20 bitrate= 115.2kbits/s speed=43.7x
|
||||
size= 1792KiB time=00:02:08.75 bitrate= 114.0kbits/s speed=42.9x
|
||||
size= 2048KiB time=00:02:25.84 bitrate= 115.0kbits/s speed=41.7x
|
||||
size= 2560KiB time=00:02:46.41 bitrate= 126.0kbits/s speed=41.6x
|
||||
size= 2560KiB time=00:02:58.37 bitrate= 117.6kbits/s speed=39.6x
|
||||
size= 2816KiB time=00:03:09.98 bitrate= 121.4kbits/s speed= 38x
|
||||
size= 3072KiB time=00:03:31.97 bitrate= 118.7kbits/s speed=38.5x
|
||||
[out#0/adts @ 0x558959ebacc0] video:0KiB audio:3627KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 3627KiB time=00:03:52.06 bitrate= 128.0kbits/s speed= 39x
|
||||
@@ -0,0 +1,144 @@
|
||||
{"Protocol":0,"Id":"cd84fa609db1504886971d6a74264cfc","Path":"/data/music/3 Doors Down/Away From The Sun/6. Here Without You.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":9775585,"Name":"6. Here Without You","IsRemote":false,"ETag":"7d81cc3522e53a2fbab195c313072c25","RunTimeTicks":2387333330,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/3NLrRZoMF0Lx6zTlYqeIo4","TimeBase":"1/44100","CodecTimeBase":null,"Title":"Here Without You","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Here Without You - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/3 Doors Down/Away From The Sun/6. Here Without You.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":327581,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/3 Doors Down/Away From The Sun/6. Here Without You.ogg" -threads 0 -vn -ab 128000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/a631486b46f853594671ed8a35d767ad.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/3 Doors Down/Away From The Sun/6. Here Without You.ogg':
|
||||
Duration: 00:03:58.73, start: 0.000000, bitrate: 327 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3NLrRZoMF0Lx6zTlYqeIo4
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200764
|
||||
lyrics : [00:05.59]A hundred days that made me older
|
||||
: [00:09.20]Since the last time that I saw your pretty face
|
||||
: [00:14.87]♪
|
||||
: [00:18.75]A thousand lies have made me colder
|
||||
: [00:22.24]And I don't think I can look at this the same
|
||||
: [00:29.84]♪
|
||||
: [00:33.61]But all the miles that separate
|
||||
: [00:40.13]They disappear now when I'm dreaming of your face
|
||||
: [00:47.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [00:54.05]I think about you, baby, and I dream about you all the time
|
||||
: [01:00.55]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [01:09.40]And tonight, it's only you and me, yeah
|
||||
: [01:18.60]♪
|
||||
: [01:26.26]The miles just keep rolling
|
||||
: [01:29.30]As the people leave their way to say hello
|
||||
: [01:34.32]♪
|
||||
: [01:38.79]I've heard this life is overrated
|
||||
: [01:42.76]But I hope that it gets better as we go, oh, yeah, yeah
|
||||
: [01:54.08]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [02:00.67]I think about you, baby, and I dream about you all the time
|
||||
: [02:07.22]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [02:15.72]And tonight, girl, it's only you and me
|
||||
: [02:21.07]Everything I know (yeah), and anywhere I go, oh (yeah)
|
||||
: [02:27.26]It gets hard, but it won't take away my love (yeah, yeah)
|
||||
: [02:33.84]And when the last one falls, when it's all said and done (oh)
|
||||
: [02:40.66]It gets hard, but it won't take away my love
|
||||
: [02:47.51]Oh, oh
|
||||
: [02:56.84]♪
|
||||
: [03:04.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [03:10.48]I think about you, baby, and I dream about you all the time
|
||||
: [03:17.26]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [03:25.85]And tonight, girl, it's only you and me
|
||||
: [03:33.33]Yeah, oh, yeah
|
||||
: [03:39.24]Oh, oh
|
||||
: [03:40.82]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Here Without You
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 6
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/a631486b46f853594671ed8a35d767ad.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3NLrRZoMF0Lx6zTlYqeIo4
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200764
|
||||
lyrics : [00:05.59]A hundred days that made me older
|
||||
: [00:09.20]Since the last time that I saw your pretty face
|
||||
: [00:14.87]♪
|
||||
: [00:18.75]A thousand lies have made me colder
|
||||
: [00:22.24]And I don't think I can look at this the same
|
||||
: [00:29.84]♪
|
||||
: [00:33.61]But all the miles that separate
|
||||
: [00:40.13]They disappear now when I'm dreaming of your face
|
||||
: [00:47.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [00:54.05]I think about you, baby, and I dream about you all the time
|
||||
: [01:00.55]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [01:09.40]And tonight, it's only you and me, yeah
|
||||
: [01:18.60]♪
|
||||
: [01:26.26]The miles just keep rolling
|
||||
: [01:29.30]As the people leave their way to say hello
|
||||
: [01:34.32]♪
|
||||
: [01:38.79]I've heard this life is overrated
|
||||
: [01:42.76]But I hope that it gets better as we go, oh, yeah, yeah
|
||||
: [01:54.08]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [02:00.67]I think about you, baby, and I dream about you all the time
|
||||
: [02:07.22]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [02:15.72]And tonight, girl, it's only you and me
|
||||
: [02:21.07]Everything I know (yeah), and anywhere I go, oh (yeah)
|
||||
: [02:27.26]It gets hard, but it won't take away my love (yeah, yeah)
|
||||
: [02:33.84]And when the last one falls, when it's all said and done (oh)
|
||||
: [02:40.66]It gets hard, but it won't take away my love
|
||||
: [02:47.51]Oh, oh
|
||||
: [02:56.84]♪
|
||||
: [03:04.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [03:10.48]I think about you, baby, and I dream about you all the time
|
||||
: [03:17.26]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [03:25.85]And tonight, girl, it's only you and me
|
||||
: [03:33.33]Yeah, oh, yeah
|
||||
: [03:39.24]Oh, oh
|
||||
: [03:40.82]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Here Without You
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 6
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 256KiB time=00:00:17.83 bitrate= 117.6kbits/s speed=35.7x
|
||||
size= 512KiB time=00:00:38.77 bitrate= 108.2kbits/s speed=38.8x
|
||||
size= 768KiB time=00:00:50.64 bitrate= 124.2kbits/s speed=33.7x
|
||||
size= 768KiB time=00:01:04.96 bitrate= 96.8kbits/s speed=32.4x
|
||||
size= 1280KiB time=00:01:26.70 bitrate= 120.9kbits/s speed=34.6x
|
||||
size= 1536KiB time=00:01:47.92 bitrate= 116.6kbits/s speed=35.9x
|
||||
size= 1792KiB time=00:02:09.82 bitrate= 113.1kbits/s speed= 37x
|
||||
size= 2048KiB time=00:02:27.37 bitrate= 113.8kbits/s speed=36.8x
|
||||
size= 2560KiB time=00:02:47.23 bitrate= 125.4kbits/s speed=37.1x
|
||||
size= 2816KiB time=00:03:08.08 bitrate= 122.7kbits/s speed=37.6x
|
||||
size= 3072KiB time=00:03:29.09 bitrate= 120.4kbits/s speed= 38x
|
||||
size= 3584KiB time=00:03:50.45 bitrate= 127.4kbits/s speed=38.4x
|
||||
[out#0/adts @ 0x563141821e00] video:0KiB audio:3731KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 3731KiB time=00:03:58.73 bitrate= 128.0kbits/s speed=38.7x
|
||||
@@ -0,0 +1,163 @@
|
||||
{"Protocol":0,"Id":"77e53079dc7bcf765c1bd8fa4ec2472b","Path":"/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":9841790,"Name":"2. Away From The Sun","IsRemote":false,"ETag":"51da380a2fc6e3c1bfb13682847604a6","RunTimeTicks":2320666670,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/3THdexHRmED4euIY91Zrxc","TimeBase":"1/44100","CodecTimeBase":null,"Title":"Away From The Sun","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Away From The Sun - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":339274,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.ogg" -threads 0 -vn -ab 128000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/83e7dca6ab73736f29d3dd73fbe20162.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/3 Doors Down/Away From The Sun/2. Away From The Sun.ogg':
|
||||
Duration: 00:03:52.07, start: 0.000000, bitrate: 339 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3THdexHRmED4euIY91Zrxc
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200760
|
||||
lyrics : [00:16.15]It's down to this
|
||||
: [00:19.82]I've got to make this life make sense
|
||||
: [00:23.36]Can anyone tell what I've done?
|
||||
: [00:30.60]I miss the life
|
||||
: [00:34.39]I miss the colors of the world
|
||||
: [00:37.95]Can anyone tell where I am?
|
||||
: [00:44.28]'Cause now again I've found myself so far down
|
||||
: [00:49.79]Away from the sun that shines into the darkest place
|
||||
: [00:54.75]I'm so far down, away from the sun again
|
||||
: [01:01.08]♪
|
||||
: [01:04.44]Away from the sun again
|
||||
: [01:08.54]♪
|
||||
: [01:14.04]I'm over this
|
||||
: [01:17.94]I'm tired of living in the dark
|
||||
: [01:21.54]Can anyone see me down here?
|
||||
: [01:28.88]The feeling's gone
|
||||
: [01:32.44]There's nothing left to lift me up
|
||||
: [01:36.21]Back into the world I know
|
||||
: [01:42.47]'Cause now again I've found myself so far down
|
||||
: [01:47.92]Away from the sun that shines into the darkest place
|
||||
: [01:53.02]I'm so far down, away from the sun
|
||||
: [01:56.84]That shines to light the way for me
|
||||
: [02:00.56]To find my way back into the arms
|
||||
: [02:04.07]That care about the ones like me
|
||||
: [02:07.59]I'm so far down, away from the sun again
|
||||
: [02:14.78]Oh, no
|
||||
: [02:18.52]Yeah
|
||||
: [02:21.93]Oh, no
|
||||
: [02:27.08]It's down to this
|
||||
: [02:30.69]I've got to make this life make sense
|
||||
: [02:34.20]And now I can't tell what I've done
|
||||
: [02:40.60]And now again I've found myself
|
||||
: [02:44.46]So far down, away from the sun
|
||||
: [02:47.63]That shines to light the way for me
|
||||
: [02:54.86]'Cause now again I've found myself so far down
|
||||
: [03:00.62]Away from the sun that shines into the darkest place
|
||||
: [03:05.75]I'm so far down, away from the sun
|
||||
: [03:09.55]That shines to light the way for me
|
||||
: [03:13.48]To find my way back into the arms
|
||||
: [03:16.77]That care about the ones like me
|
||||
: [03:20.16]I'm so far down, away from the sun again
|
||||
: [03:27.47]Oh, no
|
||||
: [03:31.06]Yeah
|
||||
: [03:34.72]I'm gone
|
||||
: [03:36.21]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Away From The Sun
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 2
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/83e7dca6ab73736f29d3dd73fbe20162.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3THdexHRmED4euIY91Zrxc
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200760
|
||||
lyrics : [00:16.15]It's down to this
|
||||
: [00:19.82]I've got to make this life make sense
|
||||
: [00:23.36]Can anyone tell what I've done?
|
||||
: [00:30.60]I miss the life
|
||||
: [00:34.39]I miss the colors of the world
|
||||
: [00:37.95]Can anyone tell where I am?
|
||||
: [00:44.28]'Cause now again I've found myself so far down
|
||||
: [00:49.79]Away from the sun that shines into the darkest place
|
||||
: [00:54.75]I'm so far down, away from the sun again
|
||||
: [01:01.08]♪
|
||||
: [01:04.44]Away from the sun again
|
||||
: [01:08.54]♪
|
||||
: [01:14.04]I'm over this
|
||||
: [01:17.94]I'm tired of living in the dark
|
||||
: [01:21.54]Can anyone see me down here?
|
||||
: [01:28.88]The feeling's gone
|
||||
: [01:32.44]There's nothing left to lift me up
|
||||
: [01:36.21]Back into the world I know
|
||||
: [01:42.47]'Cause now again I've found myself so far down
|
||||
: [01:47.92]Away from the sun that shines into the darkest place
|
||||
: [01:53.02]I'm so far down, away from the sun
|
||||
: [01:56.84]That shines to light the way for me
|
||||
: [02:00.56]To find my way back into the arms
|
||||
: [02:04.07]That care about the ones like me
|
||||
: [02:07.59]I'm so far down, away from the sun again
|
||||
: [02:14.78]Oh, no
|
||||
: [02:18.52]Yeah
|
||||
: [02:21.93]Oh, no
|
||||
: [02:27.08]It's down to this
|
||||
: [02:30.69]I've got to make this life make sense
|
||||
: [02:34.20]And now I can't tell what I've done
|
||||
: [02:40.60]And now again I've found myself
|
||||
: [02:44.46]So far down, away from the sun
|
||||
: [02:47.63]That shines to light the way for me
|
||||
: [02:54.86]'Cause now again I've found myself so far down
|
||||
: [03:00.62]Away from the sun that shines into the darkest place
|
||||
: [03:05.75]I'm so far down, away from the sun
|
||||
: [03:09.55]That shines to light the way for me
|
||||
: [03:13.48]To find my way back into the arms
|
||||
: [03:16.77]That care about the ones like me
|
||||
: [03:20.16]I'm so far down, away from the sun again
|
||||
: [03:27.47]Oh, no
|
||||
: [03:31.06]Yeah
|
||||
: [03:34.72]I'm gone
|
||||
: [03:36.21]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Away From The Sun
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 2
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 256KiB time=00:00:18.45 bitrate= 113.6kbits/s speed=36.9x
|
||||
size= 512KiB time=00:00:37.03 bitrate= 113.2kbits/s speed= 37x
|
||||
size= 768KiB time=00:00:55.47 bitrate= 113.4kbits/s speed= 37x
|
||||
size= 1024KiB time=00:01:15.13 bitrate= 111.6kbits/s speed=37.6x
|
||||
size= 1280KiB time=00:01:34.45 bitrate= 111.0kbits/s speed=37.8x
|
||||
size= 1536KiB time=00:01:53.19 bitrate= 111.2kbits/s speed=37.7x
|
||||
size= 2048KiB time=00:02:13.37 bitrate= 125.8kbits/s speed=38.1x
|
||||
size= 2304KiB time=00:02:32.88 bitrate= 123.5kbits/s speed=38.2x
|
||||
size= 2560KiB time=00:02:54.57 bitrate= 120.1kbits/s speed=38.8x
|
||||
size= 2816KiB time=00:03:14.36 bitrate= 118.7kbits/s speed=38.9x
|
||||
size= 3328KiB time=00:03:35.85 bitrate= 126.3kbits/s speed=39.2x
|
||||
[out#0/adts @ 0x556ae8be9cc0] video:0KiB audio:3627KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 3627KiB time=00:03:52.06 bitrate= 128.0kbits/s speed=39.3x
|
||||
@@ -0,0 +1,143 @@
|
||||
{"Protocol":0,"Id":"cd84fa609db1504886971d6a74264cfc","Path":"/data/music/3 Doors Down/Away From The Sun/6. Here Without You.ogg","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ogg","Size":9775585,"Name":"6. Here Without You","IsRemote":false,"ETag":"7d81cc3522e53a2fbab195c313072c25","RunTimeTicks":2387333330,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"vorbis","CodecTag":null,"Language":"en","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"https://open.spotify.com/track/3NLrRZoMF0Lx6zTlYqeIo4","TimeBase":"1/44100","CodecTimeBase":null,"Title":"Here Without You","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Here Without You - En - VORBIS - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":"Cover (front)","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":635,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"ReferenceFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"128:127","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":false},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":5,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":"/data/music/3 Doors Down/Away From The Sun/6. Here Without You.lrc","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":327581,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
|
||||
|
||||
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/data/music/3 Doors Down/Away From The Sun/6. Here Without You.ogg" -threads 0 -vn -ab 128000 -ac 2 -acodec libfdk_aac -id3v2_version 3 -write_id3v1 1 -y "/cache/transcodes/a631486b46f853594671ed8a35d767ad.aac"
|
||||
|
||||
|
||||
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
|
||||
built with gcc 12 (Debian 12.2.0-14)
|
||||
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
|
||||
libavutil 59. 8.100 / 59. 8.100
|
||||
libavcodec 61. 3.100 / 61. 3.100
|
||||
libavformat 61. 1.100 / 61. 1.100
|
||||
libavdevice 61. 1.100 / 61. 1.100
|
||||
libavfilter 10. 1.100 / 10. 1.100
|
||||
libswscale 8. 1.100 / 8. 1.100
|
||||
libswresample 5. 1.100 / 5. 1.100
|
||||
libpostproc 58. 1.100 / 58. 1.100
|
||||
Input #0, ogg, from 'file:/data/music/3 Doors Down/Away From The Sun/6. Here Without You.ogg':
|
||||
Duration: 00:03:58.73, start: 0.000000, bitrate: 327 kb/s
|
||||
Stream #0:0(en): Audio: vorbis, 44100 Hz, stereo, fltp, 320 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3NLrRZoMF0Lx6zTlYqeIo4
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200764
|
||||
lyrics : [00:05.59]A hundred days that made me older
|
||||
: [00:09.20]Since the last time that I saw your pretty face
|
||||
: [00:14.87]♪
|
||||
: [00:18.75]A thousand lies have made me colder
|
||||
: [00:22.24]And I don't think I can look at this the same
|
||||
: [00:29.84]♪
|
||||
: [00:33.61]But all the miles that separate
|
||||
: [00:40.13]They disappear now when I'm dreaming of your face
|
||||
: [00:47.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [00:54.05]I think about you, baby, and I dream about you all the time
|
||||
: [01:00.55]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [01:09.40]And tonight, it's only you and me, yeah
|
||||
: [01:18.60]♪
|
||||
: [01:26.26]The miles just keep rolling
|
||||
: [01:29.30]As the people leave their way to say hello
|
||||
: [01:34.32]♪
|
||||
: [01:38.79]I've heard this life is overrated
|
||||
: [01:42.76]But I hope that it gets better as we go, oh, yeah, yeah
|
||||
: [01:54.08]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [02:00.67]I think about you, baby, and I dream about you all the time
|
||||
: [02:07.22]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [02:15.72]And tonight, girl, it's only you and me
|
||||
: [02:21.07]Everything I know (yeah), and anywhere I go, oh (yeah)
|
||||
: [02:27.26]It gets hard, but it won't take away my love (yeah, yeah)
|
||||
: [02:33.84]And when the last one falls, when it's all said and done (oh)
|
||||
: [02:40.66]It gets hard, but it won't take away my love
|
||||
: [02:47.51]Oh, oh
|
||||
: [02:56.84]♪
|
||||
: [03:04.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [03:10.48]I think about you, baby, and I dream about you all the time
|
||||
: [03:17.26]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [03:25.85]And tonight, girl, it's only you and me
|
||||
: [03:33.33]Yeah, oh, yeah
|
||||
: [03:39.24]Oh, oh
|
||||
: [03:40.82]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Here Without You
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 6
|
||||
encoder : Lavf61.7.100
|
||||
Stream #0:1: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 640x635 [SAR 118:118 DAR 128:127], 90k tbr, 90k tbn (attached pic)
|
||||
Metadata:
|
||||
comment : Cover (front)
|
||||
title : Front Cover
|
||||
Stream mapping:
|
||||
Stream #0:0 -> #0:0 (vorbis (native) -> aac (libfdk_aac))
|
||||
Press [q] to stop, [?] for help
|
||||
Output #0, adts, to '/cache/transcodes/a631486b46f853594671ed8a35d767ad.aac':
|
||||
Metadata:
|
||||
encoder : Lavf61.1.100
|
||||
Stream #0:0(en): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s
|
||||
Metadata:
|
||||
album : Away From The Sun
|
||||
album_artist : 3 Doors Down
|
||||
artist : 3 Doors Down
|
||||
comment : https://open.spotify.com/track/3NLrRZoMF0Lx6zTlYqeIo4
|
||||
date : 2002-11-12
|
||||
disc : 1
|
||||
isrc : USUR10200764
|
||||
lyrics : [00:05.59]A hundred days that made me older
|
||||
: [00:09.20]Since the last time that I saw your pretty face
|
||||
: [00:14.87]♪
|
||||
: [00:18.75]A thousand lies have made me colder
|
||||
: [00:22.24]And I don't think I can look at this the same
|
||||
: [00:29.84]♪
|
||||
: [00:33.61]But all the miles that separate
|
||||
: [00:40.13]They disappear now when I'm dreaming of your face
|
||||
: [00:47.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [00:54.05]I think about you, baby, and I dream about you all the time
|
||||
: [01:00.55]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [01:09.40]And tonight, it's only you and me, yeah
|
||||
: [01:18.60]♪
|
||||
: [01:26.26]The miles just keep rolling
|
||||
: [01:29.30]As the people leave their way to say hello
|
||||
: [01:34.32]♪
|
||||
: [01:38.79]I've heard this life is overrated
|
||||
: [01:42.76]But I hope that it gets better as we go, oh, yeah, yeah
|
||||
: [01:54.08]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [02:00.67]I think about you, baby, and I dream about you all the time
|
||||
: [02:07.22]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [02:15.72]And tonight, girl, it's only you and me
|
||||
: [02:21.07]Everything I know (yeah), and anywhere I go, oh (yeah)
|
||||
: [02:27.26]It gets hard, but it won't take away my love (yeah, yeah)
|
||||
: [02:33.84]And when the last one falls, when it's all said and done (oh)
|
||||
: [02:40.66]It gets hard, but it won't take away my love
|
||||
: [02:47.51]Oh, oh
|
||||
: [02:56.84]♪
|
||||
: [03:04.16]I'm here without you, baby, but you're still on my lonely mind
|
||||
: [03:10.48]I think about you, baby, and I dream about you all the time
|
||||
: [03:17.26]I'm here without you, baby, but you're still with me in my dreams
|
||||
: [03:25.85]And tonight, girl, it's only you and me
|
||||
: [03:33.33]Yeah, oh, yeah
|
||||
: [03:39.24]Oh, oh
|
||||
: [03:40.82]
|
||||
:
|
||||
publisher : Universal Records
|
||||
title : Here Without You
|
||||
totaldiscs : 1
|
||||
totaltracks : 12
|
||||
track : 6
|
||||
encoder : Lavc61.3.100 libfdk_aac
|
||||
size= 256KiB time=00:00:20.43 bitrate= 102.6kbits/s speed=40.9x
|
||||
size= 512KiB time=00:00:38.52 bitrate= 108.9kbits/s speed=38.5x
|
||||
size= 768KiB time=00:00:56.67 bitrate= 111.0kbits/s speed=37.8x
|
||||
size= 1024KiB time=00:01:17.25 bitrate= 108.6kbits/s speed=38.6x
|
||||
size= 1280KiB time=00:01:38.22 bitrate= 106.8kbits/s speed=39.3x
|
||||
size= 1792KiB time=00:01:57.23 bitrate= 125.2kbits/s speed=39.1x
|
||||
size= 2048KiB time=00:02:17.20 bitrate= 122.3kbits/s speed=39.2x
|
||||
size= 2304KiB time=00:02:36.99 bitrate= 120.2kbits/s speed=39.2x
|
||||
size= 2560KiB time=00:02:58.35 bitrate= 117.6kbits/s speed=39.6x
|
||||
size= 3072KiB time=00:03:18.27 bitrate= 126.9kbits/s speed=39.6x
|
||||
size= 3328KiB time=00:03:40.13 bitrate= 123.8kbits/s speed= 40x
|
||||
[out#0/adts @ 0x55da05408e00] video:0KiB audio:3731KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000000%
|
||||
size= 3731KiB time=00:03:58.73 bitrate= 128.0kbits/s speed=40.3x
|
||||
|
After Width: | Height: | Size: 146 KiB |