Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. crusher11

    Disable webaccess to emby server?

    But...the dashboard is also accessible through the apps. Just don't let the admin account connect remotely.
  3. dcook

    Disable webaccess to emby server?

    @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.
  4. 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.
  5. 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"
  6. CharleyVarrick

    Most movies/tv genres lost image montage

    Whether they have genre images or not, everything is ok once I'm into a genre.
  7. robbie1407

    pvr playback on lg oled fails

    have i posted this in the wrong section? thanks
  8. 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!
  9. MediaEmby1968

    The latest version 2.3.3 doesn't work

    That's what I did, I'm using for now version 2.2.8 that comes with Samsung
  10. 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.
  11. Nathanael

    The latest version 2.3.3 doesn't work

    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.
  12. Today
  13. New version in the test phase right now. Btw. mind sharing the cron job?
  14. Not yet, but the ones That I have replaced I have moved to a completely new folder yes.
  15. HeroLeam

    Scan Library Files

    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...
  16. Thank you, Luke!
  17. Hi, the next update to the Emby windows app should make it more like what you see in the web app. Thanks.
  18. Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  19. HI, we are still looking at it. Thanks.
  20. Luke

    Emby suddenly stopped working.

    @Zenith Mediaplease let us know if this helps. Thanks.
  21. Luke

    No detecta servidor

    Hi, what was the solution?
  22. Luke

    Help creating an ignore file

    @sa2000
  23. FrostByte

    The latest version 2.3.3 doesn't work

    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.
  24. Casperfan

    Help creating an ignore file

    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
  25. MediaEmby1968

    The latest version 2.3.3 doesn't work

    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.
  26. Olly

    Emby not syncing watch time.

    Also it won't sync when kodi turns on or realtime.
  1. Load more activity
×
×
  • Create New...