Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    Probleme connection

    Hi there, what version number of the emby app do you have installed?
  3. @xifnitsujhas this helped?
  4. user84

    Collection image grid size

    Yes. I have a collection of movies inside of my movies directory. When I go into that collection, I'm unable to adjust the size of the thumbnails in the grid
  5. Today
  6. Neminem

    EmbyWatch Web

    @asgard25you still have not answered this
  7. Neminem

    EmbyWatch Web

    @asgard25 Any comments on this?
  8. Neminem

    EmbyWatch Web

    That's on them to NOT see the risk...
  9. asgard25

    EmbyWatch Web

    as thousands of users do
  10. Aleas

    Blue & Orange Theme

    Updated, Unless there are any glaring issues or suggestions this should be in a steady state now. Emby Navy and Gold v2.24.css
  11. Neminem

    EmbyWatch Web

    You are right there is a chance that a selfhosted service get hacked. But as your service gets more traction, its more likely your service gets hacked. With a selfhosted service, I can put it behind a VPN or what ever I those to secure it, that's on me. With your service, I have to blindly trust your word
  12. EODCrafter

    "Reminder" option for live tv

    I know it's only been 8 years or so......any update on this?
  13. AniEmby

    Plex Meta Manager (Emby Support)

    guess we gotta be a programmer and know what all these folders and files are for to install yours lol duno i give up. to install normal kometa i just have to make the doc and add image: kometateam/kometa:nightly and poof its done then edit the configs. no docker config info on yours. no releases published to link to. i see a folder called embyplugin no info in folder on what to do with it. am i suppose to install normal kometa and copy all these files over? doesnt make sense because only a config folder in normal kometa. so if i missed something please let me know because i just see a big folder of yaml, sh, python files and no info on what to do with them lol.
  14. yocker

    [Plugin] Watch Party

    Forgot to change the main page to say that the latest version can always be downloaded at: yocksers/WatchParty-for-Emby Github.
  15. AniEmby

    Plex Meta Manager (Emby Support)

    sorry i ment your readme on github link just a copy paste of kometa. same goes for the read me when i download it. it just tells me how to setup kometa. im already familiar with setting up kometa but im not familiar with your version and there is zero info on how to install yours haha. been looking at this for past 3 hours and have found no way or info on what to do i just have a folder with lots of files and not sure what to do with them lol. the only info ive found anywhere is just a post on here about putting the dll in emby folder so how do i go about installing yours.
  16. Killface69

    Plex Meta Manager (Emby Support)

    I haven't updated the wiki yet, but my current default branch should contain all necessary docs for setup. If I missed something, just let me know and I'll update the documentation. Most up to date plugin dll should also be available on Github. My idea was integrating another module for Emby, as Plex is also served by a module. This opens kometa up for additional media centers like Jellyfin (which works) instead of using Plex as a host.
  17. @Luke Thanks, How long or when you think the update will be available ?
  18. Hi, no ETA, but we are working on it Thanks.
  19. Luke

    Audio remote streaming quality (Mobile)

    Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  20. Luke

    Update notes?

    Hi, we are working on getting a new windows app update out. Thanks.
  21. dadofhgnadn

    App opens after install then fails to open

    Odd indeed that it works from the start menu and not from the desktop shortcut it makes, back to square one.
  22. yocker

    EmbyWatch Web

    While you may be correct, we have no way of verifying that.
  23. Yes, and it's not allowed to add it in any way.
  24. Well, I've recently figured out a way to get this working, for the Albums Count, by repurposing the AlbumArtist Community Rating field in the metadata editor: Manually add the AlbumArtist Albums Count, divided by 10, to the Community Rating (because the allowable range is 0.1 to 10). Use CSS to change the rating star color to yellow (or, if wanted, whatever color you want). Use JavaScript to multiply by 10, to get back to the correct Albums Count, and append "Album" or "Albums" text. This all sounds a bit convoluted, but it's easier to do than what it sounds like! Sorted by Title (ascending) shows tthis: Sorted by Community Rating (descending) shows this: An added bonus is the Albums Count also shows at the top of the AlbumArtist individual pages - and it can be made 'clickable'!!! A minor downside is the Albums Count is static and must be manually updated. So, it took a little bit of time for the initial data entry, and I need to remember to update it when I add new albums - not a showstopper though and I haven't reached 100 Albums for anyone just yet! Other ideas to try when I get time: UseJavascript to fetch the Album Counts from the API and dynamically add them to the Community Rating field. Determine if another field can be repurposed for Songs Counts - but there doesn't seem to be many options??? So far, the concept has at least been proven workable and it is very useful! Of course, a native Emby solution would be even better!!!
  25. asgard25

    EmbyWatch Web

    Hello, in order to unify an account if you also use it from Android or Apple
  26. AniEmby

    Plex Meta Manager (Emby Support)

    Why is your wiki info just a copy paste of kometas. Doesn't give any info about how to setup for emby. Not even sure it mentions emby. Interested on testing this. Plex is worthless ATM. At the same time would it not be easier to make an app to import everything to emby from plex? So easy to keep plex updated instead of remaking kometas just have a way to sync info and collections from plex seams the way to go to me.
  27. Aleas

    Blue & Orange Theme

    Another day, another update. Changes include, but not limited to: Loads more variables for you to control Accent theme overrides Option to control how Cast & Crew is displayed. Options are Oval, Circle, or Default. Look here to control the effect /* ============================================================ CAST & CREW PORTRAIT SHAPES Uncomment ONE of the blocks below to change the portrait shapes. ============================================================ */ /* OPTION 1: OVAL (Theme Default) */ --portrait-radius: 50% / 40%; --portrait-ratio: 2 / 3; /* OPTION 2: CIRCLE */ /* --portrait-radius: 50%; --portrait-ratio: 1 / 1; */ /* OPTION 3: DEFAULT RECTANGLE (Matches your other media cards) */ /* --portrait-radius: var(--border-radius-lg); --portrait-ratio: 2 / 3; */ Glow shadows to progress bars. you can control the intensity via the variables also /* --- Glow & Shadow Presets --- */ --retro-glow: rgba(255, 185, 0, 0.4); /* Color and opacity of the glowing drop shadows */ --glow-none: none; /* Option to completely disable box-glow */ --glow-light: 0 0 5px var(--retro-glow); /* Subtle box-glow for small highlights */ --glow-medium: 0 0 10px var(--retro-glow); /* Standard box-glow for play buttons and badges */ --shadow-glow-standard: 0 0 15px var(--retro-glow); /* Core box-glow for active tabs, card hovers, and selections */ --glow-heavy: 0 0 20px var(--retro-glow); /* Intense box-glow for login cards and skip buttons */ --glow-extreme: 0 0 30px var(--retro-glow); /* Massive box-glow used behind fullscreen album art */ --glow-slider-track: 0 0 12px var(--my-gold), var(--shadow-glow-standard); /* Complex multi-layer glow for progress tracks */ --glow-slider-thumb: 0 0 15px var(--my-gold), 0 0 25px var(--retro-glow); /* Complex multi-layer glow for slider handles */ --glow-progress-bar: var(--glow-medium), 0 0 5px var(--theme-primary-color); /* Compound glow for card progress bars */ --filter-glow-none: none; /* Option to completely disable CSS filter glow */ --filter-glow-light: drop-shadow(0 0 5px var(--retro-glow)); /* CSS filter equivalent of glow-light (for icons/images) */ --filter-glow-medium: drop-shadow(0 0 8px var(--retro-glow)); /* CSS filter equivalent for hovered control buttons */ --filter-glow-gold-solid: drop-shadow(0 0 5px var(--my-gold)); /* Solid gold CSS filter for active audio states (like repeat/shuffle) */ /* ============================================================ THE "NO GLOW" KILL SWITCH To instantly remove all glow effects from the entire theme, remove the /* and */ /* wrapping the block below to uncomment it. ============================================================ */ /* --glow-light: var(--glow-none); --glow-medium: var(--glow-none); --shadow-glow-standard: var(--glow-none); --glow-heavy: var(--glow-none); --glow-extreme: var(--glow-none); --glow-slider-track: var(--glow-none); --glow-slider-thumb: var(--glow-none); --glow-progress-bar: var(--glow-none); --filter-glow-light: var(--filter-glow-none); --filter-glow-medium: var(--filter-glow-none); --filter-glow-gold-solid: var(--filter-glow-none); */ Emby Navy and Gold v2.18.css Enjoy!
  1. Load more activity
×
×
  • Create New...