diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-18 18:07:00 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-18 18:07:00 +0100 |
| commit | 0d2068477d474416d92557c5af5491527c50d11d (patch) | |
| tree | bbb240e8fba664a2b9e7dffc4c8f28204c28cb3c /common | |
| parent | 313e00bff8a21bfddb54130cffaad4af7eb36d48 (diff) | |
| download | jellything-0d2068477d474416d92557c5af5491527c50d11d.tar jellything-0d2068477d474416d92557c5af5491527c50d11d.tar.bz2 jellything-0d2068477d474416d92557c5af5491527c50d11d.tar.zst | |
add credits via trakt/tmdb
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/node.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/node.rs b/common/src/node.rs index 42e07ca..b0f9545 100644 --- a/common/src/node.rs +++ b/common/src/node.rs @@ -79,9 +79,12 @@ fields! { IDENT_TRAKT_SHOW: &str = b"trsh"; IDENT_TRAKT_SEASON: &str = b"trse"; IDENT_TRAKT_EPISODE: &str = b"trep"; + IDENT_TRAKT_PERSON: u64 = b"trpe"; IDENT_IMDB: &str = b"imdb"; + IDENT_IMDB_PERSON: &str = b"impe"; IDENT_TMDB_SERIES: &str = b"tmse"; IDENT_TMDB_MOVIE: &str = b"tmmv"; + IDENT_TMDB_PERSON: u64 = b"tmpe"; IDENT_TVDB: &str = b"tvdb"; IDENT_OMDB: &str = b"omdb"; IDENT_VGMDB_ARTIST: &str = b"vgar"; |