planning_example.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "planning": [
  3. {
  4. "title": "La playlist Base Rock",
  5. "periodicity": "1111111",
  6. "hour_begin": "00:00",
  7. "hour_end": "21:00"
  8. },
  9. {
  10. "title": "Only Covers",
  11. "periodicity": "1000000",
  12. "hour_begin": "20:30",
  13. "hour_end": "00:00"
  14. },
  15. {
  16. "title": "Only Indies",
  17. "periodicity": "0100000",
  18. "hour_begin": "20:30",
  19. "hour_end": "00:00"
  20. },
  21. {
  22. "title": "Only Acoustic",
  23. "periodicity": "0010000",
  24. "hour_begin": "20:30",
  25. "hour_end": "00:00"
  26. },
  27. {
  28. "title": "Only Sweden",
  29. "periodicity": "0001000",
  30. "hour_begin": "20:30",
  31. "hour_end": "00:00"
  32. },
  33. {
  34. "title": "Only Lives",
  35. "periodicity": "0000100",
  36. "hour_begin": "20:30",
  37. "hour_end": "00:00"
  38. },
  39. {
  40. "title": "Only Games",
  41. "periodicity": "0000010",
  42. "hour_begin": "21:00",
  43. "hour_end": "23:15"
  44. },
  45. {
  46. "title": "Beyond [Azraël]",
  47. "periodicity": "0100000",
  48. "hour_begin": "21:00",
  49. "hour_end": "23:00"
  50. },
  51. {
  52. "title": "Piste Rouge [Louise et Trotsky]",
  53. "periodicity": "0010000",
  54. "hour_begin": "21:00",
  55. "hour_end": "23:00"
  56. },
  57. {
  58. "title": "Katamariff [Herondil & co.]",
  59. "periodicity": "0000100",
  60. "hour_begin": "21:00",
  61. "hour_end": "23:00"
  62. },
  63. {
  64. "title": "Le 4/4 Jazz [Melomaniaque]",
  65. "periodicity": "0000001",
  66. "hour_begin": "21:00",
  67. "hour_end": "22:00"
  68. },
  69. {
  70. "title": "Beyond, la playlist",
  71. "periodicity": "0000001",
  72. "hour_begin": "22:10",
  73. "hour_end": "00:00"
  74. }
  75. ],
  76. "regular_programme" : "Programmation habituelle",
  77. "timezone": "Europe/Paris"
  78. }