All Activity
- Past hour
-
Spider_72 joined the community
-
Hmeira joined the community
-
Tuchfeld joined the community
-
Updated to 3.8.10.0 and the connection to Trakt is working
-
TimonJ joined the community
-
Mahinepua started following Emby becomes very slow when Internet is down and Emby server is deleting downloaded files immediately after transferring them.
-
Emby server is deleting downloaded files immediately after transferring them.
mintman72 posted a topic in General/Windows
I am currently running emby server on a Windows 11 computer. I'm using version 4.9.5.0. Each time I try to download music files to a device, the server goes through the motion of converting the files, transferring them, then immediately deleting the files it transferred. Attached are the logs from my server and a few of the transcoding logs as well. embyserver(1).txt ffmpeg-transcode-8ec47016-a752-4331-b5c5-70037a0241b6_1.txt ffmpeg-transcode-5c0f2d5f-faad-422e-806a-842e0288ddc1_1.txt ffmpeg-transcode-db2a3564-4f4f-49cf-a034-41b25f876939_1.txt -
Thank you! Worked fine on one of my servers; will test on the other later today.
-
mobzysolo joined the community
-
@TeamBI just installed the new intro/credits backup plugin, and was finally able to restore all the intros I lost a year or so ago when I went through and renamed all my files. I checked the Intro Summary tab on ChapterAPI to get an overview of where things were at, and saw several seasons with intros for only one episode. Given how intro detection works, that makes no sense. So I went through and found one, and went looking for what exactly was going on: So it appears that if the intro is at the very start of the episode, it doesn't register as an intro for the purposes of the Intro Summary tab.
-
Fmohib joined the community
-
Iireel77 joined the community
-
Astroulf joined the community
-
Papichulo26 joined the community
-
This happened to me last Christmas and I thought I was going mad. In my experience, Emby does need a permanent internet connection to function 100%, some items such as actor bio's are not downloaded in advance like artwork and there is no setting to allow so. If your using IPTV it will cause major issues with a patchy connection, I simply turned off IPTV and avoided anything that needed the internet and problem solved. Initially I had lagging menus when browsing, nothing that would need the internet but failing background tasks were obviously causing problems. @Lukecan this option be added? some items such as actor bio's are not downloaded in advance like artwork and there is no setting to allow so
-
TOS 7 Stable and Latest Emby Issue Upgrading
gluk147 replied to Racerprose's topic in TerraMaster NAS
I don't know if a space is needed or not; I have it written with a space in the config. The server detects everything correctly. -
Please try updating the plugin to 3.8.10.0. Thanks.
-
TOS 7 Stable and Latest Emby Issue Upgrading
AlexCh19720904 replied to Racerprose's topic in TerraMaster NAS
With a space between $APP_DATA_DIR to /Volume1/Emby? -
TOS 7 Stable and Latest Emby Issue Upgrading
Racerprose replied to Racerprose's topic in TerraMaster NAS
Okay it would be helpful if everyone sent this to TerraMaster support so they get on it. support@terra-master.com -
I've been using a smart playlist I call "Popular this week" that is filtering by 'Last played' by 'Any user's '<=' '7' It works pretty good for the most part but it registered manually marking an item as played as being watched. So if a user goes through their library and marks a bunch of stuff as watched it gets picked up by the smart playlist. I was trying to thing of ways to avoid these false plays and realized there isn't really a good way to track playback duration natively in Emby. There is the playback reporting plugin that tracks that information and it's db can be interacted with via an API. To retrieve item playback activity from the Playback Reporting plugin, send a POST request to the plugin's reporting query endpoint. The plugin uses an underlying SQLite database table named PlaybackActivity. You can pass a standard SQLite statement in the CustomQuery payload. Any example using my "Popular this week" format would look like: HTTP Request: POST /emby/Plugins/PlaybackReporting/Report/Query?api_key={ApiKey} Content-Type: application/json Payload: { "CustomQuery": "SELECT DISTINCT ItemId FROM PlaybackActivity WHERE DateCreated >= datetime('now', '-7 days')" } Response: (example) { "Columns": ["ItemId"], "Results": [ ["123456"], ["789012"], ["345678"] ] } Once can also create a custom query within the Playback Reporting Plugin and send a HTTP request to run the saved query. For example: POST /emby/Plugins/PlaybackReporting/Report/Query?api_key=YOUR_API_KEY_HERE HTTP/1.1 Host: http://localhost:8096 Content-Type: application/json { "ReportName": "popular this week" } @soderlund I know it is a pretty niche case but would it be possible to implement something like this? I could see there being other use cases for polling the Playback Reporting Plugin too.
-
TOS 7 Stable and Latest Emby Issue Upgrading
gluk147 replied to Racerprose's topic in TerraMaster NAS
I think it's TOS because when I updated TOS to the latest version (last week), I edited the config file again. -
TOS 7 Stable and Latest Emby Issue Upgrading
Racerprose replied to Racerprose's topic in TerraMaster NAS
Is this a Emby issue or TOS 7 issue? @gluk147@Luke I will note there is a new TOS 7 update out today that mentions library scanning fixes for Emby but no mention of a fix for this issue. -
TOS 7 Stable and Latest Emby Issue Upgrading
gluk147 replied to Racerprose's topic in TerraMaster NAS
To fix this bug, simply enter in the terminal nano /Volume1/@apps/emby/emby-server/bin/emby-server And replace -programdata in the config with the correct path -programdata $APP_DATA_DIR /Volume1/Emby \ After restarting the server, everything will work correctly. -
Significant performance regression in 4.9.x / 4.10.x compared to 4.8.11.0 + Season/Specials display bug
Luke replied to leshkraven's topic in Windows & Xbox
OK we are looking into this. Thanks. -
Hi, what version have you tried?
-
HDR Tone Mapping Issues on SDR Displays - Browser & Windows App
Luke replied to denisj's topic in Linux
@denisj Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks! -
Thank you for updating this! It was also good to get the new maintenance mode feature on that page. The only real suggestion I have at the moment is to move "Emby Server Folder Paths Information" to right after "Emby Server Friendly Name" and then follow it with "Emby Server Shutdown and Restart" so it flows more top-down left-right in alignment with the dashboard page. Currently it starts with the friendly server name, then jumps down to the URLs, then back up for shutdown/restart, then left for server paths. Purely a suggestion though, the information is still good as is.
- Today
-
AndroidTv update now black screen with av1/opus videos
esaym153 replied to esaym153's topic in Android TV / Fire TV
I will do that later today. For opus, I was somewhat involved in the listening tests done with the encoder 15+ years ago, so I've always just kind of been partial to it. Plus the webm container requires it which was more or less made by google as Android is also made by google. So an Android product not supporting opus seems as likely as an apple product not supporting AAC. By native support are you talking about hardware or software? I have never noticed transcoding due to the use of opus audio. I dug up some old logs from May, watching the same series, The Office. Obviously a different episode but verified it was still av1/opus (attached) The black screen and opus transcoding issue only appeared after the app updated automatically on July 18. embyserver_.txt -
There is not currently although it's certainly possible.
-
Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
-
HI, we'll have a new ffmpeg build on the server beta channel soon, so stay tuned for that. Thanks.
