Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. hebertpl

    Library Scan Failed - Lost Library

    Hello Happy2Play....thanks for your advice and i'm happy to report that your suggestion worked!! Back to normal after re-installing the beta version! Kind regards,
  3. Today
  4. Hi, I do have an Android TV and am experiencing the same issues. I have screensaver enabled. Now I select my audio and subtitle tracks and start watching a movie or series episode. When I pause the playback, the screensaver will start after a short while. After resume from the screensaver I will be back on the movie or episode screen and I can literally watch the audio and subtitle tracks resetting from my chosen values back to my default settings. I have enabled the option to keep the last played audio and subtitle tracks. It manages to keep the selected tracks even between episodes of a series. But it seems to be buggy, if the playback is interrupted by the screensaver.
  5. Mizlly

    intel N150 不能硬件解码

    找了一个解决n150的镜像 rajiska/emby-n150-fixed,目前可以硬解了
  6. grimevil

    EMU - Emby Music Player

    If this works on android and android auto that would be a good idea as I do use another application for playback in my car, so maybe the same for ios and carplay ?
  7. Cor11

    Problem with media in SMB-shares

    OK thanks. I updated a test-lxc to 4.9.1.3 beta and it worked. I will wait for the release of a stable 4.9. Is it possible to integrate a settings-area (maybe under network) for the SMB-credentials? If the media is given to emby via SMB we must enter these credentials for every single linked folder on every library and backups can't be done vie SMB because we can't enter the credentials in the choose-folder dialog in the backup-plugin because emby isn't showing an input mask. When saving the credentials just once in the settings vor an specified IP we only need to input these once and for changing the credentials we don't need to remove the folder on a library and add it with the new one.
  8. sh0rty

    Plugin: EmbyIcons release.

    At least, the plugin outcome looks awesome! I encourage everyone profiting from this to support such committed devs like @yockerand buy him a via his GH page. Or two! I just use it for HDR, Rating and IMAX as Tag. I just modified the image size to fit with the coverart plugin. In case someone finds the icons useful (I use MetroCase, EmbyIcons icon size: 8%):
  9. sh0rty

    Plugin: EmbyIcons release.

    Had that phenomenon also previously. The mjpeg embeddings are messing some things up sometimes, e.g. my PotPlayer is not able to play a file with mjpeg embeddings. Some Release Groups embed the cover into the file this way, but it's more of a hustle instead of a benefit (at least at my end).
  10. just want to bump this because i now have a problem. emby worked fine til i changed the port in the network settings of emby server dashboard from 8096 to 9096. this broke after i restarted emby. now it's in a "deploying" state. i need to find the config file and make some modifications. i saw this thread: Where is the config file that holds the port mapping?; and, the person having the same problem said it was found at this location: "/var/lib/emby/config/system.xml in the LXC," and i read on there that the install location is "/var/lib/emby." however, my /var/lib is very different as it does not have the emby directory (and idk what LXC is). the screenshot show my /var/lib. and, no, i cannot log into emby to click on the 3 dots. i'm not used to linux directory structures nor it's install process. any help would be greatly appreicated. if this needs to be move to be it's own new thread, please do so. thanks.
  11. Chiefmas

    Update item tags via REST API?

    Ah, I missed TagItems is in the ItemUpdateService. So I just leave the ID blank? Swagger shows it as [NameLongIdPair{ Name string Id integer($int64) }] I'm working with processed output via PowerShell so I'm seeing a hash table instead of raw, but it looks like each is stored as a set of name value pairs, each containing a Name and ID...so you're saying I can just submit Name=foo or just omit ID entirely when performing an update? I'm assuming I can send multiple values this way, and that the operation replaces what is there now? Or is it additive and I do each tag one at a time? so I guess I'm saying, would this be a valid JSON object for TagItems: "TagItems": { "name": "tag1", "name": "tag2" } or are you saying I could do: "TagItems": ["tag1", "tag2"] Thanks!
  12. boggle247

    Connect to server via Lan only (no internet access)?

    Yeah at home she uses that same roku device with internet to connect to my server. At her apartment however, as you said, I have another nuc running as a local instance that she can access over LAN. It worked last fall. I just can't figure out what's changed. I did NOT have a static ip (should do that), however I was able to ssh into that local server from my phone, when connected to the router via wifi. Used that same ip in the roku emby app. The problem starts though, with not even being able to connect to the router with the roku since the roku detects there is no internet. If I could connect it, I think all would be fine. And I was able to do it last fall. She used it for 6 months. Only thing that's changed is she brought that roku device back to her home and connected it to the internet there and in roku emby app connected to my server at my house.
  13. mohsen1254

    i can't connect to emby server using android client

    HI @Luke embyserver-63887325409(1).txt ******************************* ******************************* ******************************* ******************************* ******************************* ******************************* ******************************* I did everything.still can't connect to server
  14. speechles

    Connect to server via Lan only (no internet access)?

    How would she connect to your server if you live 500 miles apart and she has no internet? nevermind. I see you gave her a local emby server instance. Did you set the NUC at her apartment with a static IP on her router? If she unplugs the router or the NUC for any length of time and uses DHCP for addressing it will assign a new IP address the next time it sees that device. Then the information the Roku has stored is no longer correct since it will be using the old IP address. The Roku does not need the internet to use a local Emby server. The Roku might complain that to launch the Emby application _may_ require internet, because some things do need it. Such as premiere device authentication to access LiveTV. To use the IPTV plugin or movie trailers plugin, as well as some other plugins also create entries that might need the internet on the Roku. But otherwise having no internet will suffer no ill effects. You might have a little blinking light on the Roku since it cannot access the internet.
  15. yocker

    Plugin: EmbyIcons release.

    Thank you. Hadn't thought about embedded pictures until now tbh.
  16. keitaro26

    Plugin: EmbyIcons release.

    Removing the embedded image fixed the false positive. All good for now.
  17. yocker

    Plugin: EmbyIcons release.

    Please report beck on that. It does raise an issue though, i will make so it only checks the first media stream in the next version.
  18. keitaro26

    Plugin: EmbyIcons release.

    Good guess, I guess the one's with the false positives have embedded covers that are reading as mjpeg by Emby at a higher resolution. I can fix that on my end.
  19. yocker

    Plugin: EmbyIcons release.

    That should not be possible. The detecting is: if (width >= 3200 || height >= 1500) return "4k"; if (width >= 1800 || height >= 780) return "1080p"; if (width >= 1200 || height >= 650) return "720p"; if (height >= 540) return "576p"; if (height >= 400) return "480p"; So that video should correctly be detected as 1080p. Does the video by chance have multiple video streams or imbedded pictures?
  20. Luke

    Connect to server via Lan only (no internet access)?

    Hi, I think the Roku itself requires an internet connection in order for apps to run. @ebr and @speechles will know for sure.
  21. It's probably what's in your database. I don't think it's actually getting truncated in the UI. Thanks.
  22. keitaro26

    Plugin: EmbyIcons release.

    @yockerspoke too soon, getting some false positives on 4K detection:
  23. Luke

    Not sure what is going on!

    What errors are you referring to? I see some related to the port mapping feature but not with recording.
  24. Luke

    random blackout happens now

    Hi, we will need the emby server and ffmpeg log files. Can you please have your friend provide that? Thanks.
  25. keitaro26

    Plugin: EmbyIcons release.

    Tested on both stable and beta, working great!
  26. Dont1982

    Not sure what is going on!

    There was a few cut short, it happens frequently. What does those errors mean? I have a pitch that allows 5 connections and I make sure I never have more than 4 at a time.
  27. Luke

    x265/HEVC play too fast on Android App on Chromebook

    HI, we are looking into this. Thanks.
  1. Load more activity
×
×
  • Create New...