stations.js 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766
  1. import async from "async";
  2. import CoreClass from "../core";
  3. let StationsModule;
  4. let CacheModule;
  5. let DBModule;
  6. let UtilsModule;
  7. let WSModule;
  8. let SongsModule;
  9. let PlaylistsModule;
  10. let NotificationsModule;
  11. class _StationsModule extends CoreClass {
  12. // eslint-disable-next-line require-jsdoc
  13. constructor() {
  14. super("stations");
  15. StationsModule = this;
  16. }
  17. /**
  18. * Initialises the stations module
  19. *
  20. * @returns {Promise} - returns promise (reject, resolve)
  21. */
  22. async initialize() {
  23. CacheModule = this.moduleManager.modules.cache;
  24. DBModule = this.moduleManager.modules.db;
  25. UtilsModule = this.moduleManager.modules.utils;
  26. WSModule = this.moduleManager.modules.ws;
  27. SongsModule = this.moduleManager.modules.songs;
  28. PlaylistsModule = this.moduleManager.modules.playlists;
  29. NotificationsModule = this.moduleManager.modules.notifications;
  30. this.userList = {};
  31. this.usersPerStation = {};
  32. this.usersPerStationCount = {};
  33. // TEMP
  34. CacheModule.runJob("SUB", {
  35. channel: "station.pause",
  36. cb: async stationId => {
  37. NotificationsModule.runJob("REMOVE", {
  38. subscription: `stations.nextSong?id=${stationId}`
  39. }).then();
  40. }
  41. });
  42. CacheModule.runJob("SUB", {
  43. channel: "station.resume",
  44. cb: async stationId => {
  45. StationsModule.runJob("INITIALIZE_STATION", { stationId }).then();
  46. }
  47. });
  48. CacheModule.runJob("SUB", {
  49. channel: "station.queueUpdate",
  50. cb: async stationId => {
  51. StationsModule.runJob("GET_STATION", { stationId }).then(station => {
  52. if (!station.currentSong && station.queue.length > 0) {
  53. StationsModule.runJob("INITIALIZE_STATION", {
  54. stationId
  55. }).then();
  56. }
  57. });
  58. }
  59. });
  60. CacheModule.runJob("SUB", {
  61. channel: "station.newOfficialPlaylist",
  62. cb: async stationId => {
  63. CacheModule.runJob("HGET", {
  64. table: "officialPlaylists",
  65. key: stationId
  66. }).then(playlistObj => {
  67. if (playlistObj) {
  68. WSModule.runJob("EMIT_TO_ROOM", {
  69. room: `station.${stationId}`,
  70. args: ["event:newOfficialPlaylist", { data: { playlist: playlistObj.songs } }]
  71. });
  72. }
  73. });
  74. }
  75. });
  76. const stationModel = (this.stationModel = await DBModule.runJob("GET_MODEL", { modelName: "station" }));
  77. const stationSchema = (this.stationSchema = await CacheModule.runJob("GET_SCHEMA", { schemaName: "station" }));
  78. return new Promise((resolve, reject) =>
  79. async.waterfall(
  80. [
  81. next => {
  82. this.setStage(2);
  83. CacheModule.runJob("HGETALL", { table: "stations" })
  84. .then(stations => {
  85. next(null, stations);
  86. })
  87. .catch(next);
  88. },
  89. (stations, next) => {
  90. this.setStage(3);
  91. if (!stations) return next();
  92. const stationIds = Object.keys(stations);
  93. return async.each(
  94. stationIds,
  95. (stationId, next) => {
  96. stationModel.findOne({ _id: stationId }, (err, station) => {
  97. if (err) next(err);
  98. else if (!station) {
  99. CacheModule.runJob("HDEL", {
  100. table: "stations",
  101. key: stationId
  102. })
  103. .then(() => {
  104. next();
  105. })
  106. .catch(next);
  107. } else next();
  108. });
  109. },
  110. next
  111. );
  112. },
  113. next => {
  114. this.setStage(4);
  115. stationModel.find({}, next);
  116. },
  117. (stations, next) => {
  118. this.setStage(5);
  119. async.each(
  120. stations,
  121. (station, next2) => {
  122. async.waterfall(
  123. [
  124. next => {
  125. CacheModule.runJob("HSET", {
  126. table: "stations",
  127. key: station._id,
  128. value: stationSchema(station)
  129. })
  130. .then(station => next(null, station))
  131. .catch(next);
  132. },
  133. (station, next) => {
  134. StationsModule.runJob(
  135. "INITIALIZE_STATION",
  136. {
  137. stationId: station._id
  138. },
  139. null,
  140. -1
  141. )
  142. .then(() => {
  143. next();
  144. })
  145. .catch(next);
  146. }
  147. ],
  148. err => {
  149. next2(err);
  150. }
  151. );
  152. },
  153. next
  154. );
  155. }
  156. ],
  157. async err => {
  158. if (err) {
  159. err = await UtilsModule.runJob("GET_ERROR", {
  160. error: err
  161. });
  162. reject(new Error(err));
  163. } else {
  164. resolve();
  165. }
  166. }
  167. )
  168. );
  169. }
  170. /**
  171. * Initialises a station
  172. *
  173. * @param {object} payload - object that contains the payload
  174. * @param {string} payload.stationId - id of the station to initialise
  175. * @returns {Promise} - returns a promise (resolve, reject)
  176. */
  177. INITIALIZE_STATION(payload) {
  178. return new Promise((resolve, reject) => {
  179. async.waterfall(
  180. [
  181. next => {
  182. StationsModule.runJob(
  183. "GET_STATION",
  184. {
  185. stationId: payload.stationId
  186. },
  187. this
  188. )
  189. .then(station => {
  190. next(null, station);
  191. })
  192. .catch(next);
  193. },
  194. (station, next) => {
  195. if (!station) return next("Station not found.");
  196. return NotificationsModule.runJob(
  197. "UNSCHEDULE",
  198. {
  199. name: `stations.nextSong?id=${station._id}`
  200. },
  201. this
  202. )
  203. .then()
  204. .catch()
  205. .finally(() => {
  206. NotificationsModule.runJob("SUBSCRIBE", {
  207. name: `stations.nextSong?id=${station._id}`,
  208. cb: () =>
  209. StationsModule.runJob("SKIP_STATION", {
  210. stationId: station._id,
  211. natural: true
  212. }),
  213. unique: true,
  214. station
  215. })
  216. .then()
  217. .catch();
  218. if (station.paused) return next(true, station);
  219. return next(null, station);
  220. });
  221. },
  222. (station, next) => {
  223. if (!station.currentSong) {
  224. return StationsModule.runJob(
  225. "SKIP_STATION",
  226. {
  227. stationId: station._id,
  228. natural: false
  229. },
  230. this
  231. )
  232. .then(station => {
  233. next(true, station);
  234. })
  235. .catch(next)
  236. .finally(() => {});
  237. }
  238. let timeLeft =
  239. station.currentSong.duration * 1000 - (Date.now() - station.startedAt - station.timePaused);
  240. if (Number.isNaN(timeLeft)) timeLeft = -1;
  241. if (station.currentSong.duration * 1000 < timeLeft || timeLeft < 0) {
  242. return StationsModule.runJob(
  243. "SKIP_STATION",
  244. {
  245. stationId: station._id,
  246. natural: false
  247. },
  248. this
  249. )
  250. .then(station => {
  251. next(null, station);
  252. })
  253. .catch(next);
  254. }
  255. // name, time, cb, station
  256. NotificationsModule.runJob("SCHEDULE", {
  257. name: `stations.nextSong?id=${station._id}`,
  258. time: timeLeft,
  259. station
  260. });
  261. return next(null, station);
  262. }
  263. ],
  264. async (err, station) => {
  265. if (err && err !== true) {
  266. err = await UtilsModule.runJob(
  267. "GET_ERROR",
  268. {
  269. error: err
  270. },
  271. this
  272. );
  273. reject(new Error(err));
  274. } else resolve(station);
  275. }
  276. );
  277. });
  278. }
  279. /**
  280. * Attempts to get the station from Redis. If it's not in Redis, get it from Mongo and add it to Redis.
  281. *
  282. * @param {object} payload - object that contains the payload
  283. * @param {string} payload.stationId - id of the station
  284. * @returns {Promise} - returns a promise (resolve, reject)
  285. */
  286. GET_STATION(payload) {
  287. return new Promise((resolve, reject) => {
  288. async.waterfall(
  289. [
  290. next => {
  291. CacheModule.runJob("HGET", { table: "stations", key: payload.stationId }, this)
  292. .then(station => next(null, station))
  293. .catch(next);
  294. },
  295. (station, next) => {
  296. if (station) return next(true, station);
  297. return StationsModule.stationModel.findOne({ _id: payload.stationId }, next);
  298. },
  299. (station, next) => {
  300. if (station) {
  301. station = StationsModule.stationSchema(station);
  302. CacheModule.runJob("HSET", {
  303. table: "stations",
  304. key: payload.stationId,
  305. value: station
  306. })
  307. .then()
  308. .catch();
  309. next(true, station);
  310. } else next("Station not found");
  311. }
  312. ],
  313. async (err, station) => {
  314. if (err && err !== true) {
  315. err = await UtilsModule.runJob(
  316. "GET_ERROR",
  317. {
  318. error: err
  319. },
  320. this
  321. );
  322. reject(new Error(err));
  323. } else resolve(station);
  324. }
  325. );
  326. });
  327. }
  328. /**
  329. * Attempts to get a station by name, firstly from Redis. If it's not in Redis, get it from Mongo and add it to Redis.
  330. *
  331. * @param {object} payload - object that contains the payload
  332. * @param {string} payload.stationName - the unique name of the station
  333. * @returns {Promise} - returns a promise (resolve, reject)
  334. */
  335. async GET_STATION_BY_NAME(payload) {
  336. return new Promise((resolve, reject) =>
  337. async.waterfall(
  338. [
  339. next => {
  340. StationsModule.stationModel.findOne({ name: payload.stationName }, next);
  341. },
  342. (station, next) => {
  343. if (station) {
  344. station = StationsModule.stationSchema(station);
  345. CacheModule.runJob("HSET", {
  346. table: "stations",
  347. key: station._id,
  348. value: station
  349. });
  350. next(true, station);
  351. } else next("Station not found");
  352. }
  353. ],
  354. (err, station) => {
  355. if (err && err !== true) return reject(new Error(err));
  356. return resolve(station);
  357. }
  358. )
  359. );
  360. }
  361. /**
  362. * Gets stations data
  363. *
  364. * @param {object} payload - object containing the payload
  365. * @param {string} payload.page - the page
  366. * @param {string} payload.pageSize - the page size
  367. * @param {string} payload.properties - the properties to return for each station
  368. * @param {string} payload.sort - the sort object
  369. * @param {string} payload.queries - the queries array
  370. * @param {string} payload.operator - the operator for queries
  371. * @returns {Promise} - returns a promise (resolve, reject)
  372. */
  373. GET_DATA(payload) {
  374. return new Promise((resolve, reject) => {
  375. async.waterfall(
  376. [
  377. next => {
  378. const { queries, operator } = payload;
  379. let queryError;
  380. const newQueries = queries.map(query => {
  381. const { data, filter, filterType } = query;
  382. const newQuery = {};
  383. if (filterType === "regex") {
  384. newQuery[filter.property] = new RegExp(`${data.slice(1, data.length - 1)}`, "i");
  385. } else if (filterType === "contains") {
  386. newQuery[filter.property] = new RegExp(
  387. `${data.replaceAll(/[.*+?^${}()|[\]\\]/g, "\\$&")}`,
  388. "i"
  389. );
  390. } else if (filterType === "exact") {
  391. newQuery[filter.property] = data.toString();
  392. } else if (filterType === "datetimeBefore") {
  393. newQuery[filter.property] = { $lte: new Date(data) };
  394. } else if (filterType === "datetimeAfter") {
  395. newQuery[filter.property] = { $gte: new Date(data) };
  396. } else if (filterType === "numberLesser") {
  397. newQuery[filter.property] = { $lt: data };
  398. } else if (filterType === "numberGreater") {
  399. newQuery[filter.property] = { $gt: data };
  400. } else if (filterType === "numberEquals") {
  401. newQuery[filter.property] = { $eq: data };
  402. } else if (filterType === "array") {
  403. if (
  404. (filter.property === "type" && !["official", "community"].includes(data)) ||
  405. (filter.property === "privacy" &&
  406. !["public", "unlisted", "private"].includes(data)) ||
  407. (filter.property === "playMode" && !["random", "sequential"].includes(data))
  408. )
  409. queryError = `${data} is not a valid ${filter.property} value`;
  410. else newQuery[filter.property] = data.toString();
  411. }
  412. return newQuery;
  413. });
  414. if (queryError) next(queryError);
  415. const queryObject = {};
  416. if (newQueries.length > 0) {
  417. if (operator === "and") queryObject.$and = newQueries;
  418. else if (operator === "or") queryObject.$or = newQueries;
  419. else if (operator === "nor") queryObject.$nor = newQueries;
  420. }
  421. next(null, queryObject);
  422. },
  423. (queryObject, next) => {
  424. StationsModule.stationModel.find(queryObject).count((err, count) => {
  425. next(err, queryObject, count);
  426. });
  427. },
  428. (queryObject, count, next) => {
  429. const { page, pageSize, properties, sort } = payload;
  430. StationsModule.stationModel
  431. .find(queryObject)
  432. .sort(sort)
  433. .skip(pageSize * (page - 1))
  434. .limit(pageSize)
  435. .select(properties.join(" "))
  436. .exec((err, stations) => {
  437. next(err, count, stations);
  438. });
  439. }
  440. ],
  441. (err, count, stations) => {
  442. if (err && err !== true) return reject(new Error(err));
  443. return resolve({ data: stations, count });
  444. }
  445. );
  446. });
  447. }
  448. /**
  449. * Updates the station in cache from mongo or deletes station in cache if no longer in mongo.
  450. *
  451. * @param {object} payload - object that contains the payload
  452. * @param {string} payload.stationId - the id of the station to update
  453. * @returns {Promise} - returns a promise (resolve, reject)
  454. */
  455. UPDATE_STATION(payload) {
  456. return new Promise((resolve, reject) => {
  457. async.waterfall(
  458. [
  459. next => {
  460. StationsModule.stationModel.findOne({ _id: payload.stationId }, next);
  461. },
  462. (station, next) => {
  463. if (!station) {
  464. CacheModule.runJob("HDEL", {
  465. table: "stations",
  466. key: payload.stationId
  467. })
  468. .then()
  469. .catch();
  470. return next("Station not found");
  471. }
  472. return CacheModule.runJob(
  473. "HSET",
  474. {
  475. table: "stations",
  476. key: payload.stationId,
  477. value: station
  478. },
  479. this
  480. )
  481. .then(station => {
  482. next(null, station);
  483. })
  484. .catch(next);
  485. }
  486. ],
  487. async (err, station) => {
  488. if (err && err !== true) {
  489. err = await UtilsModule.runJob(
  490. "GET_ERROR",
  491. {
  492. error: err
  493. },
  494. this
  495. );
  496. reject(new Error(err));
  497. } else resolve(station);
  498. }
  499. );
  500. });
  501. }
  502. /**
  503. * Fills up the official station playlist queue using the songs from the official station playlist
  504. *
  505. * @param {object} payload - object that contains the payload
  506. * @param {string} payload.stationId - the id of the station
  507. * @param {string} payload.ignoreExistingQueue - ignore the existing queue songs, replacing the old queue with a completely fresh one
  508. * @returns {Promise} - returns a promise (resolve, reject)
  509. */
  510. FILL_UP_STATION_QUEUE_FROM_STATION_PLAYLIST(payload) {
  511. return new Promise((resolve, reject) => {
  512. const { stationId, ignoreExistingQueue } = payload;
  513. async.waterfall(
  514. [
  515. next => {
  516. PlaylistsModule.runJob("GET_STATION_PLAYLIST", { stationId, includeSongs: true }, this)
  517. .then(response => {
  518. next(null, response.playlist);
  519. })
  520. .catch(next);
  521. },
  522. (playlist, next) => {
  523. StationsModule.runJob("GET_STATION", { stationId }, this)
  524. .then(station => {
  525. if (ignoreExistingQueue) station.queue = [];
  526. next(null, playlist, station);
  527. })
  528. .catch(next);
  529. },
  530. (playlist, station, next) => {
  531. if (station.playMode === "random") {
  532. UtilsModule.runJob("SHUFFLE", { array: playlist.songs }, this)
  533. .then(response => {
  534. next(null, response.array, station);
  535. })
  536. .catch(next);
  537. } else next(null, playlist.songs, station);
  538. },
  539. (_playlistSongs, station, next) => {
  540. let playlistSongs = JSON.parse(JSON.stringify(_playlistSongs));
  541. if (station.playMode === "sequential") {
  542. if (station.currentSongIndex <= playlistSongs.length) {
  543. const songsToAddToEnd = playlistSongs.splice(0, station.currentSongIndex);
  544. playlistSongs = [...playlistSongs, ...songsToAddToEnd];
  545. }
  546. }
  547. const songsStillNeeded = 50 - station.queue.length;
  548. const currentSongs = station.queue;
  549. const currentYoutubeIds = station.queue.map(song => song.youtubeId);
  550. const songsToAdd = [];
  551. let lastSongAdded = null;
  552. playlistSongs.every(song => {
  553. if (
  554. songsToAdd.length < songsStillNeeded &&
  555. currentYoutubeIds.indexOf(song.youtubeId) === -1
  556. ) {
  557. lastSongAdded = song;
  558. songsToAdd.push(song);
  559. return true;
  560. }
  561. if (songsToAdd.length >= songsStillNeeded) return false;
  562. return true;
  563. });
  564. let { currentSongIndex } = station;
  565. if (station.playMode === "sequential" && lastSongAdded) {
  566. const indexOfLastSong = _playlistSongs
  567. .map(song => song.youtubeId)
  568. .indexOf(lastSongAdded.youtubeId);
  569. if (indexOfLastSong !== -1) currentSongIndex = indexOfLastSong;
  570. }
  571. next(null, currentSongs, songsToAdd, currentSongIndex);
  572. },
  573. (currentSongs, songsToAdd, currentSongIndex, next) => {
  574. SongsModule.runJob("GET_SONGS", {
  575. songIds: songsToAdd.map(song => song._id),
  576. properties: [
  577. "youtubeId",
  578. "title",
  579. "duration",
  580. "skipDuration",
  581. "artists",
  582. "thumbnail",
  583. "status"
  584. ]
  585. })
  586. .then(response => {
  587. const newSongsToAdd = songsToAdd.map(song =>
  588. response.songs.find(newSong => newSong._id.toString() === song._id.toString())
  589. );
  590. next(null, currentSongs, newSongsToAdd, currentSongIndex);
  591. })
  592. .catch(err => next(err));
  593. },
  594. (currentSongs, songsToAdd, currentSongIndex, next) => {
  595. const newPlaylist = [...currentSongs, ...songsToAdd].map(song => {
  596. if (!song._id) song._id = null;
  597. return song;
  598. });
  599. next(null, newPlaylist, currentSongIndex);
  600. },
  601. (newPlaylist, currentSongIndex, next) => {
  602. StationsModule.stationModel.updateOne(
  603. { _id: stationId },
  604. { $set: { queue: newPlaylist, currentSongIndex } },
  605. { runValidators: true },
  606. err => {
  607. if (err) next(err);
  608. else
  609. StationsModule.runJob(
  610. "UPDATE_STATION",
  611. {
  612. stationId
  613. },
  614. this
  615. )
  616. .then(() => {
  617. next(null);
  618. })
  619. .catch(next);
  620. }
  621. );
  622. }
  623. ],
  624. err => {
  625. if (err) reject(err);
  626. else resolve();
  627. }
  628. );
  629. });
  630. }
  631. /**
  632. * Gets next station song
  633. *
  634. * @param {object} payload - object that contains the payload
  635. * @param {string} payload.stationId - the id of the station
  636. * @returns {Promise} - returns a promise (resolve, reject)
  637. */
  638. GET_NEXT_STATION_SONG(payload) {
  639. return new Promise((resolve, reject) => {
  640. const { stationId } = payload;
  641. async.waterfall(
  642. [
  643. next => {
  644. StationsModule.runJob("GET_STATION", { stationId }, this)
  645. .then(station => {
  646. next(null, station);
  647. })
  648. .catch(next);
  649. },
  650. (station, next) => {
  651. if (station.queue.length === 0) next("No songs available.");
  652. else {
  653. next(null, station.queue[0]);
  654. }
  655. },
  656. (queueSong, next) => {
  657. if (!queueSong._id) next(null, queueSong);
  658. else
  659. SongsModule.runJob("GET_SONG", { songId: queueSong._id }, this)
  660. .then(response => {
  661. const { song } = response;
  662. if (song) {
  663. const newSong = {
  664. _id: song._id,
  665. youtubeId: song.youtubeId,
  666. title: song.title,
  667. artists: song.artists,
  668. duration: song.duration,
  669. skipDuration: song.skipDuration,
  670. thumbnail: song.thumbnail,
  671. requestedAt: queueSong.requestedAt,
  672. requestedBy: queueSong.requestedBy,
  673. likes: song.likes,
  674. dislikes: song.dislikes,
  675. status: song.status
  676. };
  677. return next(null, newSong);
  678. }
  679. return next(null, song);
  680. })
  681. .catch(err => {
  682. next(err);
  683. });
  684. }
  685. ],
  686. (err, song) => {
  687. if (err) console.log(33333, err, payload);
  688. if (err) reject(err);
  689. else resolve({ song });
  690. }
  691. );
  692. });
  693. }
  694. /**
  695. * Removes first station queue song
  696. *
  697. * @param {object} payload - object that contains the payload
  698. * @param {string} payload.stationId - the id of the station
  699. * @returns {Promise} - returns a promise (resolve, reject)
  700. */
  701. REMOVE_FIRST_QUEUE_SONG(payload) {
  702. return new Promise((resolve, reject) => {
  703. const { stationId } = payload;
  704. async.waterfall(
  705. [
  706. next => {
  707. StationsModule.stationModel.updateOne(
  708. { _id: stationId },
  709. { $pop: { queue: -1 } },
  710. { runValidators: true },
  711. err => {
  712. if (err) next(err);
  713. else
  714. StationsModule.runJob(
  715. "UPDATE_STATION",
  716. {
  717. stationId
  718. },
  719. this
  720. )
  721. .then(() => {
  722. next(null);
  723. })
  724. .catch(next);
  725. }
  726. );
  727. }
  728. ],
  729. err => {
  730. if (err) reject(err);
  731. else resolve();
  732. }
  733. );
  734. });
  735. }
  736. /**
  737. * Skips a station
  738. *
  739. * @param {object} payload - object that contains the payload
  740. * @param {string} payload.stationId - the id of the station to skip
  741. * @param {string} payload.natural - whether to skip naturally or forcefully
  742. * @returns {Promise} - returns a promise (resolve, reject)
  743. */
  744. SKIP_STATION(payload) {
  745. return new Promise((resolve, reject) => {
  746. StationsModule.log("INFO", `Skipping station ${payload.stationId}.`);
  747. StationsModule.log("STATION_ISSUE", `SKIP_STATION_CB - Station ID: ${payload.stationId}.`);
  748. async.waterfall(
  749. [
  750. // Clears up any existing timers that would skip the station if the song ends
  751. next => {
  752. NotificationsModule.runJob("UNSCHEDULE", {
  753. name: `stations.nextSong?id=${payload.stationId}`
  754. })
  755. .then(() => {
  756. next();
  757. })
  758. .catch(next);
  759. },
  760. // Gets the station object
  761. next => {
  762. StationsModule.runJob(
  763. "GET_STATION",
  764. {
  765. stationId: payload.stationId
  766. },
  767. this
  768. )
  769. .then(station => next(null, station))
  770. .catch(next);
  771. },
  772. // eslint-disable-next-line consistent-return
  773. (station, next) => {
  774. if (!station) return next("Station not found.");
  775. if (station.type === "community" && station.partyMode && station.queue.length === 0)
  776. return next(null, null, station); // Community station with party mode enabled and no songs in the queue
  777. if (station.type === "community" && station.partyMode && station.queue.length > 0) {
  778. // Community station with party mode enabled and songs in the queue
  779. if (station.paused) return next(null, null, station);
  780. StationsModule.runJob("GET_NEXT_STATION_SONG", { stationId: station._id }, this)
  781. .then(response => {
  782. StationsModule.runJob(
  783. "REMOVE_FIRST_QUEUE_SONG",
  784. { stationId: station._id },
  785. this
  786. ).then(() => {
  787. next(null, response.song, station);
  788. });
  789. })
  790. .catch(err => {
  791. if (err === "No songs available.") next(null, null, station);
  792. else next(err);
  793. });
  794. }
  795. if (station.type === "community" && !station.partyMode) {
  796. StationsModule.runJob(
  797. "FILL_UP_STATION_QUEUE_FROM_STATION_PLAYLIST",
  798. { stationId: station._id },
  799. this
  800. )
  801. .then(() => {
  802. StationsModule.runJob("GET_NEXT_STATION_SONG", { stationId: station._id }, this)
  803. .then(response => {
  804. StationsModule.runJob(
  805. "REMOVE_FIRST_QUEUE_SONG",
  806. { stationId: station._id },
  807. this
  808. ).then(() => {
  809. next(null, response.song, station);
  810. });
  811. })
  812. .catch(err => {
  813. if (err === "No songs available.") next(null, null, station);
  814. else next(err);
  815. });
  816. })
  817. .catch(next);
  818. }
  819. if (station.type === "official") {
  820. StationsModule.runJob(
  821. "FILL_UP_STATION_QUEUE_FROM_STATION_PLAYLIST",
  822. { stationId: station._id },
  823. this
  824. )
  825. .then(() => {
  826. StationsModule.runJob("GET_NEXT_STATION_SONG", { stationId: station._id }, this)
  827. .then(response => {
  828. StationsModule.runJob(
  829. "REMOVE_FIRST_QUEUE_SONG",
  830. { stationId: station._id },
  831. this
  832. )
  833. .then(() => {
  834. next(null, response.song, station);
  835. })
  836. .catch(next);
  837. })
  838. .catch(err => {
  839. if (err === "No songs available.") next(null, null, station);
  840. else next(err);
  841. });
  842. })
  843. .catch(next);
  844. }
  845. },
  846. (song, station, next) => {
  847. const $set = {};
  848. if (song === null) $set.currentSong = null;
  849. else {
  850. $set.currentSong = {
  851. _id: song._id,
  852. youtubeId: song.youtubeId,
  853. title: song.title,
  854. artists: song.artists,
  855. duration: song.duration,
  856. skipDuration: song.skipDuration,
  857. thumbnail: song.thumbnail,
  858. requestedAt: song.requestedAt,
  859. requestedBy: song.requestedBy,
  860. status: song.status
  861. };
  862. }
  863. $set.startedAt = Date.now();
  864. $set.timePaused = 0;
  865. if (station.paused) $set.pausedAt = Date.now();
  866. next(null, $set, song, station);
  867. },
  868. ($set, song, station, next) => {
  869. StationsModule.stationModel.updateOne({ _id: station._id }, { $set }, err => {
  870. if (err) return next(err);
  871. return StationsModule.runJob("UPDATE_STATION", { stationId: station._id }, this)
  872. .then(station => {
  873. CacheModule.runJob("PUB", {
  874. channel: "station.queueUpdate",
  875. value: payload.stationId
  876. })
  877. .then()
  878. .catch();
  879. next(null, station, song);
  880. })
  881. .catch(next);
  882. });
  883. },
  884. (station, song, next) => {
  885. if (station.currentSong !== null && station.currentSong.youtubeId !== undefined) {
  886. station.currentSong.likes = song.likes;
  887. station.currentSong.dislikes = song.dislikes;
  888. station.currentSong.skipVotes = 0;
  889. }
  890. next(null, station);
  891. }
  892. ],
  893. async (err, station) => {
  894. if (err) {
  895. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  896. StationsModule.log("ERROR", `Skipping station "${payload.stationId}" failed. "${err}"`);
  897. return reject(new Error(err));
  898. }
  899. // TODO Pub/Sub this
  900. const { currentSong } = station;
  901. WSModule.runJob("EMIT_TO_ROOM", {
  902. room: `station.${station._id}`,
  903. args: [
  904. "event:station.nextSong",
  905. {
  906. data: {
  907. currentSong,
  908. startedAt: station.startedAt,
  909. paused: station.paused,
  910. timePaused: 0,
  911. natural: payload.natural
  912. }
  913. }
  914. ]
  915. });
  916. WSModule.runJob("EMIT_TO_ROOM", {
  917. room: `manage-station.${station._id}`,
  918. args: ["event:station.nextSong", { data: { stationId: station._id, currentSong } }]
  919. });
  920. if (station.privacy === "public")
  921. WSModule.runJob("EMIT_TO_ROOM", {
  922. room: "home",
  923. args: ["event:station.nextSong", { data: { stationId: station._id, currentSong } }]
  924. });
  925. else {
  926. const sockets = await WSModule.runJob("GET_SOCKETS_FOR_ROOM", { room: "home" }, this);
  927. sockets.forEach(async socketId => {
  928. const socket = await WSModule.runJob("SOCKET_FROM_SOCKET_ID", { socketId });
  929. if (!socket) return;
  930. const { session } = socket;
  931. if (session.sessionId) {
  932. CacheModule.runJob("HGET", { table: "sessions", key: session.sessionId }).then(
  933. session => {
  934. if (session) {
  935. DBModule.runJob("GET_MODEL", { modelName: "user" }).then(userModel => {
  936. userModel.findOne({ _id: session.userId }, (err, user) => {
  937. if (!err && user) {
  938. if (user.role === "admin")
  939. socket.dispatch("event:station.nextSong", {
  940. data: {
  941. stationId: station._id,
  942. currentSong
  943. }
  944. });
  945. else if (
  946. station.type === "community" &&
  947. station.owner === session.userId
  948. )
  949. socket.dispatch("event:station.nextSong", {
  950. data: {
  951. stationId: station._id,
  952. currentSong
  953. }
  954. });
  955. }
  956. });
  957. });
  958. }
  959. }
  960. );
  961. }
  962. });
  963. }
  964. WSModule.runJob("GET_SOCKETS_FOR_ROOM", { room: `station.${station._id}` }).then(sockets => {
  965. if (station.currentSong !== null && station.currentSong.youtubeId !== undefined) {
  966. WSModule.runJob("SOCKETS_JOIN_SONG_ROOM", {
  967. sockets,
  968. room: `song.${station.currentSong.youtubeId}`
  969. });
  970. if (!station.paused) {
  971. NotificationsModule.runJob("SCHEDULE", {
  972. name: `stations.nextSong?id=${station._id}`,
  973. time: station.currentSong.duration * 1000,
  974. station
  975. });
  976. }
  977. } else WSModule.runJob("SOCKETS_LEAVE_SONG_ROOMS", { sockets });
  978. });
  979. return resolve({ station });
  980. }
  981. );
  982. });
  983. }
  984. /**
  985. * Checks if a user can view/access a station
  986. *
  987. * @param {object} payload - object that contains the payload
  988. * @param {object} payload.station - the station object of the station in question
  989. * @param {string} payload.userId - the id of the user in question
  990. * @param {boolean} payload.hideUnlisted - whether the user is allowed to see unlisted stations or not
  991. * @returns {Promise} - returns a promise (resolve, reject)
  992. */
  993. CAN_USER_VIEW_STATION(payload) {
  994. return new Promise((resolve, reject) => {
  995. async.waterfall(
  996. [
  997. next => {
  998. if (payload.station.privacy === "public") return next(true);
  999. if (payload.station.privacy === "unlisted")
  1000. if (payload.hideUnlisted === true) return next();
  1001. else return next(true);
  1002. if (!payload.userId) return next("Not allowed");
  1003. return next();
  1004. },
  1005. next => {
  1006. DBModule.runJob("GET_MODEL", { modelName: "user" }, this).then(userModel => {
  1007. userModel.findOne({ _id: payload.userId }, next);
  1008. });
  1009. },
  1010. (user, next) => {
  1011. if (!user) return next("Not allowed");
  1012. if (user.role === "admin") return next(true);
  1013. if (payload.station.type === "official") return next("Not allowed");
  1014. if (payload.station.owner === payload.userId) return next(true);
  1015. return next("Not allowed");
  1016. }
  1017. ],
  1018. async errOrResult => {
  1019. if (errOrResult !== true && errOrResult !== "Not allowed") {
  1020. errOrResult = await UtilsModule.runJob(
  1021. "GET_ERROR",
  1022. {
  1023. error: errOrResult
  1024. },
  1025. this
  1026. );
  1027. reject(new Error(errOrResult));
  1028. } else {
  1029. resolve(errOrResult === true);
  1030. }
  1031. }
  1032. );
  1033. });
  1034. }
  1035. /**
  1036. * Checks if a user has favorited a station or not
  1037. *
  1038. * @param {object} payload - object that contains the payload
  1039. * @param {object} payload.stationId - the id of the station in question
  1040. * @param {string} payload.userId - the id of the user in question
  1041. * @returns {Promise} - returns a promise (resolve, reject)
  1042. */
  1043. HAS_USER_FAVORITED_STATION(payload) {
  1044. return new Promise((resolve, reject) => {
  1045. async.waterfall(
  1046. [
  1047. next => {
  1048. DBModule.runJob("GET_MODEL", { modelName: "user" }, this).then(userModel => {
  1049. userModel.findOne({ _id: payload.userId }, next);
  1050. });
  1051. },
  1052. (user, next) => {
  1053. if (!user) return next("User not found.");
  1054. if (user.favoriteStations.indexOf(payload.stationId) !== -1) return next(null, true);
  1055. return next(null, false);
  1056. }
  1057. ],
  1058. async (err, isStationFavorited) => {
  1059. if (err && err !== true) {
  1060. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  1061. return reject(new Error(err));
  1062. }
  1063. return resolve(isStationFavorited);
  1064. }
  1065. );
  1066. });
  1067. }
  1068. /**
  1069. * Returns a list of sockets in a room that can and can't know about a station
  1070. *
  1071. * @param {object} payload - the payload object
  1072. * @param {object} payload.station - the station object
  1073. * @param {string} payload.room - the websockets room to get the sockets from
  1074. * @returns {Promise} - returns a promise (resolve, reject)
  1075. */
  1076. GET_SOCKETS_THAT_CAN_KNOW_ABOUT_STATION(payload) {
  1077. return new Promise((resolve, reject) => {
  1078. WSModule.runJob("GET_SOCKETS_FOR_ROOM", { room: payload.room }, this)
  1079. .then(socketIds => {
  1080. const sockets = [];
  1081. async.eachLimit(
  1082. socketIds,
  1083. 1,
  1084. (socketId, next) => {
  1085. WSModule.runJob("SOCKET_FROM_SOCKET_ID", { socketId }, this)
  1086. .then(socket => {
  1087. if (socket) sockets.push(socket);
  1088. next();
  1089. })
  1090. .catch(err => {
  1091. reject(err);
  1092. });
  1093. },
  1094. err => {
  1095. if (err) reject(err);
  1096. else {
  1097. let socketsThatCan = [];
  1098. const socketsThatCannot = [];
  1099. if (payload.station.privacy === "public") {
  1100. socketsThatCan = sockets;
  1101. resolve({ socketsThatCan, socketsThatCannot });
  1102. } else {
  1103. async.eachLimit(
  1104. sockets,
  1105. 1,
  1106. (socket, next) => {
  1107. const { session } = socket;
  1108. async.waterfall(
  1109. [
  1110. next => {
  1111. if (!session.sessionId) next("No session id");
  1112. else next();
  1113. },
  1114. next => {
  1115. CacheModule.runJob(
  1116. "HGET",
  1117. {
  1118. table: "sessions",
  1119. key: session.sessionId
  1120. },
  1121. this
  1122. )
  1123. .then(response => {
  1124. next(null, response);
  1125. })
  1126. .catch(next);
  1127. },
  1128. (session, next) => {
  1129. if (!session) next("No session");
  1130. else {
  1131. DBModule.runJob("GET_MODEL", { modelName: "user" }, this)
  1132. .then(userModel => {
  1133. next(null, userModel);
  1134. })
  1135. .catch(next);
  1136. }
  1137. },
  1138. (userModel, next) => {
  1139. if (!userModel) next("No user model");
  1140. else
  1141. userModel.findOne(
  1142. {
  1143. _id: session.userId
  1144. },
  1145. next
  1146. );
  1147. },
  1148. (user, next) => {
  1149. if (!user) next("No user found");
  1150. else if (user.role === "admin") {
  1151. socketsThatCan.push(socket);
  1152. next();
  1153. } else if (
  1154. payload.station.type === "community" &&
  1155. payload.station.owner === session.userId
  1156. ) {
  1157. socketsThatCan.push(socket);
  1158. next();
  1159. }
  1160. }
  1161. ],
  1162. err => {
  1163. if (err) socketsThatCannot.push(socket);
  1164. next();
  1165. }
  1166. );
  1167. },
  1168. err => {
  1169. if (err) reject(err);
  1170. else resolve({ socketsThatCan, socketsThatCannot });
  1171. }
  1172. );
  1173. }
  1174. }
  1175. }
  1176. );
  1177. })
  1178. .catch(reject);
  1179. });
  1180. }
  1181. /**
  1182. * Adds a playlist to be included in a station
  1183. *
  1184. * @param {object} payload - object that contains the payload
  1185. * @param {object} payload.stationId - the id of the station to include the playlist in
  1186. * @param {object} payload.playlistId - the id of the playlist to be included
  1187. * @returns {Promise} - returns a promise (resolve, reject)
  1188. */
  1189. INCLUDE_PLAYLIST(payload) {
  1190. return new Promise((resolve, reject) => {
  1191. async.waterfall(
  1192. [
  1193. next => {
  1194. if (!payload.stationId) next("Please specify a station id");
  1195. else if (!payload.playlistId) next("Please specify a playlist id");
  1196. else next();
  1197. },
  1198. next => {
  1199. StationsModule.runJob("GET_STATION", { stationId: payload.stationId }, this)
  1200. .then(station => {
  1201. next(null, station);
  1202. })
  1203. .catch(next);
  1204. },
  1205. (station, next) => {
  1206. if (station.playlist === payload.playlistId) next("You cannot include the station playlist");
  1207. else if (station.includedPlaylists.indexOf(payload.playlistId) !== -1)
  1208. next("This playlist is already included");
  1209. else if (station.excludedPlaylists.indexOf(payload.playlistId) !== -1)
  1210. next(
  1211. "This playlist is currently excluded, please remove it from there before including it"
  1212. );
  1213. else
  1214. PlaylistsModule.runJob("GET_PLAYLIST", { playlistId: payload.playlistId }, this)
  1215. .then(() => {
  1216. next(null);
  1217. })
  1218. .catch(next);
  1219. },
  1220. next => {
  1221. DBModule.runJob(
  1222. "GET_MODEL",
  1223. {
  1224. modelName: "station"
  1225. },
  1226. this
  1227. ).then(stationModel => {
  1228. stationModel.updateOne(
  1229. { _id: payload.stationId },
  1230. { $push: { includedPlaylists: payload.playlistId } },
  1231. next
  1232. );
  1233. });
  1234. },
  1235. (res, next) => {
  1236. StationsModule.runJob(
  1237. "UPDATE_STATION",
  1238. {
  1239. stationId: payload.stationId
  1240. },
  1241. this
  1242. )
  1243. .then(() => {
  1244. next();
  1245. })
  1246. .catch(next);
  1247. }
  1248. ],
  1249. async err => {
  1250. if (err && err !== true) {
  1251. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  1252. return reject(new Error(err));
  1253. }
  1254. return resolve();
  1255. }
  1256. );
  1257. });
  1258. }
  1259. /**
  1260. * Removes a playlist that is included in a station
  1261. *
  1262. * @param {object} payload - object that contains the payload
  1263. * @param {object} payload.stationId - the id of the station
  1264. * @param {object} payload.playlistId - the id of the playlist
  1265. * @returns {Promise} - returns a promise (resolve, reject)
  1266. */
  1267. REMOVE_INCLUDED_PLAYLIST(payload) {
  1268. return new Promise((resolve, reject) => {
  1269. async.waterfall(
  1270. [
  1271. next => {
  1272. if (!payload.stationId) next("Please specify a station id");
  1273. else if (!payload.playlistId) next("Please specify a playlist id");
  1274. else next();
  1275. },
  1276. next => {
  1277. StationsModule.runJob("GET_STATION", { stationId: payload.stationId }, this)
  1278. .then(station => {
  1279. next(null, station);
  1280. })
  1281. .catch(next);
  1282. },
  1283. (station, next) => {
  1284. if (station.includedPlaylists.indexOf(payload.playlistId) === -1)
  1285. next("This playlist isn't included");
  1286. else next();
  1287. },
  1288. next => {
  1289. DBModule.runJob(
  1290. "GET_MODEL",
  1291. {
  1292. modelName: "station"
  1293. },
  1294. this
  1295. ).then(stationModel => {
  1296. stationModel.updateOne(
  1297. { _id: payload.stationId },
  1298. { $pull: { includedPlaylists: payload.playlistId } },
  1299. next
  1300. );
  1301. });
  1302. },
  1303. (res, next) => {
  1304. StationsModule.runJob(
  1305. "UPDATE_STATION",
  1306. {
  1307. stationId: payload.stationId
  1308. },
  1309. this
  1310. )
  1311. .then(() => {
  1312. next();
  1313. })
  1314. .catch(next);
  1315. }
  1316. ],
  1317. async err => {
  1318. if (err && err !== true) {
  1319. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  1320. return reject(new Error(err));
  1321. }
  1322. return resolve();
  1323. }
  1324. );
  1325. });
  1326. }
  1327. /**
  1328. * Adds a playlist to be excluded in a station
  1329. *
  1330. * @param {object} payload - object that contains the payload
  1331. * @param {object} payload.stationId - the id of the station
  1332. * @param {object} payload.playlistId - the id of the playlist
  1333. * @returns {Promise} - returns a promise (resolve, reject)
  1334. */
  1335. EXCLUDE_PLAYLIST(payload) {
  1336. return new Promise((resolve, reject) => {
  1337. async.waterfall(
  1338. [
  1339. next => {
  1340. if (!payload.stationId) next("Please specify a station id");
  1341. else if (!payload.playlistId) next("Please specify a playlist id");
  1342. else next();
  1343. },
  1344. next => {
  1345. StationsModule.runJob("GET_STATION", { stationId: payload.stationId }, this)
  1346. .then(station => {
  1347. next(null, station);
  1348. })
  1349. .catch(next);
  1350. },
  1351. (station, next) => {
  1352. if (station.playlist === payload.playlistId) next("You cannot exclude the station playlist");
  1353. else if (station.excludedPlaylists.indexOf(payload.playlistId) !== -1)
  1354. next("This playlist is already excluded");
  1355. else if (station.includedPlaylists.indexOf(payload.playlistId) !== -1)
  1356. next(
  1357. "This playlist is currently included, please remove it from there before excluding it"
  1358. );
  1359. else
  1360. PlaylistsModule.runJob("GET_PLAYLIST", { playlistId: payload.playlistId }, this)
  1361. .then(() => {
  1362. next(null);
  1363. })
  1364. .catch(next);
  1365. },
  1366. next => {
  1367. DBModule.runJob(
  1368. "GET_MODEL",
  1369. {
  1370. modelName: "station"
  1371. },
  1372. this
  1373. ).then(stationModel => {
  1374. stationModel.updateOne(
  1375. { _id: payload.stationId },
  1376. { $push: { excludedPlaylists: payload.playlistId } },
  1377. next
  1378. );
  1379. });
  1380. },
  1381. (res, next) => {
  1382. StationsModule.runJob(
  1383. "UPDATE_STATION",
  1384. {
  1385. stationId: payload.stationId
  1386. },
  1387. this
  1388. )
  1389. .then(() => {
  1390. next();
  1391. })
  1392. .catch(next);
  1393. }
  1394. ],
  1395. async err => {
  1396. if (err && err !== true) {
  1397. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  1398. return reject(new Error(err));
  1399. }
  1400. return resolve();
  1401. }
  1402. );
  1403. });
  1404. }
  1405. /**
  1406. * Removes a playlist that is excluded in a station
  1407. *
  1408. * @param {object} payload - object that contains the payload
  1409. * @param {object} payload.stationId - the id of the station
  1410. * @param {object} payload.playlistId - the id of the playlist
  1411. * @returns {Promise} - returns a promise (resolve, reject)
  1412. */
  1413. REMOVE_EXCLUDED_PLAYLIST(payload) {
  1414. return new Promise((resolve, reject) => {
  1415. async.waterfall(
  1416. [
  1417. next => {
  1418. if (!payload.stationId) next("Please specify a station id");
  1419. else if (!payload.playlistId) next("Please specify a playlist id");
  1420. else next();
  1421. },
  1422. next => {
  1423. StationsModule.runJob("GET_STATION", { stationId: payload.stationId }, this)
  1424. .then(station => {
  1425. next(null, station);
  1426. })
  1427. .catch(next);
  1428. },
  1429. (station, next) => {
  1430. if (station.excludedPlaylists.indexOf(payload.playlistId) === -1)
  1431. next("This playlist isn't excluded");
  1432. else next();
  1433. },
  1434. next => {
  1435. DBModule.runJob(
  1436. "GET_MODEL",
  1437. {
  1438. modelName: "station"
  1439. },
  1440. this
  1441. ).then(stationModel => {
  1442. stationModel.updateOne(
  1443. { _id: payload.stationId },
  1444. { $pull: { excludedPlaylists: payload.playlistId } },
  1445. next
  1446. );
  1447. });
  1448. },
  1449. (res, next) => {
  1450. StationsModule.runJob(
  1451. "UPDATE_STATION",
  1452. {
  1453. stationId: payload.stationId
  1454. },
  1455. this
  1456. )
  1457. .then(() => {
  1458. next();
  1459. })
  1460. .catch(next);
  1461. }
  1462. ],
  1463. async err => {
  1464. if (err && err !== true) {
  1465. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  1466. return reject(new Error(err));
  1467. }
  1468. return resolve();
  1469. }
  1470. );
  1471. });
  1472. }
  1473. /**
  1474. * Removes included or excluded playlist from a station
  1475. *
  1476. * @param {object} payload - object that contains the payload
  1477. * @param {string} payload.playlistId - the playlist id
  1478. * @returns {Promise} - returns promise (reject, resolve)
  1479. */
  1480. REMOVE_INCLUDED_OR_EXCLUDED_PLAYLIST_FROM_STATIONS(payload) {
  1481. return new Promise((resolve, reject) => {
  1482. async.waterfall(
  1483. [
  1484. next => {
  1485. if (!payload.playlistId) next("Please specify a playlist id");
  1486. else next();
  1487. },
  1488. next => {
  1489. StationsModule.stationModel.updateMany(
  1490. {
  1491. $or: [
  1492. { includedPlaylists: payload.playlistId },
  1493. { excludedPlaylists: payload.playlistId }
  1494. ]
  1495. },
  1496. {
  1497. $pull: {
  1498. includedPlaylists: payload.playlistId,
  1499. excludedPlaylists: payload.playlistId
  1500. }
  1501. },
  1502. err => {
  1503. if (err) next(err);
  1504. else next();
  1505. }
  1506. );
  1507. }
  1508. ],
  1509. async err => {
  1510. if (err && err !== true) {
  1511. err = await UtilsModule.runJob("GET_ERROR", { error: err }, this);
  1512. return reject(new Error(err));
  1513. }
  1514. return resolve();
  1515. }
  1516. );
  1517. });
  1518. }
  1519. /**
  1520. * Gets stations that include or exclude a specific playlist
  1521. *
  1522. * @param {object} payload - object that contains the payload
  1523. * @param {string} payload.playlistId - the playlist id
  1524. * @returns {Promise} - returns promise (reject, resolve)
  1525. */
  1526. GET_STATIONS_THAT_INCLUDE_OR_EXCLUDE_PLAYLIST(payload) {
  1527. return new Promise((resolve, reject) => {
  1528. DBModule.runJob(
  1529. "GET_MODEL",
  1530. {
  1531. modelName: "station"
  1532. },
  1533. this
  1534. ).then(stationModel => {
  1535. stationModel.find(
  1536. {
  1537. $or: [{ includedPlaylists: payload.playlistId }, { excludedPlaylists: payload.playlistId }]
  1538. },
  1539. (err, stations) => {
  1540. if (err) reject(err);
  1541. else resolve({ stationIds: stations.map(station => station._id) });
  1542. }
  1543. );
  1544. });
  1545. });
  1546. }
  1547. /**
  1548. * Clears every queue
  1549. *
  1550. * @returns {Promise} - returns a promise (resolve, reject)
  1551. */
  1552. CLEAR_EVERY_STATION_QUEUE() {
  1553. return new Promise((resolve, reject) => {
  1554. async.waterfall(
  1555. [
  1556. next => {
  1557. StationsModule.stationModel.updateMany({}, { $set: { queue: [] } }, err => {
  1558. if (err) next(err);
  1559. else {
  1560. StationsModule.stationModel.find({}, (err, stations) => {
  1561. if (err) next(err);
  1562. else {
  1563. async.eachLimit(
  1564. stations,
  1565. 1,
  1566. (station, next) => {
  1567. StationsModule.runJob("UPDATE_STATION", {
  1568. stationId: station._id
  1569. })
  1570. .then(() => next())
  1571. .catch(next);
  1572. CacheModule.runJob("PUB", {
  1573. channel: "station.queueUpdate",
  1574. value: station._id
  1575. })
  1576. .then()
  1577. .catch();
  1578. },
  1579. next
  1580. );
  1581. }
  1582. });
  1583. }
  1584. });
  1585. }
  1586. ],
  1587. err => {
  1588. if (err) reject(err);
  1589. else resolve();
  1590. }
  1591. );
  1592. });
  1593. }
  1594. /**
  1595. * Clears and refills a station queue
  1596. *
  1597. * @param {object} payload - object that contains the payload
  1598. * @param {string} payload.stationId - the station id
  1599. * @returns {Promise} - returns a promise (resolve, reject)
  1600. */
  1601. CLEAR_AND_REFILL_STATION_QUEUE(payload) {
  1602. return new Promise((resolve, reject) => {
  1603. async.waterfall(
  1604. [
  1605. next => {
  1606. StationsModule.runJob(
  1607. "FILL_UP_STATION_QUEUE_FROM_STATION_PLAYLIST",
  1608. { stationId: payload.stationId, ignoreExistingQueue: true },
  1609. this
  1610. )
  1611. .then(() => {
  1612. CacheModule.runJob("PUB", {
  1613. channel: "station.queueUpdate",
  1614. value: payload.stationId
  1615. })
  1616. .then()
  1617. .catch();
  1618. next();
  1619. })
  1620. .catch(err => {
  1621. next(err);
  1622. });
  1623. }
  1624. ],
  1625. err => {
  1626. if (err) reject(err);
  1627. else resolve();
  1628. }
  1629. );
  1630. });
  1631. }
  1632. }
  1633. export default new _StationsModule();