All Activity
- Past hour
-
Unfai joined the community
-
bcary joined the community
-
Macho400 joined the community
-
Andrés de fonollosa joined the community
-
javier.jh joined the community
-
sergiovassari started following + Joined Order and Streaming Order
-
In the client, for series, we have the options Aired Order, Absolute Order, and DVD Order. It works 99% of the time. However, in SpongeBob SquarePants (1999), on the tvdb website, there are also Joined Order and Streaming Order. There they say "Usable as 'Alternate Order' in API-connected systems". In Emby, I don't have these two other options, causing the order to be incorrect. Could you please add these options to the metadata? Here you can see what I'm talking about: https://www.thetvdb.com/series/spongebob-squarepants#seasons Thank You.
-
Iganinja007 joined the community
-
Denisiuk joined the community
-
Thank you, I did not know that. They should all be changed here: Emby Navy and Gold v4.70.css
-
Here:
-
Dazaii joined the community
-
forddeeters@gmail.com joined the community
-
gut69780 joined the community
-
Where do I get the Legacy Backup & Restore plugin from? I can't find it in the plugins catalog.
-
Emby Theme: Retro Navy & Gold (W/ Seasonal Themes)
visproduction replied to Aleas's topic in Web App CSS
Color changes using variables in css. rgb does not work, as expected, with var. Either use Hex colors codes #47ed43, or use rgba instead. :root { --color: 240, 240, 240; --alpha: 0.8; } #element { background-color: rgba(var(--color), var(--alpha)); } See: https://stackoverflow.com/questions/40010597/how-do-i-apply-opacity-to-a-css-color-variable -
[Help] Official Emby Theater RPi4 Image on Armbian: Choppy H.264, Missing v4l2m2m, Invisible Playback Overlay
Modify3453 replied to Modify3453's topic in Linux & Raspberry Pi
LibreELEC is playing smoothly with Emby for Kodi set up but I would very much prefer a native Emby Theater experience. -
No Server update, but server settings changed, adding libraries and removing items from other Libraries.
visproduction replied to DanSco's topic in General/Windows
I am guessing that perhaps a directory above onedrive is used as a registered library. Perhaps Emby looks through all subdirectories and sees onedrive, so when a scan all libraries is run, it starts to find your other media. -
Of interest: IT file definition: https://docs.fileformat.com/audio/it/
- Today
-
That's the normal Backup & Restore plugin, not the Legacy Backup & Restore plugin. Legacy Backup & Restore plugin Backup and Restore plugin Look the same, but different.
-
I have taken a pass at updating the german, but feel free to update as you see fit. File is attached, it is thousands of lines of translation. translation.json
-
-
vincen started following "serveur emby hors ligne"
-
Salut Le problème ne se pose qu'avec ce lecteur sur ta shield ? Si j'ai bien compris ton serveur syno et ta shield sont dans le même réseau ? Il faudrait regarder ce que disent les logs du serveur Emby aussi. Vincèn
-
And you are using the Legacy Backup & Restore plugin to restore the user data? Perhaps because of OS changes, it's not compatible, I'm not sure.
-
Updates: Mobile browser compatibility Fixed app footers in the admin area with light themes enabled Adjusted min-sidebar size to accommodate landscape mode Action buttons display fixes Navigation bar fix to removed artifact around the hover. Fixed Dialog box hover where the icon was not changing colors Small Filmography fix Fix for the edit button in admin libraries not showing up. Updated search results pill bar to match the theme. Music artist table grid fixes, to match other grid styles Music suggestion footer fixes Emby Navy and Gold v4.69.css
-
Roaming around the db is never advisable, so proceed at your own risk. That said, you can use any editor of your preference, like this one. Just ensure the users have the same db id per server as the users.db assigns them db ids.
-
Yes. I have a group that has write rights on the backup folder and the Emby user set up as a member.
-
What kind of the DB editor can be used to manipulate the DB? Maybe I can export the specific entries and insert into the new DB?
-
weyb started following "serveur emby hors ligne"
-
bonjour, n'ayant pas trouvé ce sujet ici, je me permets de créer un topic. Depuis plusieurs semaines, je vois apparaitre ce message sur ma TV et qq temps après, le film (ou la musique, selon ce que j'écoute) s'arrete. Puis après un moment (qui peut etre tres court voire tres long, de + de 5mn), j'ai un autre message qui me dit que le serveur Emby est à nouveau connecté/en ligne, et je peux alors reprendre mon film, mais tres souvent, c'est bloqué et je dois rebooter la shield... j'ai un Syno DS414j avec 4 x 4To, remplis à 90%, avec Emby Server 4.9.3.0-704090300 (alors que la "version en ligne la plus récente est soit-disant la 4.7.14.0-...), avec emby client "emby for kodi next gen" version 12.3.8 (installé sur Shield Nvidia 2017 et android V9.2.1(33.2.0.326), avec kodi v21.2 (omega)) d'avance un grand merci pour vos interventions et votre aide car "ca commence à me les briser menu !" (sic Lino Ventura dans "les tontons flingueurs") !!
-
Have you copied across the backup from your Windows server?
-
Thank you @CBers, for some reason it does not restore the resume/viewed info. I only have what I have started viewing on the new server, after the move.
-
Nope, it is actually held in the userdata table in the library.db. Users.db contains information about user accounts, settings and credentials.
-
Watched data is held in the user.db I believe, and you can restore it via the Legacy Backup & Restore plugin.
-
Hm, I honestly don't know as I've never used it under that scenario - but I don't see why it wouldn't, as watchstates/playstates are tracked by item extetnalids which, in theory, should be the same on the new server just as they were on the old one, so that shouldn't matter. Maybe @Lukecan share some insight.
-
It restored my interface and subtitles language settings but not the resume/watched data. It may be because it is a new install ...
-
Not sure how that would work on an OS migration and a new server, but in theory it just might as it's only manipulating db userids and item externalids: you can try Extracting user data from the Backup & Restore plugin UI (you'd map one previous user to a user on a new server instance).
