Leaderboard
Popular Content
Showing content with the highest reputation on 03/30/23 in Posts
-
Guess it ain't MediaBrowser 3.x any longer! Good to hear, @Luke!2 points
-
We have developers that we keep out of the forum just so that they can focus on getting things done.2 points
-
2 points
-
wow - there are two - I totally missed this - I will correct it today Vic2 points
-
Hi All, I know I am kind of late to the party, but I made a Youtube Video for people who are having this issue: I live in Canada and my TV Model Number is QN65Q900RBFXZC (Region is Canada). Unfortunately the Emby App is not available in my Region, so at this point the only workaround was to change the Region to "United States" and after that I was able to install the Emby App form the Samsung store without the Expiration Issue. I can confirm that all my Apps (Netflix, Amazon Video, Youtube) are working without issue. Link to to my Youtube Video if anyone is interested: Thanks.2 points
-
New version available 8.1.0: Delta changelog 8.0.4 -> 8.1.0 fix rare sync issue compatibility with Emby server beta 4.8.0.27 add HDR flag in Kodi's dynamic listitems add HDR flag in Kodi's database fix audio sync issue fix subtitle issue Comment: Mandatory database reset will be automatically triggered. This version is not tested with Emby server stable, but should not cause any issues. There are still performance issues with .27, but paging can now be increased to default value (70) or higher. Finally, this version is not very well tested yet, but I think better a quick release and people can work with .272 points
-
In the new BETA - no, it just says '4K Dolby Vision' ... (Gonna cause even more confusion now imo ..)2 points
-
2 points
-
I re-ripped it and it is working good now. So nothing wrong with emby. I just had a bad rip.2 points
-
2 points
-
You will be used to using the excellent web based Tool created to Bulk Edit any of your media Items This is now being converted to be run directly from the plugins Section inside Emby Server. An extremely powerful tool that saves time Current Status: Development Testing This is currently under development and is consistently evolving. For this reason the dll files will be posted at the bottom of this thread. Bug Reporting & Issues: Please report bugs and Issues in this thread. corrected the problem with critic rating Feature Requests: While we welcome feature requests, please note that bugs and issues take priority and that feature requests will be subject to review and may or may not make it to the plugin. CURRENT VERSION: DEV 1.0.13.43 INSTALLATION - NOTE: Default Target for installation is Emby-Server/programdata/Plugins - Please download the "dll" file below copy and paste dll to the plugins folder. restart your emby server as this is in Development you will need to clear your browser Cache after each install, or the new changes will not appear Enjoy DOWNLOAD CHANGELOG: Filtering has now been added Bugs and Issues Reporting link - NOW WORKING Added "Image Not Found" image removed backgrounds added a spinner fixed several bugs with save IsFavorite and Played finally fixed saving UserData (IsFavorite and Played) fixed a bug in the custom editor - the edit buttons are now displayed for the results of a search fixed bug in bulk save added managing collections added managing playlists when you edit metata data for an item you can cast the video to a tv or monitor on your network. I added this just for fun added the ability to edit live tv channel meta data changed Shift click to work more in the traditional was - you can select segments you can now change primary images added the ability to remove specific tags simplified the code retained image aspect ratios added show folders button removed "cast to tv" from the edit menu, added it to the Movie and TV screens fixed the "Image Not Fpund" for none video items removed "Folder" button from screens where it didnt belong fixed button problem with custom filter added better file not found images added "emby data" and "channels" fixed bugs enhanced Channels rewrote Explorer Bulky is a collaboration between @Cheesegeezerand @VicMoore Bulky is an Emby plugin and it is in the Emby plugin library.1 point
-
For those doing image processing, ImageProcessor.ImageEncoder has now been changed to ImageEncoders (plural), because with the introduction of libvips, there can be multiple encoders available. Currently at startup I believe you make decisions when choosing skia or imagemagick, you should update that code to look like the following: var serverImageEncoders = ImageProcessor.ImageEncoders; if (serverImageEncoders.Any(i => i.Name.IndexOf("skia", StringComparison.OrdinalIgnoreCase) != -1)) { // init skia support here } else if (serverImageEncoders.Any(i => i.Name.IndexOf("magick", StringComparison.OrdinalIgnoreCase) != -1)) { // init image magick support here } @roaku @chef @pünktchen1 point
-
There are still (major) performance issues. e.g. the Startup sync is terribly slow. I know what's the problem (on server side) and I write workarounds whereever I can into the plugin. The core problem is still on the server. This task is priority number one. After that, I continue the "regular" improvements including documentation.1 point
-
Okay, more correctly, it picks the first subtitle stream defined in Emby metadata. We may be putting external ones first because our selection logic chooses an external sub over an internal one if all other parameters are equal.1 point
-
You can use this for Dragon Ball Z : ドラゴンボールゼット It's in japanese. Taken from the TMDB site : https://www.themoviedb.org/tv/12971 Hope this could help.1 point
-
It picks the first subtitle stream defined in the file. CA doesn't have access to any other selection logic plus this is user-specific but the image is not. So it just shows the first one.1 point
-
Hi @Cheesegeezer I don't have much Japanese TV shows. I got : Dragon Ball + Z + GT + Super, World's End Harem. But the files are named with "latin" characters. Some series are named with the French title and accentuated characters are just stripped out. Example : "Jayce et les Conquérants de la lumière" become : "Jayce et les Conqurants de la lumire". "Amicalement vôtre" become : "Amicalement vtre" "Échappées Belles" become : "chappes Belles" The only possible issue in this naming rule is : what could happen if the whole title is with non "base latin" characters ie not in the ranges 48-57; 65-90;97-122 and 20 from the ascii table. A little suggestion : as the TVDBID, or IMDBID or TMDBID is known when the file is written, why not using this ID to construct the filename : example : "TVDBID-190965_Amicalement vtre_S1E6.json" With this rule if the Serie title is made of non basic characters it could be : "TVDBID-65535__S1E3.json" And if the TVDBID is not known (which is very unlikely), you can use IMDBID instead or TMDBID. Another workaround is to use the "English translated title" (I don't know if this data is available) whatever the language of Emby. I hope I'm quite clear, and it could help What are your thoughts on this ?1 point
-
1 point
-
No I don't recommend using .27, no matter if you use 7.X or 8.X If you wish you can try, but take a FULL Emby server backup, otherwise rollback is not possible! But surly, you can also use 8.X for Emby server stable or beta <=.19.1 point
-
server 4.8.0.29 E4Kng 8.1.0 (defaults, paging 70) I can believe it.....init sync on my movies work, on tv-shows work, kodi get the progress, last added info on movies, tv-shows, last played on music.....1 point
-
Hey Quickmic Just dropping a note to say this version appears to be working well for me: Windows Client Kodi v20.1 Plugin 8.1.0 Emby Server 4.8.0.27 I was going to say "Enhanced Art isn't working", but looking closer, it's a problem in Emby Server with CoverArt 4.1.21.0 not working and not E4K! I am going back to Emby Server 4.8.0.19 and E4K Plugin 8.0.4 for normal use, but will keep the test server & client ready for when things settle down Regards Rich1 point
-
I uploaded a 8.X version for emby server beta >= .27 I'll not backport those fixes till modifications are proper tested. So this remains the stable version for all Emby servers up to beta .191 point
-
Well my pretty little fix doesn't work because my only the fly recode to unicode, breaks the path because they do not match. I need to work on this some more hmmmmm1 point
-
Hi @VicMoore@Cheesegeezercool will test the new version. I think found a bug in the tvshow bulk edit (tags), it seem like the bulk edit window is not focused so when you click on the tag edit box or tag save options it selects the tvshow that's behind it if that makes sense. I haven't tested the new version yet, so sorry if you've already addressed that bug. I will test it now.. brb Scratch the above, should have tested the new ver first. All good now! This is looking good! Vic's doing a great job, he was worried about taking this on but with Cheese's help and guidance I think he will enjoy this.1 point
-
I couldn't agree more. Nothing is won by this as it essentially doesn't tell anything useful. @Luke1 point
-
Instructions for using the Plugin and all features that will be availalbe - Remember this is still in Development and @VicMooreis driving the development in a modular fashion. Not all features will be available. These instructions are taken from the Tagging Tool Thread and need an update - Please refer to the first post on how to install the plugin.1 point
-
On my DSM 7.2 NAS I installed version emby-server-synology72_4.8.0.27_x86_64.spk on top of version emby-server-synology7_4.8.0.26_x86_64.spk without problems. Everybody happy again!1 point
-
Updating to 3.2.94 did the trick. Thanks!1 point
-
For the money he is making with all that the Emby license is even less than peanuts...1 point
-
You don't read very well, Paul. Don't reply directly to my posts. 1.) I don't want collections visible anywhere on my server except for the button to totally disable them. 2.) No matter what, processor cycles are wasted on collections if one despises the idea of collections 3.) Installing or forceably adding features is not ethical. 4.) A single radio button for collections would have helped avoid conversations such as this. Of course I unchecked collections everywhere I could, they are still on my screen. Simple as that.1 point
-
@jriker1The Firestick 4k Max and the new Firecube 3 both do AV1 decoding in hardware. I use a 4k Max myself and the only issue I have with AV1 content is I have to sideload the mainline Android app as for some stupid reason the one in the Amazon market place hasn't been updated in ages and won't do AV1, nor AAC 7.1. You can get the 4k Max on sale for $40USD or less (currently available "refurbished" at that price. I would say the worst thing about AV1 encoding for those that do encode their own files, is the amount of gatekeeping being done, and the sheer lack of documentation that is present, while zealots defend their choices to refuse to give you anything you ask for or to explain things in encoder talk and not programming speak. AV1 is great in the aspect you can put it in an mp4 container and all web browsers will play it, where as I believe only Opera will do HEVC in a web browser, and even then it's a crap shoot.1 point
-
1 point
-
Thanks Luke Was not aware that you are reading ALL comments anywhere at all times (which is a bit frightening )1 point
-
1 point
-
I factory reset the smaller nest hub and it is no longer having playback issues.1 point
-
1 point
-
Right this issue requires a compatibility update for the addon, which should be available soon.1 point
-
Received my new Android TV box today, TOX3 and it is amazing. The **problem** episode is playing perfectly using your mod on this device. Guess it was my other **box** that had that issue, sorry for the all the fuss I caused.1 point
-
HI, we'll take a look at it. Thanks for reporting.1 point
-
HI, yes we are working hard on improving it. Thanks.1 point
-
1 point
-
1 point
-
1 point
-
New DLL Below - v0.0.0.10 Bug Fixes and Features Cater for Bridged connections Added "number out of total selection" e.g 2/5, 3/5 when bulk editing Some UI improvements Bugs and Issues Reporting link - placeholder only - not implemented yet. Folder Editing is also been added. Please test and provide feedback Thanks everyone Emby.Bulky.dll1 point
-
i make m3u proxy. tested vlc work >docker run -d -p 7777:7777 registry.gitlab.com/miibeez/vlc-bridge-btv1 point
-
Hi, we’ll take a look at this. Thanks.1 point
-
G'day, As an update, I tried again to set this up Emby server (latest version just downloaded 2 days ago) on a Samsung Tablet A7 running Android 12. I discovered that all video files can still be read and played with X-Plore and I suspect other aps. In other words, the drive (an external 2TB SSD) can be accessed OK in Android 12, but unfortunately, this drive can still not even be seen by Emby server. Best, Jan1 point
-
OK, reuploaded it. Definately a testing version so use at your own choice. There seems to be an issue within Emby that @Lukewill need to clarify what is happening with audiobooks. In this thread: I was told to use an album provider for audio books, which this plugin does. however, when opening Edit Metadata most of the information is missing. (Overview , studio, People etc), - It shows on the library browser view! For some the overview shows, but all of them do not show people or studios But its not all of them for overview, it shows fo running man Tagline is missing from the editor! Im have no idea , but I presume there are remnants of an older audiobook system when it was seperate from MusicAlbum still present or at work here ??1 point
-
1 point
