All Activity
- Past hour
-
Have an "Admin Notes" section under each user account
visproduction replied to bennymac's topic in Feature Requests
Adding editable text with possbile links to the Emby dbase is a security risk, opens up the server to possible hacking, requires a more complex text editor and potentially can bog down and slow the overall database speed that could eventually cause issues to media processing. Users will probably want extra link options and have further support questions which uses up support time. It sounds easy to add, but to do it properly, is complex and takes more development time than you think, to do it safely and right. I think creating a user text note area with link and image options is not good practice. Even if it was offered, it would probably be limited to text only with no active links or images and not be searchable. I don't think it's worth this effort and is a bad design choice. I vote against it. Sorry... Why not just export the users name and create a document or spread sheet and run it separately? You can add all the links and images you want. In addition, searching for any text or name works immediately in both programs and even if you just used an advance text editor. You could have 2000 users and search for New York and find all users with New York in their info easily. Word editors and spreadsheets can do this all much better and faster and it would not slow down the media server, no matter how much information, photos you added. New emby users means you have to also add them into your word doc or spreadsheet. It's an extra step, yes, but you get far more features and search options. -
Do I need to submit a feature request for this? This is not a major request, in terms of development (I think) but it will provide a great quality of life for people with ultrawide screen sizes.
-
Emby Android TV subtitle position at the bottom of screen
kron0s replied to Youthanasia's topic in Feature Requests
@Lukebump, will this ever get added for emby on android? -
Seba_6790 joined the community
-
Hernandez24 started following IOS emby server offline - not loading download content
-
IOS emby server offline - not loading download content
Hernandez24 replied to HairyBizRat's topic in Apple iOS / macOS
Im having the same issue my internet went down and could not get to my downloads folder. IOS wont get pass the splash screen waited for over 10 minutes. iOS App version 2.2.56 -
ohlollybee_ joined the community
-
龙游天下 joined the community
-
Yuri King joined the community
-
Álvaro1422 joined the community
-
noagomezzz joined the community
-
arnoldarambulo87 joined the community
-
Llg1985 joined the community
-
Dirry_Harry joined the community
-
Have an "Admin Notes" section under each user account
Betelgeuse replied to bennymac's topic in Feature Requests
A plug-in could be handy! -
OSASUNA joined the community
- Today
-
Glad that did it — and thanks for running all those tests, they're what made it findable. What was happening: your file stores VC-1 using the legacy Video-for-Windows wrapper (Codec ID: V_MS/VFW/FOURCC, FourCC WVC1). With that layout the VC-1 sequence header lives in the container's codec private data rather than repeating in-band through the stream. Starting from position 0 works because the header is applied at initialization; after a mid-stream seek, NVDEC has nothing to re-initialize from and emits zero frames. The software decoder handles it because ffmpeg re-injects the extradata on seek. On getting the A2000 back into the decode path — there's no setting that fixes this while keeping NVDEC on VC-1. The mismatch is between the file's container layout and what the hardware decoder needs, so it's the file that has to change, not Emby. Two routes: Remux to a native VC-1 mapping. Cheap and lossless, worth trying first: ffmpeg -i "Gran Torino (2008) [tmdb=13223] 1080p.mkv" \ -c copy -bsf:v vc1_unpack \ "Gran Torino (2008) [tmdb=13223] 1080p.remux.mkv" Then test seeking on the new file with hardware decode re-enabled. It may or may not help depending on whether the sequence headers are recoverable — no harm in finding out, it's a few minutes of copying. Re-encode. This is the one I'd actually do. It solves several things at once: ffmpeg -i "Gran Torino (2008) [tmdb=13223] 1080p.mkv" \ -c:v hevc_nvenc -preset p5 -rc vbr -cq 24 -b:v 0 -maxrate 12M \ -c:a copy -c:s copy \ "Gran Torino (2008) [tmdb=13223] 1080p.hevc.mkv" About ten minutes on the A2000. You'd go from 26 GB to roughly 7 GB, the LG TV can direct-play HEVC so it may not transcode at all, and if it ever does, HEVC hardware decode has none of these problems. Practically speaking, keep VC1 hardware decoding off. VC-1 is a dead codec — you'll only have it on old Blu-ray remuxes, and those are exactly the files worth converting anyway. Everything modern in your library is H.264 or HEVC and still gets full GPU decode.
-
When I reduce the import size to 500000 I get this error and all the RAM on the server is used up. I'll have to wait until I can get a RAM upgrade before I can import the whole playlist. It might be a while with these outrageous RAM prices. embyserver.txt
-
I've applied the changes and now it works fine. Is there any option to use the A2000 for decoding without this issues? Thank you for your dedication and patience.
-
data export from kodi (delete low resolution images?)
GrimReaper replied to familiezufall's topic in General/Windows
You have several options: per-item, per-folder, per-library / Search for missing or Replace all, you pick the one that suits your needs the best. -
As soon as she opens the Emby app on her AppleTV and is signed in, her device should appear when you tap the cast icon on your device. Select her device, and now it should be displayed next to the cast icon. You can then start a movie or TV show from your library, and it should play on her device. Assuming you've enabled the option in your user profile
-
Good news — your tests ruled out both of my earlier theories. The index is fine (software seeks return in 0.15 s) and the disk is fine (281 MB/s). The problem is somewhere else entirely, and the new logs point at the NVDEC VC-1 decoder: after a seek it produces no frames at all, so ffmpeg dies before writing anything. Before I explain the details, could you try one quick change and tell me what happens? Dashboard → Transcoding → uncheck VC1 under hardware decoding. Leave everything else as it is — keep NVENC encoding on, and keep hardware decoding enabled for H.264 and HEVC. Then play Gran Torino and jump to somewhere around the 30-minute mark. With 4 cores the software VC-1 decode should keep up fine, and NVENC still handles the encoding. Let me know whether seeking works after that. If it does, we've found it and I'll explain what was going on. If it doesn't, send me the new logs and we keep digging.
-
@emveepeeAgreed and sometimes the guide I use has shows older than me marked as "new" so I know there will be conflicts or one-offs. But at least current shows on network TV that uses "Live" as their live version versus a repeat of that show several hours later would be able to be separated with a "Live" option.
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
GrimReaper replied to Blueskies278's topic in Plugins
I have written few post about that over the years, most recent topic: As my ultimate goal is/was TV show thumb with episode overlays in CW row (not feasible by Emby core as no naming convention), what I've currently settled on is local webhook listener which copies TV show landscape image on any new episode import as that episode thumb-type image, ultimately providing desired result: -
data export from kodi (delete low resolution images?)
familiezufall replied to familiezufall's topic in General/Windows
if i refresh metadata, emby refresh only the files they have to refreshed or the complete hdd? -
K1ng_Lear started following FR: Add IP Blacklist to Alert
-
Shouldn’t you do this in your firewall and / or reverse proxy? Those are devices which generated for security and access control.
-
TV Show Status — TMDB-powered Returning/Ended/Cancelled badges for series
ginjaninja replied to Blueskies278's topic in Plugins
Thats interesting. Episode images, episode thumbs - have premiere|finale and show posters, thumbs have ended, complete, and next air date. By manually adding a thumbnail to s3e1 bottom, i got "continue watching" to show the episode level information - not a realistic outcome becuase you typically wont apply thumbnails to every episode. But the conclusion is that Emby's fall back for finding artwork, episode>show, does not ascribe eg episode to the image processing calculation, if it falls back to show thumb, then it gets the image processing for show thumb, i wonder wether luke could change that behaviour (wether it fits with the emby ecosystem or not). If i ascribe a season thumbnail, it is not used, so episode doesnt fallback to season then show...it goes straight to show , perhaps that is something that luke would more likely consider changing if it fits the ecosystem. I also note i have yet to see any staleness in the image processing, it seems immediate to me, and i have never had to refresh, the last possibility is that luke is persuaded to adopt per user behaviour for the image overlay function, but that would explode the image cache on large families and probably an unrealstic rewrite of image caching as nothing else is per user. Maybe luke could be persuaded to support a no cache configuration for processed images...but its starting to get messy... So really the only workable option in the here and now is for the show poster|thumbnail to show the desired information. And "This season is complete and ready to binge" isnt a show level property with the best will in the world, unless you overlay the show image processing calculation with a users watched status, which as luck would have it, thats what you offer (in the settings at least). The best config is one where potentially up to three bits of information are shown on the show poster / thumbnail. 1. Show ended, next air date 2. Season completeness for the current episode in continue watching for a named user. (on played event recalculates images participating) 3. episode premiere/null/finale for the current episode in continue watching for a name user. (on played event recalculates images participating) perhaps with options as to what the user wants to show on which image poster|thumb.If this is the only way i will be happy to specify a user. Do you think a named user with on played event recalculation might be worth exploring? -
How did you restart tv? I unlugged it from the wall and still stucked on same emby exit screen ? Thank you for answer.
-
Everything has been running under emby lxc before and now: 1º: + EBML head size 40 data size 35 |+ EBML version: 1 size 4 data size 1 |+ EBML read version: 1 size 4 data size 1 |+ Maximum EBML ID length: 4 size 4 data size 1 |+ Maximum EBML size length: 8 size 4 data size 1 |+ Document type: matroska size 11 data size 8 |+ Document type version: 4 size 4 data size 1 |+ Document type read version: 2 size 4 data size 1 + Segment: size 26027072746 size 26027072758 data size 26027072746 |+ Seek head (subentries will be skipped) size 86 data size 81 |+ EBML void: size 4010 size 4013 data size 4010 |+ Segment information size 150 data size 144 | + Timestamp scale: 1000000 size 7 data size 3 | + Multiplexing application: libebml v1.3.4 + libmatroska v1.4.5 size 38 data size 35 | + Writing application: mkvmerge v13.0.0 ('The Juggler') 64bit size 41 data size 38 | + Duration: 01:56:40.651000000 size 7 data size 4 | + Date: 2017-07-14 10:45:54 UTC size 11 data size 8 | + Title: Gran Torino (2008) size 21 data size 18 | + Segment UID: 0x99 0x76 0x85 0x09 0xff 0xfa 0xc2 0x28 0x9e 0x8f 0xa0 0x15 0xc2 0xdc 0xde 0x3c size 19 data size 16 |+ Tracks size 508 data size 502 | + Track size 153 data size 150 | + Track number: 1 (track ID for mkvmerge & mkvextract: 0) size 3 data size 1 | + Track UID: 176360255512953789 size 11 data size 8 | + Track type: video size 3 data size 1 | + "Lacing" flag: 0 size 3 data size 1 | + Minimum cache: 1 size 4 data size 1 | + Codec ID: V_MS/VFW/FOURCC size 17 data size 15 | + Codec's private data: size 74 (FourCC: 0x57564331 "WVC1": VC-1) size 77 data size 74 | + Default duration: 00:00:00.041708333 (23.976 frames/fields per second for a video track) size 8 data size 4 | + Video track size 24 data size 22 | + Pixel width: 1920 size 4 data size 2 | + Pixel height: 1080 size 4 data size 2 | + Display width: 1920 size 7 data size 4 | + Display height: 1080 size 7 data size 4 | + Track size 74 data size 72 | + Track number: 2 (track ID for mkvmerge & mkvextract: 1) size 3 data size 1 | + Track UID: 8233816553667599537 size 11 data size 8 | + Track type: audio size 3 data size 1 | + Codec ID: A_AC3 size 7 data size 5 | + Default duration: 00:00:00.032000000 (31.250 frames/fields per second for a video track) size 8 data size 4 2º was giving errors but i´ve checked the execution rights and looks fine: ls -l /opt/emby-server/bin/ total 1268 -rwxr-xr-x 1 root root 581 ago 22 2017 emby-clinfo -rwxr-xr-x 1 root root 577 ago 22 2017 emby-ffdetect -rwxr-xr-x 1 root root 575 ago 22 2017 emby-ffmpeg -rwxr-xr-x 1 root root 930 ago 22 2017 emby-server -rwxr-xr-x 1 root root 581 ago 22 2017 emby-vainfo -rwxr-xr-x 1 root root 104168 ago 22 2017 ffdetect -rwxr-xr-x 1 root root 927568 ago 22 2017 ffmpeg -rwxr-xr-x 1 root root 797032 ago 22 2017 ffprobe Also i´ve tried with the other bin file and it has runned fine: for t in 00:00:10 00:01:39 00:10:30 00:33:30; do echo "== $t"; time /opt/emby-server/bin/emby-ffmpeg -hide_banner -v error -ss $t -i "$FILE" -frames:v 1 -f null -; done == 00:00:10 real 0m0,111s user 0m0,076s sys 0m0,027s == 00:01:39 real 0m0,146s user 0m0,105s sys 0m0,023s == 00:10:30 real 0m0,246s user 0m0,208s sys 0m0,026s == 00:33:30 real 0m0,146s user 0m0,115s sys 0m0,023s 3º: dd if="$FILE" of=/dev/null bs=1M skip=7000 count=200 iflag=direct 200+0 records in 200+0 records out 209715200 bytes (210 MB, 200 MiB) copied, 0,746605 s, 281 MB/s Extra tests: Software: time /opt/emby-server/bin/emby-ffmpeg -hide_banner -v error \ -ss 00:33:30 -i "$FILE" -frames:v 1 -f null - real 0m0,141s user 0m0,117s sys 0m0,023s Hardware: time /opt/emby-server/bin/emby-ffmpeg -hide_banner -v error \ -init_hw_device cuda=cuda:0 -f matroska,webm -ss 00:33:30 \ -c:v vc1_cuvid -hwaccel cuda -hwaccel_output_format cuda \ -i "$FILE" -frames:v 1 -f null - real 0m1,296s user 0m0,033s sys 0m1,022s I´ve attached the logs after the two extras cores were added Logs.zip
-
data export from kodi (delete low resolution images?)
GrimReaper replied to familiezufall's topic in General/Windows
Then as said: If it's a multi-movie folder, they'll still be named: If each movie is in its own folder, they'll be named: -
data export from kodi (delete low resolution images?)
familiezufall replied to familiezufall's topic in General/Windows
i want new files like poster.jpg, discart.jpg etc -
GrimReaper started following data export from kodi (delete low resolution images?)
-
data export from kodi (delete low resolution images?)
GrimReaper replied to familiezufall's topic in General/Windows
Only on Refresh Metadata. Edit: Hm, do you want them to be recreated or you don't want them next to media? -
Just chiming in to say that this is stil not resolved - and that it´s still annoying as hell -, 6 years after it was first reported. Please, please look into it, once and for all. Thank you!
-
familiezufall started following alte Bilder (fanart, poster etc) aus kodi export löschen and data export from kodi (delete low resolution images?)
-
data export from kodi (delete low resolution images?)
familiezufall posted a topic in General/Windows
Hi, I originally created my Emby database from a Kodi export. Now, almost all my folders contain low-resolution image files, all following the naming convention `moviename-fanart`, `moviename-poster`, etc. Can I search for all files ending in `-fanart`, `-poster`, etc., and delete them in a batch? Will Emby regenerate all these files upon restarting? -
Hallo ich habe meine Datenbank in emby noch aus einem kodi export erstellt. Jetzt habe ich in fast allen Ordner niedrig aufgelöste Bilddateien und alle haben das Format filmname-fanart, filmname-poster etc Kann ich jetzt alle -fanart, -poster, etc suchen und im bBatch löschen? Erzeugt emby dann bei Neustart alle Dateien neu?
-
Upgraded 4.9.3 -> 4.9.5 (Artwork and data for movies disappearing on scheduled scans?)
mike3821 replied to mike3821's topic in Linux
I went through the server log more closely, and I think the main thing to investigate is the library validation/removal process rather than just the individual missing-image requests. At 06:01:11 Emby starts: ValidatePhysicalRoots start validating 12970 Movies /media/media/Movies Shortly afterward it begins removing large numbers of existing movie folders from the database and deleting their internal metadata directories: Removing item from database, Type: Folder, Name: 3 Ninjas (1992), Path: /media/media/Movies/3 Ninjas (1992), Id: 19140294 followed by: Deleting path /var/lib/emby/metadata/library/... This happens on a very large scale. In this log there are 982 Removing item from database, Type: Folder entries and 2,952 Deleting path /var/lib/emby/metadata/library/... entries. The important part is that these media folders were not actually gone. A short time later Emby starts probing and re-importing the same movies again. For example, 3 Ninjas (1992) is removed at 06:01:56, then at 06:03:33 Emby is ffprobing the movie again, contacting TMDB/OMDb/Fanart, and creating new item records. Since Emby stores downloaded artwork under /var/lib/emby/metadata/library/..., could you please investigate why ValidatePhysicalRoots is removing existing library items and deleting their metadata directories, only to immediately rediscover/rebuild the same media? This seems potentially very relevant to the disappearing artwork issue. If the existing item is removed and its metadata directory is deleted, then the artwork associated with that item can be removed as well. Recreating the movie may also result in new item IDs/image metadata while other references or cached clients may still refer to the old records. There is also a separate artwork error in the log where the client requests: /Items/17194232/Images/Logo?maxHeight=220 and Emby responds: 17194232 does not have an image of type Logo with HTTP 404. However, those Logo 404s occur before this particular mass deletion sequence, so I don't think that specific deletion event caused those particular 404s. My main concern is the repeated pattern of: ValidatePhysicalRoots -> Removing item from database -> Deleting /var/lib/emby/metadata/library/... -> same media immediately rediscovered/re-added Could you please focus on why that is happening and whether it can cause existing artwork/image metadata to be lost during library validation?
