Leaderboard
Popular Content
Showing content with the highest reputation on 11/08/23 in Posts
-
Well buddy, it not meant to be as a solution for top related answer, but mainly to inform "0 post new member in this sub-forum" to provide a log, so he/she get fast reply from the dev's and our top help members like you. Sure I can apply what you suggest and it easy to do it and put @Luke from his pain, but no, we like to see him suffer3 points
-
2 points
-
Just going through the new Core and adding additional/new event hooks. Noticed Network manager (nice!), and added onNetworkRemoteAddressChanged with plans to also add onNetworkChanged as well, I think this could come in handy I've also found Activity Manager, which exposes EntryCreated, so will look into this one a bit more and definitely add some functionality for this too! So excited to bring the next version out! Just waiting for password reset to submit to official catalog! Kindest regards, Anthony2 points
-
Just wanted to thank you for the Complete Docker guide and UFW links!!! I'm moving everything over to docker currently and I feel like I've hit the Jackpot with these links! My Complete Docker Setup Guide (inc reverse proxy) >> Using Docker and UFW Firewall, YOU ARE NOT PROTECTED But you can be! Thankyou!2 points
-
Hi everyone! I'm looking to get some more support from Emby community on getting PMM (Plex Meta Manager) to support Emby. This is an Collection / Poster Tool that will auto-populate collections based on criteria, for example TMDB Collections List. IMDB Collections List. Trakt Lists Etc... You can also overlay things on top of the posters. They haven't started but I suspect its API related so anymore that whats to help then lets get this done Check it out and if you want to throw in some support, Sponsor! (This isn't me, i'm just plugging) https://metamanager.wiki/en/latest/ & https://github.com/sponsors/meisnate12 Discord is running: https://discord.gg/xwJ9kfaJ & Feature Request for Emby https://features.metamanager.wiki/features/p/emby-jellyfin-support1 point
-
I know the answer to this is probably going to be no..... ...but.... A standalone music player for iOS would be very useful. Trying to get the wife to use the full client for music is just not happening. Something that was simple and intuative and quick and easy to use would be killer, something like spotify. The simpler the app is to use, the better. If all else fails, I have a project that's on the back burner that was an iOS music player for subsonic, but I could always target emby as well. It had an spotify a-like interface. Screenshot from as far as I got with the UI, it was playing back music from the server.1 point
-
Hi, Actually when i activate the notification when someone starts a movie, this also happens if someone starts a local trailer. It would be great if this could be improved in an update and exclude local trailers from these notifications. thanks1 point
-
1 point
-
Para Live TV se requiere Premiere: https://emby.media/support/articles/Premiere-Feature-Matrix.html1 point
-
Okay, the nfo files worked. I had to do some edits on the metadata displayed to get rid of what was initially used. Thank you very much!1 point
-
1 point
-
@CBersyes you are partially correct. He builds the EPG directly. I want to do it via m3u and the liveTV interface. This solution would allow the plugin to be put into the EMBY catalog. It would also be open source and be aimed at non -technical users. But most of all, I am doing this to learn and have fun. Vic1 point
-
1 point
-
Wrong configuration caused this problem. I currently do not use the s.t.r.m file structure. Thank you for your attention.1 point
-
I actually managed to change my password just now on the website, but it still says wrong password when I try to log into https://app.emby.media/#!/startup/manuallogin.html?serverId=fecdbe0a045147b59bda14d5b94c5182 I am not sure why it doesn't let me log in, even i though i JUST changed my password to a new one!1 point
-
yeah i know this tool but i need to bulk insert it, thats why i made a script, i don't wanna reencode over 400 files manually. thanks1 point
-
HI, yes we plan to support subtitle positioning options in future updates. Thanks.1 point
-
Hi, we'll stop saving nfo's for additional parts. But for the best experience possible we suggest joining the parts into one video file. Thanks.1 point
-
Sorry guys, I need to correct my reply: We. It need some modifications and add-on to make it work right, btw, many works come from our team here.1 point
-
1 point
-
Solved: Folder permission issue. I had to click on each folder, wherein I would get an error "You don't have permission to access this folder. Click to gain permanent access..." Apparently I had clicked on my TV folder several days ago, but not my other folders. Thanks everybody!1 point
-
Hello folks, I needed space on the disks and have written one (two) script(s) in Powershell to convert my MP4 and MKV files into HEVC/AAC. I decided to use Handbrake for Video and Audio Transcoding and FFmpeg for Audio Transcoding only because Handbrake has a better resulting quality at a lower file size. FFmpeg works better with multiple instances simultaneously. So FFmpeg was better for Audio transcoding. I would like to share the result with you. Warning!! I Transcoded hundreds of files with no error, but this doesn't mean it will do the same at your PC. Please take a look at the code and change it to your needs. What does the 1st script do: Read the folder you choose, recursive into an Array. Checking for Codecs used in the Files. Deciding how to convert. Runs 1 instance of Handbrake and up to 5 FFmpeg instances at the same time. Runs on CPU only to get the best visual results. Setting different parameters for Movies and Series (Series are scaled to 720P if resolution >720P (-w 720 --keep-display-aspect)). Generating a ".ignore" file so Emby ignores the actual folder. Converting into same Directory, but not deleting old file. Checking if file was converted. The path of the currently converting file is written to a .txt file. Writing every step into the console. This Script removes all Audio tracks except the first one This Script removes all Subtitles How the script decides to convert: Checking for Codecs used in the Files If Audio not AAC and Video not HEVC → convert Video and Video (Handbrake) If Audio not AAC and Video is HEVC → convert Audio copy Video (FFmpeg) If Audio is AAC and Video not HEVC → convert Video copy Audio (Handbrake) If Audio is AAC and Video is HEVC → do nothing Audio Transcoding (FFmpeg) : The script differentiates between Mono/Stereo and Surround Mono/Stereo : $aacbitrate = '128k' (lower is possible, but not recommended) $aachz = '44100' Surround : $aacbitrate = '256k' $aachz = '48000' Video Transcoding (Handbrake): Handbrake Series : -e x265 --encoder-preset medium -w 720 --keep-display-aspect --vfr --quality `"$videoquality`" -E `"$handbrakeaudiocodec`" -B `"$handbrakeaudiobitrate`" --normalize-mix `"$handbrakenormalize`" -i `"$oldfile`" -o `"$newfile`"" Handbrake Movie : -e x265 --encoder-preset medium --vfr --quality `"$videoquality`" -E `"$handbrakeaudiocodec`" -B `"$handbrakeaudiobitrate`" --normalize-mix `"$handbrakenormalize`" -i `"$oldfile`" -o `"$newfile`"" Download: Video Transcoder.ps11 point
-
As per the many posts on this subject, it really depends on what you are asking emby to do with on the rebuild. I have shown previous examples of a complete rebuild (identified and playable files) in 15 minutes (for 2K items), but then identifying 'People' takes another 2 hrs or so. If I were to then tag on 'Intro' detection for TV series - it's another task that takes a long time, same with BIF files (thumbnails) that are not kept locally - these will all need to be regenerated. Depending on your internet speed, having metadata available may make no difference at all. The BEST way to do a rebuild - is turn off all the optional features on the library, get the rebuild done quickly, THEN add back all the intro's, thumbnails etc At this time, Emby is not smart enough to re-priotise the scanning - it does it sequentially one item at a time - and this is likely not what the users want. They would prefer to see all their media 'available' ASAP - even if it's missing Thumbnails and Intro's - and then it goes back to the start, and builds the optional items afterwards in the 'background'.1 point
-
Can we get back on topic? It's been 2 weeks and we still only have "coming soon" as a response for when we're going to see the ability to edit permissions on the new playlists and there's been no visible progress on this in the beta. @Luke@ebr This beta is taking forever. Are you working on the final items for this feature and security? All I'm seeing is new, no one requested features that are getting added.1 point
-
1 point
-
Well there are still some levels of degrees between expecting UHD quality and wanting to be able to distinguish whether it is Scarlett Johansson or Robert De Niro your currently seeing on screen I know that it isn't in the hand of the emby developers which quality is served by YouTube, but on the other hand they actively promote it as part of their premium subscription. And for me it is one major reason why I'm paying for it because I wanted to avoid investing the time to manually curate a trailer library.1 point
-
1 point
-
Passing along a problem I found in the sample .bat file provided with comskipper. Comskipper was working 75% of the time for me, but it was annoying it wouldnt work all the time. Nothing showed up in the logs, because all the Emby log shows in the call to the .bat file. I then ran the .bat file manually on one of the files that did not create an .edl and found out that there is an issue when the path name or filename has a special character in it &()[]{}^=;!'+,`~ () <>| For example, a pathname of \Tom & Jerry (1940)\ wont work because of the ampersand and paretheses. The fix is to put quotes around your parameter setup. Change set folder=%~p1 set filename=%~n1 to set "folder=%~p1" set "filename=%~n1" @BillOatman, might want to change this in your sample .bat Thanks for a great plugin though!1 point
-
If the source files have the chapter marks then tbh a quick script to read them and convert to edl is probably ypur best bet. The introskip plugin is limited by design to one 'skip' only.. thus it's not really suitable. The com skip plugin sounds ideal, but just needs the edl file. Can you post a mediainfo json or text of a typical file .. I just need to see how it identifies the com chapters. The key tjing here is consistency. If it always uses 'Advertisement' as the name, then it should be fairly easy to convert to edl ...1 point
-
OK, I can finally get around to these requests, sorry for the wait. I'll quote you in the reply so you know it's ready.1 point
-
Some people do it with the free domain providers, not tried it myself but there are some out there I use ovh for all my domains and can be had for £1 plus £1 for anycast dns which speeds up propagation I know Youtuber TechnoTim / network chuck (1 of them) has used this for throwaway projects Free Domains Select the .tk domain or one of the otheres listed as provided free and give it a try1 point
-
CF has been known to cause issues. Make sure its caching is turned off for your video files.1 point
-
H, yes it's an idea that we're interested in. Thanks.0 points
-
0 points
-
0 points
-
0 points
