mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Properly using Xem now
This commit is contained in:
parent
4b5d20cefe
commit
c9c967fa1d
15 changed files with 438 additions and 1 deletions
7
NzbDrone.Core.Test/Files/Xem/Failure.txt
Normal file
7
NzbDrone.Core.Test/Files/Xem/Failure.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
|
||||
"result": "failure",
|
||||
"data": [ ],
|
||||
"message": "no show with the tvdb_id 79488 found"
|
||||
|
||||
}
|
24
NzbDrone.Core.Test/Files/Xem/Ids.txt
Normal file
24
NzbDrone.Core.Test/Files/Xem/Ids.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
|
||||
"result": "success",
|
||||
"data": {
|
||||
"220571": [
|
||||
"Is This a Zombie? Of the Dead",
|
||||
"Kore wa Zombie Desuka?",
|
||||
"Kore wa Zombie Desuka? Of the Dead",
|
||||
"Kore wa Zombie Desuka Of the Dead",
|
||||
"Kore wa Zombie Desu ka - Of the Dead",
|
||||
"Kore wa Zombie Desu ka of the Dead"
|
||||
],
|
||||
"79151": [
|
||||
"Fate Stay Night",
|
||||
"Fate/Zero",
|
||||
"Fate Zero",
|
||||
"Fate/Zero (2012)",
|
||||
"Fate Zero S2",
|
||||
"Fate Zero"
|
||||
]
|
||||
},
|
||||
"message": ""
|
||||
|
||||
}
|
32
NzbDrone.Core.Test/Files/Xem/Mappings.txt
Normal file
32
NzbDrone.Core.Test/Files/Xem/Mappings.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
|
||||
"result": "success",
|
||||
"data": [
|
||||
{
|
||||
"scene": {
|
||||
"season": 1,
|
||||
"episode": 1,
|
||||
"absolute": 1
|
||||
},
|
||||
"tvdb": {
|
||||
"season": 1,
|
||||
"episode": 1,
|
||||
"absolute": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"scene": {
|
||||
"season": 1,
|
||||
"episode": 2,
|
||||
"absolute": 2
|
||||
},
|
||||
"tvdb": {
|
||||
"season": 1,
|
||||
"episode": 2,
|
||||
"absolute": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"message": "full mapping for 73388 on tvdb. this was a cached version"
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue