Pommes 12 Posted May 15, 2022 Posted May 15, 2022 Hi, so i reorganized my YT Backup/downloaded library to include more metadata. I am basically using <Videotitle> - <Uploaddate> - <YTVideoid>. but instead of registering for example 2022-05-14 as full date it detects it as from the year 20220514. Any idea how to fix it or define certain positions in the file name as year / month / day bc when you count the letters from the back of the file name the yt id is 11 characters on every video then space - space and then the date Regards :)
Luke 39674 Posted May 15, 2022 Posted May 15, 2022 Hi, that's strange, although I think this might be improved in the upcoming 4.7 server release. @Happy2Play can you reproduce?
Happy2Play 9359 Posted May 15, 2022 Posted May 15, 2022 19 minutes ago, Luke said: Hi, that's strange, although I think this might be improved in the upcoming 4.7 server release. @Happy2Play can you reproduce? No as I don't get that information to populate in 4.6 or 4.7. But would guess existing metadata as where did OP overview come from in image?
Pommes 12 Posted May 15, 2022 Author Posted May 15, 2022 (edited) 10 minutes ago, Happy2Play said: No as I don't get that information to populate in 4.6 or 4.7. But would guess existing metadata as where did OP overview come from in image? on this picture it doesnt show any publication date at all, right? There shouldnt be any additional metadata and by the way it is a "Home photos/videos" library Edited May 15, 2022 by Pommes
Happy2Play 9359 Posted May 15, 2022 Posted May 15, 2022 33 minutes ago, Pommes said: on this picture it doesnt show any publication date at all, right? There shouldnt be any additional metadata and by the way it is a "Home photos/videos" library But where did the overview come from? As I do not get Year, tested in Movies, Home Videos, and Music Video.
Pommes 12 Posted May 15, 2022 Author Posted May 15, 2022 a .description file that only contains the description
Happy2Play 9359 Posted May 15, 2022 Posted May 15, 2022 Not sure as if not coming from a nfo then I would guess embedded in media file. You could check this using ffprobe. ffprobe -i "path_to_file" You can see here as tagged year in file and that appear to Emby Spoiler BEFORE C:\Users\Media\AppData\Roaming\Emby-Server\system>ffprobe -i "C:\Users\Media\Desktop\Videos\Music videos\MEYSTA, Cuervo & Elena - Kiss Me Goodnight - 2022-05-14 - 4dH-fEcYXR0.webm" ffprobe version 5.0.0-emby_2022_05_07-g463c71b3b3+1847 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC built with gcc 10.3.0 (Rev5, Built by MSYS2 project) Input #0, matroska,webm, from 'C:\Users\Media\Desktop\Videos\Music videos\MEYSTA, Cuervo & Elena - Kiss Me Goodnight - 2022-05-14 - 4dH-fEcYXR0.webm': Metadata: ENCODER : Lavf59.16.100 Duration: 00:02:10.72, start: -0.007000, bitrate: 1146 kb/s Stream #0:0(eng): Video: vp9 (Profile 0), yuv420p(tv, bt709), 1920x1080, SAR 1:1 DAR 16:9, 60 fps, 60 tbr, 1k tbn (default) Metadata: DURATION : 00:02:10.699000000 Stream #0:1(eng): Audio: opus, 48000 Hz, stereo, fltp, Start-Time -0.007s (default) Metadata: DURATION : 00:02:10.721000000 AFTER C:\Users\Media\AppData\Roaming\Emby-Server\system>ffprobe -i "C:\Users\Media\Desktop\Videos\Music videos\MEYSTA, Cuervo & Elena - Kiss Me Goodnight - 2022-05-14 - 4dH-fEcYXR0.webm" ffprobe version 5.0.0-emby_2022_05_07-g463c71b3b3+1847 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC built with gcc 10.3.0 (Rev5, Built by MSYS2 project) Input #0, matroska,webm, from 'C:\Users\Media\Desktop\Videos\Music videos\MEYSTA, Cuervo & Elena - Kiss Me Goodnight - 2022-05-14 - 4dH-fEcYXR0.webm': Metadata: ENCODER : Lavf59.16.100 DATE_RECORDED : 2022 Duration: 00:02:10.72, start: -0.007000, bitrate: 1146 kb/s Stream #0:0(eng): Video: vp9 (Profile 0), yuv420p(tv, bt709), 1920x1080, SAR 1:1 DAR 16:9, 60 fps, 60 tbr, 1k tbn (default) Metadata: DURATION : 00:02:10.699000000 Stream #0:1(eng): Audio: opus, 48000 Hz, stereo, fltp, Start-Time -0.007s (default) Metadata: DURATION : 00:02:10.721000000
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now