Leaderboard
Popular Content
Showing content with the highest reputation on 08/06/22 in all areas
-
Its also is not hard to stuff product down your pants in the department store but you don't do it...2 points
-
Hi. We're protecting our existence. Mostly, what we are battling is the use of our product as an illegal streaming platform. That is what could completely kill us one day and it is a constant battle unfortunately.2 points
-
Could this be the bitrate doubling also? "Bitrate":51507685 -c:v:0 h264_vaapi -b:v:0 103015370 -g:v:0 72 -maxrate:v:0 103015370 -bufsize:v:0 206030740 22:53:14.391 Error while filtering: Cannot allocate memory 22:53:14.391 Error while decoding stream #0:0: Cannot allocate memory 22:53:14.391 Error marking filters as finished 22:53:14.496 Conversion failed! Does lowering the in-app quality make a difference? Guessing this will be a factor also. Warning: Hardware-accelerated subtitle-overlay is disabled due to diagnostic option Info Tone Mapping would be desired, but hardware tone mapping is disabled2 points
-
I've come a realization while trying out different ways to produce this. If you use custom intros on your server, they will play when you are adding your self to the watch party. There isn't much at this time I can see to change that from happening. Not a deal breaker.2 points
-
New update for latest version of Emby Stable (and current beta). The update can be found in the main post as usual and is called "Emby-Stable-style-v2.5.txt"2 points
-
I moved from Plex to Emby and even though I think Emby is superior in its flexibility there are some things I like better with Plex, especially in terms of its looks. This theme is trying to fix that by making it a bit more similar to Plex but with some, in my opinion, improvements. The CSS is attached to this post for anyone interested and below are some screens to show it off Good to know I only use Chrome so I can't guarantee this CSS works as expected in other browsers. If you want the sidebar menu to look like in the screens, make sure to pin the sidebar. Watched badge/banderoll is inverted which means that the badge will not be shown if media have been watched, like in Plex. For desired look, please use the "Dark" theme for both Theme & Settings theme in the display settings. Emby-Stable-style-v3.6.txt1 point
-
You have critic ratings and tomato meter, it would be be nice to see a Common Sense Media age rating. Or an option to turn it on or a plugin to enable it. Thanks!1 point
-
It appears that any playlist that any user creates is public--all other users can see it. I can appreciate the benefit of a public playlist. I could create a playlist called "Harv's Favorite Horror Films" for example, in case other users are interested in checking out what I like. However, the way most of my users are using playlists is to keep track of things they want to watch in the future. They are typically things that the user has not watched yet, so it's not meant as a recommendation to others, just as a way of them personally keeping track of what they want to watch. Having that kind of playlist be public is of questionable benefit to other users. Additionally, it is not clear when you create a playlist that other users will be able to see it. That has the potential to cause some embarrassment. He hasn't created one yet, but I wouldn't want to see my nephew's "movies to fap to" playlist, for example. If I could make a suggestion, I would suggest associating each playlist with the user who created it, and giving that user the ability to make the playlist private or public. For example, the following two checkboxes could be shown when creating or editing a playlist: Allow other users to see this playlist Allow other users to edit this playlist Initially, both checkboxes would be unchecked. Since another user cannot edit a playlist they cannot see, the second would be allowed to be checked only if the first were also checked. (You could grey it out to make that clear.) Depending on your UI preference, it could also be a drop-down menu. Playlist visibility: (Only me | all users can view | all users can view and edit) Thanks for considering this.1 point
-
Why not feature request moviedb to add it? That would be the easiest thing. I don't see why they wouldn't want to.1 point
-
I've done the same, but I want to watch some Bluey dammit! And no, I don't want to create a ton of symbolic links1 point
-
Wired or Wireless as TV's only have 100Mb nics correct? Without Direct play it would be washed out. Info Tone Mapping would be desired, but hardware tone mapping is disabled1 point
-
Well because what if he actually wanted those tracks? Direct play is always preferable, but it should still work with transcoding as well.1 point
-
No you have it, that is the direction Emby wanted to take the interface. Martin1 point
-
Thank you, like Rax_y said it was driving me crazy.1 point
-
Hi, "Make Available Offline" was renamed to "Download" a few years ago, so just click the Download buttons that you see in the app. @cayars will update the help topics. Thanks.1 point
-
We have submitted 4.7 to Synology so you could also just wait and install from package center once they approve and release it.1 point
-
1 point
-
1 point
-
Sorry, but that really breaks all our our terms of use. Please do not post such a plug-in. Thanks.1 point
-
1 point
-
Yea I agree, intros are cool but not really necessary for the main scheme of things. I can forgo them.. Same for trailers, I've already watched them.. This would be so cool! Good luck mate.. It's already looking good to me. Edit: @chef @CheesegeezerYou 3rd party dev's have to get your resume filed with Emby..!1 point
-
I have put the file in the folder and restarted Kod but I see nowhere an option for recently added episodes for favorite tv shows. Than I tried It with Embuary helper and there was exactly what I was looking for. It is called favorite tv show items and when I clicked on that, there were multiple option such as recent added unwatched episodes and tv shows. I use that widget now. Thanks.1 point
-
I kinda got rid of my custom intros bc some of my family members could play the intro then the movie wouldnt start. I told them to stop using emby app on their tv and by a streaming device lol Mook1 point
-
This was the fix, thanks! Video is playing perfectly now.1 point
-
1 point
-
Part of the issue I believe is that it's transcoding video and audio. Samsung TVs don't support PGS or TrueHD. If you want it to direct play click the down arrow and choose a text based subtitle like srt and an audio track like AC3 before clicking Play.1 point
-
1 point
-
HI, there is currently no option for this but it's certainly possible for future updates. Thanks.1 point
-
OK I do see why in some cases when refreshing the album or parent folder, that the artist metadata doesn't get refreshed along with it. Thanks.1 point
-
After using the TamperMonkey script posted above I found I do use 1.1x for normal watching and will continue to use that. I also found it useful to have speeds all the way up to 8x for blowing through scenes I don't care to watch without having to jump around to find where they end. I didn't see how to maintain the playback speed on subsequent videos the "right" way but I was able to add a timer which sends the last playback speed set by these hotkeys to the player every three seconds and persists from video to video, including if you go back to a list and play something else. I also switched the keys to . and , (period and comma) (like YouTube but without shift) because + (used in the original script) skips to the next video in the web player. const playbackRates = [0.25, 0.5, 0.75, 1, 1.1, 1.25, 1.5, 1.75, 2, 3, 4, 8] let idx = 3 document.onkeydown = function (event) { event = event || window.event switch (event.which) { case 190: // . idx = Math.min(idx + 1, playbackRates.length - 1) break case 188: // , idx = Math.max(idx - 1, 0) break default: console.log(`Unknown key ${event.which}`) break } setSpeed(playbackRates[idx]) window.playbackSpeedIntervalId && window.clearInterval(window.playbackSpeedIntervalId) window.playbackSpeedIntervalId = window.setInterval(()=>setSpeed(playbackRates[idx]), 3000) } function setSpeed(speed) { try { require(['playbackManager'], function (playbackManager) { if (playbackManager && playbackManager.getCurrentPlayer()) { console.log(`Setting playback speed to ${speed}`) playbackManager.setPlaybackRate(speed, playbackManager.getCurrentPlayer()) } }) } catch { } }1 point
-
Looks like it is working as expected again. Holding down the directional arrow starts sliding through the thumbs, the longer held the faster the slide.... Thanks.1 point
-
Not that this would ever be used but a bit of fun for a watch party intro IMG_3225.MP4 I will do a cool animation for release. chef is smashing this solo btw… such a legend1 point
-
New version available 7.7.2: delta changelog: fix artwork cache (special character issue) fix progress update issue for edge cases fix gueststar cast issue much faster database reset fix add users to session fix artwork cache for photos and photoalbum fix minor bookmark issue for episodes add trailer support for tvshows lot of changes in Kodi database (using exactly same pattern as stock Kodi) Comment: Database reset not mandatory, but recommended. Cast will not be updated without database reset tvshow trailers not added without database reset General: This was the last version where I accept additional feature requests. Focusing on bug reports only -> releasing as next beta/stable. I keep it as sideload (only) for the next week(s) till no more bug are reported and then pushing it to Emby-Kodi repos. All new feature request(s) will be added in 8.X Any bug reports are welcome! Thanks for all the testing, very appreciated!!!1 point
-
Just in case you want to get an overview of the missing ones as well, then you would want to have a look at the Reports plugin. There you can see and export the missing ones to a spreadsheet.1 point
-
Is there anyway we could have and option across the board but mainly on android apps to adjust the size of the artist art? Like plex has the slider that adjusts the size of the art, it's just I have a lot of artists and scrolling feels like an endless task. Could we not have it so it goes 4 across and 6 down or similar?1 point
-
Would need to know your Metadata and Image provider orders. But can replicate. @LukeTMDB has both images, but query image is not applied image as shown above. one image via query but two images on site. { "page": 1, "results": [ { "adult": false, "backdrop_path": null, "genre_ids": [ 18, 10770 ], "id": 411972, "original_language": "en", "original_title": "The Other Side of Hell", "overview": "A disturbed, but highly intelligent man is sent to a criminally insane hospital to serve time and rehabilitate. But when he arrives, he discovers it's in fact a closed world where brutality is an everyday occurrence.", "popularity": 1.4, "poster_path": "/kQubdQQQTNl8z7S5J2hlkqgdeZI.jpg", "release_date": "1978-01-17", "title": "The Other Side of Hell", "video": false, "vote_average": 7.5, "vote_count": 2 } ], "total_pages": 1, "total_results": 1 }1 point
-
no worries. have you seen this? https://subtitletools.com/merge-subtitles-online1 point
-
Waiting for the 4.7.X maintenance releases to slow down because given a review process that takes several weeks it will actually take longer if we try to submit every single one to Synology. So we'll have a 4.7.6 release any day now and then ideally we'll submit that one to them.1 point
