Advertisement
Guest User

problems

a guest
Feb 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. This is the log:
  2.  
  3. Execute: php /Users/pedrocosta/Sites/phalcmoz/cli titles test "/Users/pedrocosta/Desktop/untitled folder/Knightfall - S01E02 - Find Us the Grail.mkv" {"@type":"Episode","seriesName":"Knightfall","season":1,"episode":2,"title":"Find Us the Grail","absolute":2,"airdate":{"year":2017,"month":12,"day":13},"id":6383286,"seriesInfo":{"database":"TheTVDB","order":"Airdate","language":"en","id":323608,"name":"Knightfall","aliasNames":["Knightfall (2017)","Templomosok","נפילתם של האבירים"],"certification":"","startDate":{"year":2017,"month":12,"day":6},"genres":["Action","Adventure","Drama"],"network":"History","rating":7.2,"ratingCount":5,"runtime":45,"status":"Continuing"}}
  4.  
  5.  
  6. Problem: php is getting it wrong (print_r($args))
  7.  
  8. Array
  9. (
  10. [0] => /Users/pedrocosta/Desktop/untitled folder/Knightfall - S01E02 - Find Us the Grail.mkv
  11. [1] => @type:Episode
  12. [2] => seriesName:Knightfall
  13. [3] => season:1
  14. [4] => episode:2
  15. [5] => title:Find Us the Grail
  16. [6] => absolute:2
  17. [7] => airdate:year:2017
  18. [8] => airdate:month:12
  19. [9] => airdate:day:13
  20. [10] => id:6383286
  21. [11] => seriesInfo:database:TheTVDB
  22. [12] => seriesInfo:order:Airdate
  23. [13] => seriesInfo:language:en
  24. [14] => seriesInfo:id:323608
  25. [15] => seriesInfo:name:Knightfall
  26. [16] => seriesInfo:aliasNames:[Knightfall (2017)
  27. [17] => seriesInfo:Templomosok
  28. [18] => seriesInfo:נפילתם של האבירים]
  29. [19] => seriesInfo:certification:
  30. [20] => seriesInfo:startDate:year:2017
  31. [21] => seriesInfo:startDate:month:12
  32. [22] => seriesInfo:startDate:day:6
  33. [23] => seriesInfo:genres:[Action
  34. [24] => seriesInfo:Adventure
  35. [25] => seriesInfo:Drama]
  36. [26] => seriesInfo:network:History
  37. [27] => seriesInfo:rating:7.2
  38. [28] => seriesInfo:ratingCount:5
  39. [29] => seriesInfo:runtime:45
  40. [30] => seriesInfo:status:Continuing
  41. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement