Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Happy2Play

    Is there a safe mode?

    something like div.dialogContainer [data-id="settings"] {display: none;}
  3. hackthis02

    New Statistics plugin

    I'll ask @DarWunand @crossfire13148since they seem to have the most interest in it. How should I display this info? A few facts first. Here is the code if you're interested. foreach (var show in showList) { var totalEpisodes = tvdbData.IdList.FirstOrDefault(x => x.ShowId == show.GetProviderId(MetadataProviders.Tvdb))?.Count ?? 0; var collectedEpisodes = GetOwnedEpisodesCount(show); var seenEpisodes = GetPlayedEpisodeCount(show); var totalSpecials = GetOwnedSpecials(show); var seenSpecials = GetPlayedSpecials(show); if (collectedEpisodes > totalEpisodes) totalEpisodes = collectedEpisodes; decimal watched = 0; decimal collected = 0; if (totalEpisodes > 0) { collected = collectedEpisodes / (decimal)totalEpisodes * 100; } if (collectedEpisodes > 0) { watched = seenEpisodes / (decimal)collectedEpisodes * 100; } showProgress.Add(new ShowProgress { Name = show.Name, SortName = show.SortName, Score = show.CommunityRating, Status = show.Status, StartYear = show.PremiereDate?.ToString("yyyy"), Watched = Math.Round(watched, 1), Episodes = collectedEpisodes - totalSpecials, SeenEpisodes = seenEpisodes, Specials = totalSpecials, SeenSpecials = seenSpecials, Collected = Math.Round(collected, 1), Total = totalEpisodes - totalSpecials, Id = show.Id.ToString() }); } Specials are included when getting the total number of episodes and collected for a series. If you don't have specials it doesn't count negatively to your total number. Also specials are removed from the count after the percentage is calculated. So I have it currently set if your collected number of episodes is larger then the total number of episodes, the collected is now the new number. ie. if (collectedEpisodes > totalEpisodes) totalEpisodes = collectedEpisodes; This is in the event you have episodes that aren't included in the TVDB count. When I display the collected column it's collected episodes -specials / total episodes(if greater then collected) -specials (percentage of collected) +number of specials example: total: 215 collected: 215 specials: 1 214 / 214 (100%) +1 sp Watched is a little different. it's watched(plus specials) / collected episodes(if greater then collected) -specials (percentage of watched) +number of specials Example 1: total: 69 collected: 61 specials: 8 watched: 54 + 1sp 55 / 61 (79.7%) +8sp Example: total: 69 collected: 58 specials: 8 watched: 58 +8sp 66 / 58 (100%) +8sp
  4. Hi, when I first installed this plugin, I tested it out and I was able to add videos to a playlist.. I go through the motions: Advanced > Bulky Editor > Select Video > Click on a Library > Highlight ( Click on a video ) > Then click on Playlist > Select Playlist and Add Nothing happens afterwards. NO movie is added, I refreshed metadata and rebooted Emby, unfortunately no change. Thank you in advance for any help.
  5. To get the regional discount, you must use the regional currency. You must use a credit card from that region or use another form of payment that is common which adjust regionally. Just using a VPN to appear as you are in Brazil and using Paypal to pay isn't going to get a regional discount. Since the funding isn't in the region. You need a bank in that region and a credit card from that bank. Exactly as @Flesthas stated is how this works. The lower price comes from subsidized pricing. There is a federal tax incentive that can cover part of that subsidizing. But it usually needs a liason in that region to facilitate the regional pricing discount. It is a good idea because otherwise you will never gain a foothold in that country except the richer folks that can afford it. That usually means they will sell access to their poorer citizens. To stop the illegal use of the product in those regions is why regional pricing matters.
  6. chef

    Disk Space problem with Server 4.8

    ignore those. I can remove them from the log, they aren't important.
  7. speechles

    Yet Another Skipping/rewinding movie only on Roku

    @pwhodges Because this is a TS file it is common it will lack some of these details. Such as the invalid frame dimensions is normal. That is okay. But the rest of them below are not usual. The PES packet size mismatch is normal see that often and no problems arise. But the packet corrupt parts are not normal. The duration isn't set on the audio track because of a lack of timestamping. This will definitely cause a problem on the Roku. Can you try to repackage this as an MKV with MKVToolNix GUI? Once it is converted to MKV the container can direct play on the Roku. Once you enable subtitles with the MKV it should actually transcode the DVDSUB into the video stream without those problems encountered in the TS stream. All streams should copy into the new MKV container without modification. You just need to remux into MKV and group this with the TS file on Emby creating two versions. Having both the TS and MKV available you can compare playback. The MKV version should act superior in every way, at least on the Roku.
  8. Version 10.1.0 Notes: Please do not forget to leave an up to date textual review on Play Store. Your feedback plays a crucial role in building the app’s ranking, ensuring a future for Symfonium. Added: Added pCloud support as a provider now that they finally agreed to allow me to use their API. Added stable date added option to Local device provider. (Prevent update of the date added of media when they are edited) Added sort content by year to playlists. Added new setting to control the preferred language for Last.FM artist biography scrapping. Added backup and restore of Internet radios to the backup manager. Added backup and restore of Playlists to the backup manager. You can now click artist album group headers to directly access filtered lists for quick actions. Added export and import smart playlists to files. Added offline status to smart filters. Added support for channelCount, samplingRate and bitDepth new OpenSubsonic fields. Added new option to sort home favorites by date of favoriting instead of last played. (Except for Subsonic providers, this will only work for favorites created after this update) Added support for Rewind and Fast forward external commands (Car, Headsets, …) Added per channel pre amp configuration to DSP to allow left/right balance. (Note: If you used single channel preAmp before you need to reconfigure the values!) Added support for Description tag to Symfonium tag parser (Will be used as Album description) Changed: Tweaked a few design details. Manually removing the notification on Android 9 and 10 now stop current queue. Moved Manage Symfonium generated files to main settings page and add a copy to Download folder button. Starting a radio mix or instant mix from now playing media will no more restart the current media but only change the rest of the queue. Playlist list now support long press multi select for easy deletion or favorite handling of multiple playlists. Fixed: Fix a couple of color issues with expanded now playing and some combination of settings. Fix Ignore sort articles setting not applied to artists for Symfonium custom parser. Fix album split configuration not accessible for cloud providers. Added workaround for some invalid replay gain values. Fix possible wrong song played when shuffle mode is not reset. Fix sometimes broken shuffle button leading to badly shuffled songs. Try to use more unique Android Auto internal image urls to avoid Android Auto cache issue displaying the wrong images. Fix possible issues with Tag parser for SMB provider for some less valid media. Better handling of the song list page when sorting by random. Ignore ICY data sent by servers when not streaming Internet radios. Fix transcoding support from OneDrive. Fix Keep screen on setting behavior when configured to While showing lyrics. Improve possible notification blinking on Android 9 and 10. https://support.symfonium.app/t/version-10-1-0-released/4241
  9. ebr

    Organise Favourites

    Hi. Yes. Just go into the library, filter on favorites and sort however you wish.
  10. kinglab2007

    Organise Favourites

    Hey guys, Is there anyway to sort my favourite movies or shows by date added, or release date or anything other than alphabetical order? Many thanks.
  11. Today
  12. ebr

    Apocalypse Now 4K Acting Weird

    Please create a new topic with appropriate detail on that issue.
  13. DonMacaroni

    Carplay - There was a problem loading this content

    I must admit, I do love Emby and responsivness of the dev’s here, despite all those small inconveniences, which hopefully will be fixed one day.
  14. I've never gotten a discount for purchasing a single thing outside of the US. Whether it be this, xbox/switch games/consoles etc. If I buy from US Amazon, I pay about a 40-45% increase in price. It definitely hurts. I used the free version of Emby for like, 2 years before getting the lifetime license. If they were to sell you the license for the equivalent of $1-2, I doubt they could even bother. This is their income that they earn and have to use it to pay for life in the US, which is not cheap as some people seem to think.
  15. Gilgamesh_48

    AT&T Turbo

    I have seen statements like this quite often and I do not ever watch anything on my phone, however i have also never seen any of the "kids" I know watching anything on their phones either other than little short things. I am not saying that "kids" do not use their phone very differently than I or most of the older people I know does but I do not see the things, like watching their phone while walking, that people report quite often. Maybe it is a rural vs city difference as I live rural and do not get into the cities much and, even then, the largest city I actually go to theses days is Chattanooga TN. I did visit Tokyo a couple of year ago and I did not see much of the improper phone usage even there. I did see much more phone use in Japan than I have ever noticed in the USA but "walking and using the phone", other than talking on a headset happening even there. What I did notice was the prevalence of phones sending data to larger screens, sometimes called "casting," What I have noticed is that phones are used a lot more by the kids but I have not noticed many kids using their phones to watch content. Of course they do watch short YouTube videos, or short videos from other sources, but I rarely see or hear about anyone of any age actually watching a movie on their phone. Even the younger set seems to prefer watching a larger screen than a phone has to consume content. Personally I do not think I could enjoy a movie played on my phone but I find I do like listening to audiobooks and the "pictures" are better in books anyway. But I am an old guy and I may be using my "selective inattention" to avoid seeing what kids are actually doing with their phones. The thing that really concerns me about the younger people (and many older ones as well) is the use of anti-social media. I think services like Twitter, Instagram and many others are the best way to assure that communication fails between people. I guess, fortunately for the world, it is good i am not in charge and therefore do not have much, if any, influence over anyone else.
  16. I interface with the Discogs APi through MP3 tag on the regular, and calling with the Release ID will get the exact release with all the details, whereas doing a call with just the artist name and/or the album title will only return a list of results you need to refine down to select the exact release from. It is the same way the front end of discogs works. How is it that Emby is getting such limited, or poorly defined info on an api call?
  17. BillOatman

    Not clearing temp folder and not releasing tuners

    I have noticed, seemingly more with the latest release but can't say for sure, that if clients don't exit nicely out of Emby (for example hit the home page button), Emby will hold on to the connection for quite some time. In your case that would likely make tuners unavailable.
  18. Yes Debian 9 is old and EOL. Debian 9.13 was released July 18th, 2020. Debian 9.0 was initially released on June 17th, 2017. The release included many major changes, described in our press release and the Release Notes. Debian 9 has been superseded by Debian 10 (buster). Security updates have been discontinued as of July 6th, 2020. Stretch also had benefited from Long Term Support (LTS) until the end of June 2022. The LTS was limited to i386, amd64, armel, armhf and arm64. All other architectures were no longer supported in stretch. For more information, please refer to the LTS section of the Debian Wiki.
  19. I did the update like I always do but when I opened the app again it basically asked me to start over. It didn’t retain any of the info from the previous installation. Which is weird because I can still see all the config and metadata files of the previous installation but is just not recognizing it. I’m trying to restore from backup but it’s been resting for a long time now, not sure if is stuck or not. Any suggestions? embyserver.txt
  20. Lessaj

    Play back history is not being recorded.

    Just wanted to add that I was still seeing clients within my local network attempt to access the server directly on 8096 even though I'm using a reverse proxy on a different server in a different subnet on 443 (but still within my local network). I had to put in a firewall rule to block it.
  21. LittleWizard

    Keyword Recording

    And also add RegEX keywords or at least boolean operators (NOT, OR, AND). For example record "THIS SHOW" NOT "PREVIEW" to exclude preview of the shows. Or also better with Regular expressions! Thanks!! PS Like TvHeadEnd if you know.
  22. voodoo5_6k

    Playback issues with 4K HEVC movie

    Just found this thread while I was about to report a similar or maybe the same issue. Please let me know if this should be in a separate thread. I've been setting up a Shield TV Pro (2019), and have both Android applications on it. While testing with some videos, I accidentally/luckily selected "The Empire Strikes Back" in the 4K80 version. It is really choppy, like a very slow slide show. No other 4K remux/rip seems to exhibit this behaviour (even with way higher bitrate). Audio works. Also, chapter names are ignored, but that might be a different topic. Anyhow, the AndroidTV application doesn't even show video, it just gets stuck at one of the first frames and the audio keeps running. The regular Android application has been used to generate the log attached (a few seconds of the video being played). Also, the most current server log is attached. The file itself is fine. It is sitting on my server (TrueNAS SCALE running the official emby application), and the Shield is in the same subnet (so no routing involved, it's all on the switches, and they are all 1G Enterprise switches, and therefore of course no Wi-Fi, only LAN). It also plays fine on my Dune HD Pro Vision 4K Solo (note: this has been using the Dune's player as external player for emby). I want to replace the Dune with the Shield. Thanks for looking into this! emby_android_1715093201127.txt embyserver.txt
  23. BlackDub

    Strange behaviour with forced subtitles

    Same problem
  24. Maybe some code udpate in modules/cardbuilder/cardbuilder.js This choice looks like it may be available for Videos view but is left out for Folders view? item.ArtistItems[0].Name Just a guess after a quick look.
  25. issues with galaxy ultra s8 and s9, for at least 9 month now 1. no screen off, it stays on forever. time out doesnt work 2. overlay in player not hiding in 50% after keyboard or mouse activity 3. to get ridd of the overlay you need to touch the screen. impossible with mouse, only play pause with click (and you dont see the mouse - 4.) 4. mouse not visible 5. play progress not saved if in pause, you have to leave the player
  26. crusher11

    Apocalypse Now 4K Acting Weird

    That doesn't address the playback issue, however.
  1. Load more activity
×
×
  • Create New...