All Activity
- Past hour
-
@sh0rtymy initial concern is that if I open 8096 externally for the apps to connect, then I am also exposing the admin dashboard since its listening on the same port, one mistake by the emby devs, could lead to a compromised server. However since all my users only use the apps, I see no reason to have this HTML access open at all, and I was looking for a way to disable it for regular users.
-
V.Guti joined the community
-
jscheeren started following TV Shows feature "Upcoming" to go back a week or so, instead of just "Yesterday"
-
TV Shows feature "Upcoming" to go back a week or so, instead of just "Yesterday"
jscheeren posted a topic in Feature Requests
I can't believe I only just found this feature, which could change much for me and I suspect many others. This feature is also not found in Plex. Server owners NEED to know when TV Show episodes have aired, or about to be aired, so as to keep content up to date. But this info needs to be based only on what they have in their library. Trakt now charges over CAD$80 per year, so that server owners can get this info and may very well not need to use it for anything else! Emby Server could do this better for them, if it was also able to display in the "Upcoming" item previous days, as well as "Yesterday" - as not all server operators can do this check every day. Regardless, it would be super if Emby could somehow promote this feature, regardless of my suggestion for improvement. -
mery9032 joined the community
-
n0547342052@gmail.com joined the community
-
greggie123 joined the community
-
Plugin: EmbyCredits, detect end credits and add auto skip.
spk2010 replied to yocker's topic in Plugins
credits_detector_backup+scan.sh: #!/bin/bash API_KEY="XXXXXXXXXXXXXXXXXX" EMBY_URL="http://localhost:8096" BACKUP_FILE="/home/pi/emby_backup/credits_detector_backup.json" LIBRARY_ID="242" echo "=== RESTAURANT BACKUP ===" if [ ! -f "$BACKUP_FILE" ]; then echo "No hi ha backup, en creo un inicial..." curl -s -X POST "$EMBY_URL/emby/CreditsDetector/ExportCreditsBackup?api_key=$API_KEY" \ -o "$BACKUP_FILE" echo "Backup inicial creat" else jq -Rs '{JsonData: ., OverwriteExisting: false}' "$BACKUP_FILE" > "${BACKUP_FILE}.ready" curl -s -X POST "$EMBY_URL/emby/CreditsDetector/ImportCreditsBackup?api_key=$API_KEY" \ -H "Content-Type: application/json" \ --data @"${BACKUP_FILE}.ready" rm -f "${BACKUP_FILE}.ready" echo "Restauració feta" fi echo echo "=== INICIANT ESCANEIG ===" curl -s -X POST "$EMBY_URL/emby/CreditsDetector/StartDetection?api_key=$API_KEY" \ -H "Content-Type: application/json" \ -d "{\"LibraryId\":\"$LIBRARY_ID\",\"SkipExistingMarkers\":true}" echo URL="$EMBY_URL/emby/CreditsDetector/GetProgress?api_key=$API_KEY" while true; do STATUS=$(curl -s "$URL") RUNNING=$(echo "$STATUS" | jq -r '.IsRunning') DONE=$(echo "$STATUS" | jq '.ProcessedItems') SKIPPED=$(echo "$STATUS" | jq '.SkippedItems') TOTAL=$(echo "$STATUS" | jq '.TotalItems') CURRENT=$(echo "$STATUS" | jq -r '.CurrentItem') echo "Processats: $DONE | Saltats: $SKIPPED | Total: $TOTAL" echo "Actual: $CURRENT" [ "$RUNNING" = "false" ] && break sleep 10 done echo echo "=== ESCANEIG ACABAT ===" echo echo "=== CREANT BACKUP FINAL ===" curl -s -X POST "$EMBY_URL/emby/CreditsDetector/ExportCreditsBackup?api_key=$API_KEY" \ -o "$BACKUP_FILE" echo "Backup guardat a: $BACKUP_FILE" -
Zerjic joined the community
-
sumax878 joined the community
-
IDM050 joined the community
-
Most movies/tv genres lost image montage
CharleyVarrick replied to CharleyVarrick's topic in General/Windows
Whether they have genre images or not, everything is ok once I'm into a genre. -
Yaqoop joined the community
-
Tjagin joined the community
-
have i posted this in the wrong section? thanks
-
Migrating from TerraMaster NAS to Ubuntu Server (i5-12500) - best approach for preserving watched status with
me@jackbenda.com replied to me@jackbenda.com's topic in Linux
Just to update the community, all went very smoothly with the user data. My VirtualTV plug-in config was completely screwed up, so I just reconfigured from scratch. Everything else is perfect with a bit of tweaking (had to set up some new permissions for backups to work; a bit of faffing to get HTTPS working, but nothing I couldn't work out). If anyone else is doing a migration like this, just drop me an email or a line on this forum (my email is annoyingly my display name, and I can't change it ), and I can help you if there are any steps you get stuck on! -
The latest version 2.3.3 doesn't work
MediaEmby1968 replied to MediaEmby1968's topic in Samsung Smart TV
That's what I did, I'm using for now version 2.2.8 that comes with Samsung -
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
Also just noticed that a metadata refresh makes it so Emby's own intro detection wont run on the series that had the metadata refreshed. The devs might need to look at that one. -
Nathanael started following The latest version 2.3.3 doesn't work
-
The latest version 2.3.3 doesn't work
Nathanael replied to MediaEmby1968's topic in Samsung Smart TV
Same problem on a Samsung UE55KS8002. The app installs, but when started a popup shows up with "wait one moment and try again". But the app never starts. There are no server logs as we do not get to the connection setup screen. -
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
New version in the test phase right now. Btw. mind sharing the cron job? - Today
-
Moved media Library to new location. Some media's metadata points to old Paths and won't play.
beefsnack replied to beefsnack's topic in General/Windows
Not yet, but the ones That I have replaced I have moved to a completely new folder yes. -
Moved media Library to new location. Some media's metadata points to old Paths and won't play.
beefsnack replied to beefsnack's topic in General/Windows
several times -
HeroLeam changed their profile photo -
This folder, "mntRIB\hde4TB_4\Filme\Animações," is the path configured in the "Animações" library. This main library folder contains folders for animated films, and within each animation folder is the .mkv video file. All the files appear in Emby in the "Animações" library, but this specific file won't upload at all. I've already forced it to load, removed it from the folder and put it back, and it still doesn't work. I don't know why...
-
Recorded episodes in a series being displayed differently
Sorahl replied to Sorahl's topic in General/Windows
Thank you, Luke! -
Recorded episodes in a series being displayed differently
Luke replied to Sorahl's topic in General/Windows
Hi, the next update to the Emby windows app should make it more like what you see in the web app. Thanks. -
Kein Kompatibler Stream verfügbar wenn Verbindung über NPM hergestellt wird
Luke replied to Brudertac's topic in German
Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks! -
RTL punctuation issue in Hebrew subtitles (when transcoding)
Luke replied to adir4289's topic in Android
HI, we are still looking at it. Thanks. -
@Zenith Mediaplease let us know if this helps. Thanks.
-
Hi, what was the solution?
-
The latest version 2.3.3 doesn't work
FrostByte replied to MediaEmby1968's topic in Samsung Smart TV
True, 2.3.0 is long expired by now. You could load the latest from the Samsung store until SamES or Luke can have a look. -
Can some help me create a ignore file. I need to exclude 2 sub folders from the search. I am using the latest version of emby and Widows 11 home ed. @Not for emby Rubbish I have tried many times with no success. I have created a file .embyignore and tried follow the instruction on here but it not working Thanks
-
The latest version 2.3.3 doesn't work
MediaEmby1968 replied to MediaEmby1968's topic in Samsung Smart TV
I was running version 2.3.0 without any problems, but when I try to install this one, I get this error and it also won't let me install version 2.3.0 anymore. -
Also it won't sync when kodi turns on or realtime.
-
sa2000 started following Moved media Library to new location. Some media's metadata points to old Paths and won't play.
-
Moved media Library to new location. Some media's metadata points to old Paths and won't play.
sa2000 replied to beefsnack's topic in General/Windows
The log shows the A: Drive paths still remain as part of libraries definitions You have 34 libraries and you have 26 libraries folder paths still referring to the A: Drive Library Folder: TV-SHOWS, id: 830042: path: A:\TV-SHOWS Library Folder: Harrison Ford, id: 850101: path: A:\Harrison Ford Library Folder: MOVIES, id: 829958: path: A:\MOVIES Library Folder: DC, id: 880557: path: A:\DC Library Folder: MARVEL, id: 880558: path: A:\MARVEL Library Folder: HELLRAISER, id: 978932: path: A:\HORROR\HELLRAISER Library Folder: HORROR, id: 829948: path: A:\HORROR Library Folder: RESIDENT EVIL, id: 863941: path: A:\RESIDENT EVIL Library Folder: TOON-TV, id: 830041: path: A:\TOON-TV Library Folder: WESTERNS, id: 850884: path: A:\WESTERNS Library Folder: NOT-SO-TOON, id: 829981: path: A:\NOT-SO-TOON Library Folder: DUB N SUB, id: 875954: path: A:\DUB N SUB Library Folder: FAMILY-ANIME, id: 829828: path: A:\FAMILY-ANIME Library Folder: DOCUMENTARIES, id: 829531: path: A:\DOCUMENTARIES Library Folder: XMAS, id: 865966: path: A:\XMAS Library Folder: DOCU-REAL, id: 829206: path: A:\DOCU-REAL Library Folder: MP3, id: 866494: path: A:\MP3 Library Folder: COOKING, id: 828774: path: A:\COOKING Library Folder: GOLDEN OLDIES, id: 889731: path: A:\GOLDEN OLDIES Library Folder: STAND-UP, id: 829983: path: A:\STAND-UP Library Folder: ALL ABOUT MUSIC, id: 828747: path: A:\ALL ABOUT MUSIC Library Folder: ANIME DUB-SUB, id: 1110574: path: A:\ANIME DUB-SUB Library Folder: TOON - DUB-SUB, id: 1112594: path: A:\TOON - DUB-SUB Have you recovered all this media that was on the A: Drive from a backup and placed them in new paths / added to other existing paths? Once you have done that you can edit the libraries to remove the A: Folder paths and then scan the libraries
