Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. GrimReaper

    Subtitle select

    That doesn't matter for the example you've shown since that example are embedded (internal) subs (SUBRIP) and depend of the file header ffmpeg reads. I don't quite get why don't you post this, which you were asked twice already: and possibly clear the issue and avoid unnecessary back-and-forth.
  3. I'm getting discouraged with the lack of releases and expected fixes. Releases are sparse, and then when we do get a release, known fixes are not in it or known (and understood) problems are not fixed. The admins selectively ignore you on the forums, which does not help. If I'm all washed up, let the peoples berate me. a few examples of my small world: - all hope for the TV Next thing finally died - in an April beta a fix was put in for TV series multi-parts failing to record but not in latest - in January an Emby team member debugged and reported music library montage creation failing but not in latest So, I don't understand how priorities are set or why certain fixes would be left out of the next release. Yes, I know everything can't be fixed now (I understand the software dev cycle), but that is not what I'm talking about or expecting.
  4. MichaelReed

    TV Episode Naming Convention

    Thanks for the reply.. The spoiler bit isn't enabled. There is a load of stuff I haven't watched which still shows the plot and thumbnails as well so don't think its that. Server Version 4.9.5.0 I have also tried changing the naming convention of the series overall to include the TMDB ID etc so it looks like this at top level "Silo (2023) [tmdbid= 125988]" Still nothing...
  5. Neminem

    TV Episode Naming Convention

    Also what server version?
  6. Neminem

    TV Episode Naming Convention

    Is this enabled?
  7. Just discovered this too - would be grateful for any eta on a fixed release?
  8. Rock1m1

    Which app to use for Google TV?

    Yea the Android app is more performant, but the TV app is good for remote.
  9. Abobader

    TV Episode Naming Convention

    Hello MichaelReed, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
  10. MichaelReed

    TV Episode Naming Convention

    Hi All, Please can you help here. I am going round and round a little and can't work out what's happening. Been using Emby a while and have a good file structure around TV Shows File path is (Series - Season X - Episode) Episode named like so - "Silo-s03e01.mp4" For some reason they have stopped pulling through the metadata for each episode like the others even though they are structured the same? I have added the example of TV show Silo in the attachments. The only reason I can think of is I have started using handbrake to compress the files down to a storable size. Will this have one kind of effect? Will I have to do some other type of file manipulation for Emby to recognise them?
  11. Mahtan

    Trakt Watched indicator (Not working)

    Yes same problem for me. He existe alternative for emby of trakt ?
  12. Today
  13. cyberrep

    Subtitle select

    No, mine is pt-br. 100% because it's downloaded by opensubtitles. I also send a print if you guys wanna take a look, the problem is with the subrip only. It's get português from Portugal and not for brasil. That's the problem @Luke
  14. Chris0248

    Some 1080p media files being seen as 1440p

    @speechles Thank you very much
  15. justinrh

    Live TV Recordings Now Working

    Yes, I could, and I did. This is how I know it was borked. I schedule my recordings from the guide.
  16. seanbuff

    Looking for Emby server

    Read the link already provided. Here it is again: Quick Start
  17. sargenthp

    Which app to use for Google TV?

    I believe the plan is to eventually drop the Android TV app. But I still prefer it when using a remote.
  18. CBers

    Which app to use for Google TV?

    Whatever works best for you at the moment.
  19. With CreditsStart there is only the option to keep watching or play the next Episode. This means Users might think that there is nothing left and just play the next Episode, potentially missing important scenes unknowingly. Therefore i am asking the emby team to also add CreditsEnd and thus allowing to display a skip credits button, if there is still some time left after the CreditsEnd marker.
  20. This is a long running thread but I thought I would add my contribution. I used rbjtech's (thank you; great idea and script) original script to build my multi-language files but found similar shortcomings to those pointed out by Dibbes. I also realised that language diacritic characters broke the script. Also I had a couple of files with "!" in the name. These got dropped from the files created so broke the .strm file. I am running windows and linux servers so I also wanted something which would map windows paths to equivalent linux paths. The attached bat file and sample input file does all this. It will take anything in the file path and preserve it, create output libraries, copy .nfo, .jpg, .mp3 (for themes), .srt, .sub etc. to the destination then create .strm files in windows or linux format. Originally I was trying to create .strm files which would work on both Windows and Linux servers but I could not get the the URL to work on both platforms (I'm sure there is a way if anyone has any ideas). The point of copying .jpg files is that I only keep .jpg files in my source library where the scrappers have not found images. If they are not found in English the chances are they also don't exist in foreign language although there maybe odd cases where this is not true. Using a bat script is not ideal so I'm working on a python version which should work on both platforms. Create_Language_libraries.bat config_file2.txt
  21. FourCorners

    Live TV Recordings Now Working

    Could you not just click record on both parts? I have not come across this yet.
  22. Javier008

    Looking for Emby server

    No la encuentro en víame un enlace
  23. k0Lm.

    Plugin: Are You Still Watching-Fallback

    @roand7802 Update V1.0.0.2 Added shortcut on main page under "Emby Server", so you don't have to click on the Plugins tab and can instantly open the plugin. Added requested "Pause Timeout" function, with option to show message to user. Added display for printing last stopped user within the plugin. Changed layout accordingly. https://github.com/codedbyk0Lm/EmbyPlugin.AreYouStillWatching-Fallback/releases/tag/v1.0.0.2 https://github.com/codedbyk0Lm/EmbyPlugin.AreYouStillWatching-Fallback
  24. sh0rty

    "Coming Soon" library for Emby

    Awesome, thanks!
  25. ginjaninja

    Recently Watched

    ooh cryptic...thanks is it the dynamic media one? Its not sorting by playdate for me. Is it working for you?
  26. Android TV or Android? Confused on this as both works.
  27. Normally you just use the chmod and chown commands for permission problems and all is good. Here's what my permissions look like for the folder in your log (check for others) drwx------ 1 postgres postgres 512 Jul 12 04:56 /volume1/@database/pgsql However, if you need/want to completely remove Emby then do the following as Luke mentioned. shut down/stop Emby server you can try to uninstall from DSM ssh into your nas login as admin remove the data folder sudo rm -rf /volume1/@appdata/EmbyServer remove the following folders if they still exist if you want, but not needed to reinstall sudo rm -rf /volume1/@appstore/EmbyServer sudo rm -rf /volume1/@apptemp/EmbyServer sudo rm -rf /volume1/@appshare/EmbyServer sudo rm -rf /volume1/@appconf/EmbyServer sudo rm -rf /volume1/@apphome/EmbyServer remove any other folders you see that are left behind reinstall Emby
  1. Load more activity
×
×
  • Create New...