Station.vue 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736
  1. <template>
  2. <div>
  3. <metadata v-bind:title="`${station.displayName}`" />
  4. <station-header />
  5. <song-queue v-if="modals.addSongToQueue" />
  6. <add-to-playlist v-if="modals.addSongToPlaylist" />
  7. <edit-playlist v-if="modals.editPlaylist" />
  8. <create-playlist v-if="modals.createPlaylist" />
  9. <edit-station v-show="modals.editStation" />
  10. <report v-if="modals.report" />
  11. <transition name="slide">
  12. <songs-list-sidebar v-if="sidebars.songslist" />
  13. </transition>
  14. <transition name="slide">
  15. <playlist-sidebar v-if="sidebars.playlist" />
  16. </transition>
  17. <transition name="slide">
  18. <users-sidebar v-if="sidebars.users" />
  19. </transition>
  20. <div v-show="loading" class="progress" />
  21. <div v-show="!loading && exists" class="station">
  22. <div v-show="noSong" class="no-song">
  23. <h1>No song is currently playing</h1>
  24. <h4
  25. v-if="
  26. station.type === 'community' &&
  27. station.partyMode &&
  28. this.loggedIn &&
  29. (!station.locked ||
  30. (station.locked &&
  31. this.userId === station.owner))
  32. "
  33. >
  34. <a
  35. href="#"
  36. class="no-song"
  37. @click="
  38. openModal({
  39. sector: 'station',
  40. modal: 'addSongToQueue'
  41. })
  42. "
  43. >Add a song to the queue</a
  44. >
  45. </h4>
  46. <h4
  47. v-if="
  48. station.type === 'community' &&
  49. !station.partyMode &&
  50. this.userId === station.owner &&
  51. !station.privatePlaylist
  52. "
  53. >
  54. <a
  55. href="#"
  56. class="no-song"
  57. @click="sidebars.playlist = true"
  58. >Play a private playlist</a
  59. >
  60. </h4>
  61. <h1
  62. v-if="
  63. station.type === 'community' &&
  64. !station.partyMode &&
  65. this.userId === station.owner &&
  66. station.privatePlaylist
  67. "
  68. >
  69. Maybe you can add some songs to your selected private
  70. playlist and then press the skip button
  71. </h1>
  72. </div>
  73. <div v-show="!noSong" class="columns">
  74. <div
  75. class="column is-8-desktop is-offset-2-desktop is-12-mobile"
  76. >
  77. <div class="video-container">
  78. <div id="player" />
  79. <div
  80. class="player-can-not-autoplay"
  81. v-if="!canAutoplay"
  82. >
  83. <p>
  84. Please click anywhere on the screen for the
  85. video to start
  86. </p>
  87. </div>
  88. </div>
  89. <div
  90. id="preview-progress"
  91. class="seeker-bar-container white"
  92. >
  93. <div class="seeker-bar light-blue" style="width: 0%;" />
  94. </div>
  95. </div>
  96. <div
  97. class="desktop-only column is-3-desktop card playlistCard experimental"
  98. >
  99. <div v-if="station.type === 'community'" class="title">
  100. Queue
  101. </div>
  102. <div v-else class="title">
  103. Playlist
  104. </div>
  105. <article v-if="!noSong" class="media">
  106. <figure class="media-left">
  107. <p class="image is-64x64">
  108. <img
  109. :src="currentSong.thumbnail"
  110. onerror="this.src='/assets/notes-transparent.png'"
  111. />
  112. </p>
  113. </figure>
  114. <div class="media-content">
  115. <div class="content">
  116. <p>
  117. Current Song:
  118. <br />
  119. <strong>{{ currentSong.title }}</strong>
  120. <br />
  121. <small>{{ currentSong.artists }}</small>
  122. </p>
  123. </div>
  124. </div>
  125. <div class="media-right">
  126. {{ formatTime(currentSong.duration) }}
  127. </div>
  128. </article>
  129. <p v-if="noSong" class="center">
  130. There is currently no song playing.
  131. </p>
  132. <article
  133. v-for="(song, index) in songsList"
  134. :key="index"
  135. class="media"
  136. >
  137. <div class="media-content">
  138. <div class="content">
  139. <strong class="songTitle">{{
  140. song.title
  141. }}</strong>
  142. <br />
  143. <small>{{ song.artists.join(", ") }}</small>
  144. <br />
  145. <div v-if="station.partyMode">
  146. <br />
  147. <small>
  148. Requested by
  149. <b>
  150. <user-id-to-username
  151. :userId="song.requestedBy"
  152. :link="true"
  153. />
  154. </b>
  155. </small>
  156. <button
  157. v-if="isOwnerOnly() || isAdminOnly()"
  158. class="button"
  159. @click="removeFromQueue(song.songId)"
  160. >
  161. REMOVE
  162. </button>
  163. </div>
  164. </div>
  165. </div>
  166. <div class="media-right">
  167. {{ formatTime(song.duration) }}
  168. </div>
  169. </article>
  170. <a
  171. v-if="station.type === 'community' && loggedIn"
  172. class="button add-to-queue"
  173. href="#"
  174. @click="
  175. openModal({
  176. sector: 'station',
  177. modal: 'addSongToQueue'
  178. })
  179. "
  180. >Add a song to the queue</a
  181. >
  182. </div>
  183. </div>
  184. <div v-show="!noSong" class="desktop-only columns is-mobile">
  185. <div
  186. class="column is-8-desktop is-offset-2-desktop is-12-mobile"
  187. >
  188. <div class="columns is-mobile">
  189. <div class="column is-12-desktop">
  190. <h4 id="time-display">
  191. {{ timeElapsed }} /
  192. {{ formatTime(currentSong.duration) }}
  193. </h4>
  194. <h3>{{ currentSong.title }}</h3>
  195. <h4 class="thin" style="margin-left: 0">
  196. {{ currentSong.artists }}
  197. </h4>
  198. <div class="columns is-mobile">
  199. <form
  200. style="margin-top: 12px; margin-bottom: 0;"
  201. action="#"
  202. class="column is-7-desktop is-4-mobile"
  203. >
  204. <p class="volume-slider-wrapper">
  205. <i
  206. v-if="muted"
  207. class="material-icons"
  208. @click="toggleMute()"
  209. >volume_mute</i
  210. >
  211. <i
  212. v-else
  213. class="material-icons"
  214. @click="toggleMute()"
  215. >volume_down</i
  216. >
  217. <input
  218. id="volumeSlider"
  219. type="range"
  220. min="0"
  221. max="10000"
  222. class="active"
  223. @change="changeVolume()"
  224. @input="changeVolume()"
  225. />
  226. <i
  227. class="material-icons"
  228. @click="increaseVolume()"
  229. >volume_up</i
  230. >
  231. </p>
  232. </form>
  233. <div
  234. class="column is-8-mobile is-5-desktop"
  235. style="float: right;"
  236. >
  237. <ul
  238. v-if="
  239. currentSong.likes !== -1 &&
  240. currentSong.dislikes !== -1
  241. "
  242. id="ratings"
  243. >
  244. <li
  245. id="like"
  246. class="right"
  247. @click="toggleLike()"
  248. >
  249. <span class="flow-text">{{
  250. currentSong.likes
  251. }}</span>
  252. <i
  253. id="thumbs_up"
  254. class="material-icons grey-text"
  255. :class="{ liked: liked }"
  256. >thumb_up</i
  257. >
  258. <a
  259. class="absolute-a behind"
  260. href="#"
  261. @click="toggleLike()"
  262. />
  263. </li>
  264. <li
  265. id="dislike"
  266. style="margin-right: 10px;"
  267. class="right"
  268. @click="toggleDislike()"
  269. >
  270. <span class="flow-text">{{
  271. currentSong.dislikes
  272. }}</span>
  273. <i
  274. id="thumbs_down"
  275. class="material-icons grey-text"
  276. :class="{
  277. disliked: disliked
  278. }"
  279. >thumb_down</i
  280. >
  281. <a
  282. class="absolute-a behind"
  283. href="#"
  284. @click="toggleDislike()"
  285. />
  286. </li>
  287. </ul>
  288. </div>
  289. </div>
  290. </div>
  291. <div
  292. v-if="!currentSong.simpleSong"
  293. class="column is-3-desktop experimental"
  294. >
  295. <img
  296. class="image"
  297. :src="currentSong.thumbnail"
  298. alt="Song Thumbnail"
  299. onerror="this.src='/assets/notes-transparent.png'"
  300. />
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. <div v-show="!noSong" class="mobile-only">
  306. <div>
  307. <div>
  308. <div>
  309. <h3>{{ currentSong.title }}</h3>
  310. <h4 class="thin">
  311. {{ currentSong.artists }}
  312. </h4>
  313. <h5>
  314. {{ timeElapsed }} /
  315. {{ formatTime(currentSong.duration) }}
  316. </h5>
  317. <div>
  318. <form class="columns" action="#">
  319. <p
  320. class="column is-11-mobile volume-slider-wrapper"
  321. >
  322. <i
  323. v-if="muted"
  324. class="material-icons"
  325. @click="toggleMute()"
  326. >volume_mute</i
  327. >
  328. <i
  329. v-else
  330. class="material-icons"
  331. @click="toggleMute()"
  332. >volume_down</i
  333. >
  334. <input
  335. id="volumeSlider"
  336. type="range"
  337. min="0"
  338. max="10000"
  339. class="active"
  340. @change="changeVolume()"
  341. @input="changeVolume()"
  342. />
  343. <i
  344. class="material-icons"
  345. @click="increaseVolume()"
  346. >volume_up</i
  347. >
  348. </p>
  349. </form>
  350. <div>
  351. <ul
  352. v-if="
  353. currentSong.likes !== -1 &&
  354. currentSong.dislikes !== -1
  355. "
  356. id="ratings"
  357. style="display: inline-block;"
  358. >
  359. <li
  360. id="dislike"
  361. style="display: inline-block;margin-right: 10px;"
  362. @click="toggleDislike()"
  363. >
  364. <span class="flow-text">{{
  365. currentSong.dislikes
  366. }}</span>
  367. <i
  368. id="thumbs_down"
  369. class="material-icons grey-text"
  370. :class="{
  371. disliked: disliked
  372. }"
  373. >thumb_down</i
  374. >
  375. <a
  376. class="absolute-a behind"
  377. href="#"
  378. @click="toggleDislike()"
  379. />
  380. </li>
  381. <li
  382. id="like"
  383. style="display: inline-block;"
  384. @click="toggleLike()"
  385. >
  386. <span class="flow-text">{{
  387. currentSong.likes
  388. }}</span>
  389. <i
  390. id="thumbs_up"
  391. class="material-icons grey-text"
  392. :class="{ liked: liked }"
  393. >thumb_up</i
  394. >
  395. <a
  396. class="absolute-a behind"
  397. href="#"
  398. @click="toggleLike()"
  399. />
  400. </li>
  401. </ul>
  402. </div>
  403. </div>
  404. </div>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409. <Z404 v-if="!exists"></Z404>
  410. </div>
  411. </template>
  412. <script>
  413. import { mapState, mapActions } from "vuex";
  414. import { Toast } from "vue-roaster";
  415. import StationHeader from "./StationHeader.vue";
  416. import UserIdToUsername from "../UserIdToUsername.vue";
  417. import Z404 from "../404.vue";
  418. import io from "../../io";
  419. export default {
  420. data() {
  421. return {
  422. title: "Station",
  423. loading: true,
  424. ready: false,
  425. exists: true,
  426. playerReady: false,
  427. player: undefined,
  428. timePaused: 0,
  429. muted: false,
  430. timeElapsed: "0:00",
  431. liked: false,
  432. disliked: false,
  433. sidebars: {
  434. songslist: false,
  435. users: false,
  436. playlist: false
  437. },
  438. timeBeforePause: 0,
  439. skipVotes: 0,
  440. privatePlaylistQueueSelected: null,
  441. automaticallyRequestedSongId: null,
  442. systemDifference: 0,
  443. attemptsToPlayVideo: 0,
  444. canAutoplay: true,
  445. lastTimeRequestedIfCanAutoplay: 0
  446. };
  447. },
  448. computed: {
  449. ...mapState("modals", {
  450. modals: state => state.modals.station
  451. }),
  452. ...mapState("station", {
  453. station: state => state.station,
  454. currentSong: state => state.currentSong,
  455. songsList: state => state.songsList,
  456. paused: state => state.paused,
  457. noSong: state => state.noSong
  458. }),
  459. ...mapState({
  460. loggedIn: state => state.user.auth.loggedIn,
  461. userId: state => state.user.auth.userId,
  462. role: state => state.user.auth.role
  463. })
  464. },
  465. methods: {
  466. isOwnerOnly() {
  467. return this.loggedIn && this.userId === this.station.owner;
  468. },
  469. isAdminOnly() {
  470. return this.loggedIn && this.role === "admin";
  471. },
  472. removeFromQueue(songId) {
  473. window.socket.emit(
  474. "stations.removeFromQueue",
  475. this.station._id,
  476. songId,
  477. res => {
  478. if (res.status === "success") {
  479. Toast.methods.addToast(
  480. "Successfully removed song from the queue.",
  481. 4000
  482. );
  483. } else Toast.methods.addToast(res.message, 8000);
  484. }
  485. );
  486. },
  487. toggleSidebar(type) {
  488. Object.keys(this.sidebars).forEach(sidebar => {
  489. if (sidebar !== type) this.sidebars[sidebar] = false;
  490. else this.sidebars[type] = !this.sidebars[type];
  491. });
  492. },
  493. youtubeReady() {
  494. if (!this.player) {
  495. this.player = new window.YT.Player("player", {
  496. height: 270,
  497. width: 480,
  498. videoId: this.currentSong.songId,
  499. startSeconds:
  500. this.getTimeElapsed() / 1000 +
  501. this.currentSong.skipDuration,
  502. playerVars: {
  503. controls: 0,
  504. iv_load_policy: 3,
  505. rel: 0,
  506. showinfo: 0
  507. },
  508. events: {
  509. onReady: () => {
  510. this.playerReady = true;
  511. let volume = parseInt(
  512. localStorage.getItem("volume")
  513. );
  514. volume = typeof volume === "number" ? volume : 20;
  515. this.player.setVolume(volume);
  516. if (volume > 0) {
  517. this.player.unMute();
  518. }
  519. if (this.muted) this.player.mute();
  520. this.playVideo();
  521. },
  522. onError: err => {
  523. console.log("iframe error", err);
  524. this.voteSkipStation();
  525. },
  526. onStateChange: event => {
  527. if (
  528. event.data === 1 &&
  529. this.videoLoading === true
  530. ) {
  531. this.videoLoading = false;
  532. this.player.seekTo(
  533. this.getTimeElapsed() / 1000 +
  534. this.currentSong.skipDuration,
  535. true
  536. );
  537. if (this.paused) this.player.pauseVideo();
  538. } else if (event.data === 1 && this.paused) {
  539. this.player.seekTo(
  540. this.timeBeforePause / 1000,
  541. true
  542. );
  543. this.player.pauseVideo();
  544. }
  545. if (
  546. event.data === 2 &&
  547. !this.paused &&
  548. !this.noSong &&
  549. this.player.getDuration() / 1000 <
  550. this.currentSong.duration
  551. ) {
  552. this.player.seekTo(
  553. this.getTimeElapsed() / 1000 +
  554. this.currentSong.skipDuration,
  555. true
  556. );
  557. this.player.playVideo();
  558. }
  559. }
  560. }
  561. });
  562. }
  563. },
  564. getTimeElapsed() {
  565. if (this.currentSong) {
  566. let { timePaused } = this;
  567. if (this.paused) timePaused += Date.currently() - this.pausedAt;
  568. return Date.currently() - this.startedAt - timePaused;
  569. }
  570. return 0;
  571. },
  572. playVideo() {
  573. if (this.playerReady) {
  574. this.videoLoading = true;
  575. this.player.loadVideoById(
  576. this.currentSong.songId,
  577. this.getTimeElapsed() / 1000 + this.currentSong.skipDuration
  578. );
  579. if (window.stationInterval !== 0)
  580. clearInterval(window.stationInterval);
  581. window.stationInterval = setInterval(() => {
  582. this.resizeSeekerbar();
  583. this.calculateTimeElapsed();
  584. }, 150);
  585. }
  586. },
  587. resizeSeekerbar() {
  588. if (!this.paused) {
  589. document.getElementsByClassName(
  590. "seeker-bar"
  591. )[0].style.width = `${parseFloat(
  592. (this.getTimeElapsed() / 1000 / this.currentSong.duration) *
  593. 100
  594. )}%`;
  595. }
  596. },
  597. formatTime(duration) {
  598. if (duration) {
  599. if (duration < 0) return "0:00";
  600. const hours = Math.floor(duration / (60 * 60));
  601. const minutes = Math.floor((duration - hours) / 60);
  602. const seconds = Math.floor(
  603. duration - hours * 60 * 60 - minutes * 60
  604. );
  605. const formatHours = () => {
  606. if (hours > 0) {
  607. if (hours < 10) return `0${hours}:`;
  608. return `${hours}:`;
  609. }
  610. return "";
  611. };
  612. return `${formatHours()}${minutes}:${
  613. seconds < 10 ? `0${seconds}` : seconds
  614. }`;
  615. }
  616. return false;
  617. },
  618. calculateTimeElapsed() {
  619. if (
  620. this.playerReady &&
  621. this.currentSong &&
  622. this.player.getPlayerState() === -1
  623. ) {
  624. if (this.attemptsToPlayVideo >= 5) {
  625. if (
  626. Date.now() - this.lastTimeRequestedIfCanAutoplay >
  627. 2000
  628. ) {
  629. this.lastTimeRequestedIfCanAutoplay = Date.now();
  630. window.canAutoplay.video().then(({ result }) => {
  631. if (result) {
  632. this.attemptsToPlayVideo = 0;
  633. this.canAutoplay = true;
  634. } else {
  635. this.canAutoplay = false;
  636. }
  637. });
  638. }
  639. } else {
  640. this.player.playVideo();
  641. this.attemptsToPlayVideo += 1;
  642. }
  643. }
  644. if (!this.paused) {
  645. const timeElapsed = this.getTimeElapsed();
  646. const currentPlayerTime = this.player.getCurrentTime() * 1000;
  647. const difference = timeElapsed - currentPlayerTime;
  648. // console.log(difference123);
  649. if (difference < -200) {
  650. // console.log("Difference0.8");
  651. this.player.setPlaybackRate(0.8);
  652. } else if (difference < -50) {
  653. // console.log("Difference0.9");
  654. this.player.setPlaybackRate(0.9);
  655. } else if (difference < -25) {
  656. // console.log("Difference0.99");
  657. this.player.setPlaybackRate(0.99);
  658. } else if (difference > 200) {
  659. // console.log("Difference1.2");
  660. this.player.setPlaybackRate(1.2);
  661. } else if (difference > 50) {
  662. // console.log("Difference1.1");
  663. this.player.setPlaybackRate(1.1);
  664. } else if (difference > 25) {
  665. // console.log("Difference1.01");
  666. this.player.setPlaybackRate(1.01);
  667. } else if (this.player.getPlaybackRate !== 1.0) {
  668. // console.log("NDifference1.0");
  669. this.player.setPlaybackRate(1.0);
  670. }
  671. }
  672. /* if (this.currentTime !== undefined && this.paused) {
  673. this.timePaused += Date.currently() - this.currentTime;
  674. this.currentTime = undefined;
  675. } */
  676. let { timePaused } = this;
  677. if (this.paused) timePaused += Date.currently() - this.pausedAt;
  678. const duration =
  679. (Date.currently() - this.startedAt - timePaused) / 1000;
  680. const songDuration = this.currentSong.duration;
  681. if (songDuration <= duration) this.player.pauseVideo();
  682. if (!this.paused && duration <= songDuration)
  683. this.timeElapsed = this.formatTime(duration);
  684. },
  685. toggleLock() {
  686. window.socket.emit("stations.toggleLock", this.station._id, res => {
  687. if (res.status === "success") {
  688. Toast.methods.addToast(
  689. "Successfully toggled the queue lock.",
  690. 4000
  691. );
  692. } else Toast.methods.addToast(res.message, 8000);
  693. });
  694. },
  695. changeVolume() {
  696. const volume = document.getElementById("volumeSlider").value;
  697. localStorage.setItem("volume", volume / 100);
  698. if (this.playerReady) {
  699. this.player.setVolume(volume / 100);
  700. if (volume > 0) {
  701. this.player.unMute();
  702. localStorage.setItem("muted", false);
  703. this.muted = false;
  704. }
  705. }
  706. },
  707. resumeLocalStation() {
  708. this.updatePaused(false);
  709. if (!this.noSong) {
  710. if (this.playerReady) {
  711. this.player.seekTo(
  712. this.getTimeElapsed() / 1000 +
  713. this.currentSong.skipDuration
  714. );
  715. this.player.playVideo();
  716. }
  717. }
  718. },
  719. pauseLocalStation() {
  720. this.updatePaused(true);
  721. if (!this.noSong) {
  722. this.timeBeforePause = this.getTimeElapsed();
  723. if (this.playerReady) this.player.pauseVideo();
  724. }
  725. },
  726. skipStation() {
  727. this.socket.emit("stations.forceSkip", this.station._id, data => {
  728. if (data.status !== "success")
  729. Toast.methods.addToast(`Error: ${data.message}`, 8000);
  730. else
  731. Toast.methods.addToast(
  732. "Successfully skipped the station's current song.",
  733. 4000
  734. );
  735. });
  736. },
  737. voteSkipStation() {
  738. this.socket.emit("stations.voteSkip", this.station._id, data => {
  739. if (data.status !== "success")
  740. Toast.methods.addToast(`Error: ${data.message}`, 8000);
  741. else
  742. Toast.methods.addToast(
  743. "Successfully voted to skip the current song.",
  744. 4000
  745. );
  746. });
  747. },
  748. resumeStation() {
  749. this.socket.emit("stations.resume", this.station._id, data => {
  750. if (data.status !== "success")
  751. Toast.methods.addToast(`Error: ${data.message}`, 8000);
  752. else
  753. Toast.methods.addToast(
  754. "Successfully resumed the station.",
  755. 4000
  756. );
  757. });
  758. },
  759. pauseStation() {
  760. this.socket.emit("stations.pause", this.station._id, data => {
  761. if (data.status !== "success")
  762. Toast.methods.addToast(`Error: ${data.message}`, 8000);
  763. else
  764. Toast.methods.addToast(
  765. "Successfully paused the station.",
  766. 4000
  767. );
  768. });
  769. },
  770. toggleMute() {
  771. if (this.playerReady) {
  772. const previousVolume = parseFloat(
  773. localStorage.getItem("volume")
  774. );
  775. const volume =
  776. this.player.getVolume() * 100 <= 0 ? previousVolume : 0;
  777. this.muted = !this.muted;
  778. localStorage.setItem("muted", this.muted);
  779. document.getElementById("volumeSlider").value = volume * 100;
  780. this.player.setVolume(volume);
  781. if (!this.muted) localStorage.setItem("volume", volume);
  782. }
  783. },
  784. increaseVolume() {
  785. if (this.playerReady) {
  786. const previousVolume = parseInt(localStorage.getItem("volume"));
  787. let volume = previousVolume + 5;
  788. if (previousVolume === 0) {
  789. this.muted = false;
  790. localStorage.setItem("muted", false);
  791. }
  792. if (volume > 100) volume = 100;
  793. document.getElementById("volumeSlider").value = volume * 100;
  794. this.player.setVolume(volume);
  795. localStorage.setItem("volume", volume);
  796. }
  797. },
  798. toggleLike() {
  799. if (this.liked)
  800. this.socket.emit(
  801. "songs.unlike",
  802. this.currentSong.songId,
  803. data => {
  804. if (data.status !== "success")
  805. Toast.methods.addToast(
  806. `Error: ${data.message}`,
  807. 8000
  808. );
  809. }
  810. );
  811. else
  812. this.socket.emit(
  813. "songs.like",
  814. this.currentSong.songId,
  815. data => {
  816. if (data.status !== "success")
  817. Toast.methods.addToast(
  818. `Error: ${data.message}`,
  819. 8000
  820. );
  821. }
  822. );
  823. },
  824. toggleDislike() {
  825. if (this.disliked)
  826. return this.socket.emit(
  827. "songs.undislike",
  828. this.currentSong.songId,
  829. data => {
  830. if (data.status !== "success")
  831. Toast.methods.addToast(
  832. `Error: ${data.message}`,
  833. 8000
  834. );
  835. }
  836. );
  837. return this.socket.emit(
  838. "songs.dislike",
  839. this.currentSong.songId,
  840. data => {
  841. if (data.status !== "success")
  842. Toast.methods.addToast(`Error: ${data.message}`, 8000);
  843. }
  844. );
  845. },
  846. addFirstPrivatePlaylistSongToQueue() {
  847. let isInQueue = false;
  848. if (this.station.type === "community") {
  849. this.songsList.forEach(queueSong => {
  850. if (queueSong.requestedBy === this.userId) isInQueue = true;
  851. });
  852. if (!isInQueue && this.privatePlaylistQueueSelected) {
  853. this.socket.emit(
  854. "playlists.getFirstSong",
  855. this.privatePlaylistQueueSelected,
  856. data => {
  857. if (data.status === "success") {
  858. if (data.song.duration < 15 * 60) {
  859. this.automaticallyRequestedSongId =
  860. data.song.songId;
  861. this.socket.emit(
  862. "stations.addToQueue",
  863. this.station._id,
  864. data.song.songId,
  865. data2 => {
  866. if (data2.status === "success") {
  867. this.socket.emit(
  868. "playlists.moveSongToBottom",
  869. this
  870. .privatePlaylistQueueSelected,
  871. data.song.songId,
  872. data3 => {
  873. if (
  874. data3.status ===
  875. "success"
  876. ) {} // eslint-disable-line
  877. }
  878. );
  879. }
  880. }
  881. );
  882. } else {
  883. Toast.methods.addToast(
  884. `Top song in playlist was too long to be added.`,
  885. 3000
  886. );
  887. this.socket.emit(
  888. "playlists.moveSongToBottom",
  889. this.privatePlaylistQueueSelected,
  890. data.song.songId,
  891. data3 => {
  892. if (data3.status === "success") {
  893. setTimeout(() => {
  894. this.addFirstPrivatePlaylistSongToQueue();
  895. }, 3000);
  896. }
  897. }
  898. );
  899. }
  900. }
  901. }
  902. );
  903. }
  904. }
  905. },
  906. join() {
  907. this.socket.emit("stations.join", this.stationName, res => {
  908. if (res.status === "success") {
  909. this.loading = false;
  910. const {
  911. _id,
  912. displayName,
  913. description,
  914. privacy,
  915. locked,
  916. partyMode,
  917. owner,
  918. privatePlaylist,
  919. type
  920. } = res.data;
  921. this.joinStation({
  922. _id,
  923. name: this.stationName,
  924. displayName,
  925. description,
  926. privacy,
  927. locked,
  928. partyMode,
  929. owner,
  930. privatePlaylist,
  931. type
  932. });
  933. const currentSong = res.data.currentSong
  934. ? res.data.currentSong
  935. : {};
  936. if (currentSong.artists)
  937. currentSong.artists = currentSong.artists.join(", ");
  938. this.updateCurrentSong(currentSong);
  939. this.startedAt = res.data.startedAt;
  940. this.updatePaused(res.data.paused);
  941. this.timePaused = res.data.timePaused;
  942. this.updateUserCount(res.data.userCount);
  943. this.updateUsers(res.data.users);
  944. this.pausedAt = res.data.pausedAt;
  945. if (res.data.currentSong) {
  946. this.updateNoSong(false);
  947. this.youtubeReady();
  948. this.playVideo();
  949. this.socket.emit(
  950. "songs.getOwnSongRatings",
  951. res.data.currentSong.songId,
  952. data => {
  953. if (this.currentSong.songId === data.songId) {
  954. this.liked = data.liked;
  955. this.disliked = data.disliked;
  956. }
  957. }
  958. );
  959. } else {
  960. if (this.playerReady) this.player.pauseVideo();
  961. this.updateNoSong(true);
  962. }
  963. // UNIX client time before ping
  964. const beforePing = Date.now();
  965. this.socket.emit("apis.ping", pong => {
  966. // UNIX client time after ping
  967. const afterPing = Date.now();
  968. // Average time in MS it took between the server responding and the client receiving
  969. const connectionLatency = (afterPing - beforePing) / 2;
  970. console.log(connectionLatency, beforePing - afterPing);
  971. // UNIX server time
  972. const serverDate = pong.date;
  973. // Difference between the server UNIX time and the client UNIX time after ping, with the connectionLatency added to the server UNIX time
  974. const difference =
  975. serverDate + connectionLatency - afterPing;
  976. console.log("Difference: ", difference);
  977. if (difference > 3000 || difference < -3000) {
  978. console.log(
  979. "System time difference is bigger than 3 seconds."
  980. );
  981. }
  982. this.systemDifference = difference;
  983. });
  984. }
  985. });
  986. },
  987. ...mapActions("modals", ["openModal"]),
  988. ...mapActions("station", [
  989. "joinStation",
  990. "updateUserCount",
  991. "updateUsers",
  992. "updateCurrentSong",
  993. "updatePreviousSong",
  994. "updateSongsList",
  995. "updatePaused",
  996. "updateNoSong"
  997. ])
  998. },
  999. mounted() {
  1000. Date.currently = () => {
  1001. return new Date().getTime() + this.systemDifference;
  1002. };
  1003. this.stationName = this.$route.params.id;
  1004. window.stationInterval = 0;
  1005. io.getSocket(socket => {
  1006. this.socket = socket;
  1007. io.removeAllListeners();
  1008. if (this.socket.connected) this.join();
  1009. io.onConnect(this.join);
  1010. this.socket.emit("stations.findByName", this.stationName, res => {
  1011. if (res.status === "failure") {
  1012. this.loading = false;
  1013. this.exists = false;
  1014. } else {
  1015. this.exists = true;
  1016. }
  1017. });
  1018. this.socket.on("event:songs.next", data => {
  1019. const previousSong = this.currentSong.songId
  1020. ? this.currentSong
  1021. : null;
  1022. this.updatePreviousSong(previousSong);
  1023. this.updateCurrentSong(
  1024. data.currentSong ? data.currentSong : {}
  1025. );
  1026. this.startedAt = data.startedAt;
  1027. this.updatePaused(data.paused);
  1028. this.timePaused = data.timePaused;
  1029. if (data.currentSong) {
  1030. this.updateNoSong(false);
  1031. if (this.currentSong.artists)
  1032. this.currentSong.artists = this.currentSong.artists.join(
  1033. ", "
  1034. );
  1035. if (!this.playerReady) this.youtubeReady();
  1036. else this.playVideo();
  1037. this.socket.emit(
  1038. "songs.getOwnSongRatings",
  1039. data.currentSong.songId,
  1040. song => {
  1041. if (this.currentSong.songId === song.songId) {
  1042. this.liked = song.liked;
  1043. this.disliked = song.disliked;
  1044. }
  1045. }
  1046. );
  1047. } else {
  1048. if (this.playerReady) this.player.pauseVideo();
  1049. this.updateNoSong(true);
  1050. }
  1051. let isInQueue = false;
  1052. this.songsList.forEach(queueSong => {
  1053. if (queueSong.requestedBy === this.userId) isInQueue = true;
  1054. });
  1055. if (
  1056. !isInQueue &&
  1057. this.privatePlaylistQueueSelected &&
  1058. (this.automaticallyRequestedSongId !==
  1059. this.currentSong.songId ||
  1060. !this.currentSong.songId)
  1061. ) {
  1062. this.addFirstPrivatePlaylistSongToQueue();
  1063. }
  1064. });
  1065. this.socket.on("event:stations.pause", data => {
  1066. this.pausedAt = data.pausedAt;
  1067. this.pauseLocalStation();
  1068. });
  1069. this.socket.on("event:stations.resume", data => {
  1070. this.timePaused = data.timePaused;
  1071. this.resumeLocalStation();
  1072. });
  1073. this.socket.on("event:stations.remove", () => {
  1074. window.location.href = "/";
  1075. return true;
  1076. });
  1077. this.socket.on("event:song.like", data => {
  1078. if (!this.noSong) {
  1079. if (data.songId === this.currentSong.songId) {
  1080. this.currentSong.dislikes = data.dislikes;
  1081. this.currentSong.likes = data.likes;
  1082. }
  1083. }
  1084. });
  1085. this.socket.on("event:song.dislike", data => {
  1086. if (!this.noSong) {
  1087. if (data.songId === this.currentSong.songId) {
  1088. this.currentSong.dislikes = data.dislikes;
  1089. this.currentSong.likes = data.likes;
  1090. }
  1091. }
  1092. });
  1093. this.socket.on("event:song.unlike", data => {
  1094. if (!this.noSong) {
  1095. if (data.songId === this.currentSong.songId) {
  1096. this.currentSong.dislikes = data.dislikes;
  1097. this.currentSong.likes = data.likes;
  1098. }
  1099. }
  1100. });
  1101. this.socket.on("event:song.undislike", data => {
  1102. if (!this.noSong) {
  1103. if (data.songId === this.currentSong.songId) {
  1104. this.currentSong.dislikes = data.dislikes;
  1105. this.currentSong.likes = data.likes;
  1106. }
  1107. }
  1108. });
  1109. this.socket.on("event:song.newRatings", data => {
  1110. if (!this.noSong) {
  1111. if (data.songId === this.currentSong.songId) {
  1112. this.liked = data.liked;
  1113. this.disliked = data.disliked;
  1114. }
  1115. }
  1116. });
  1117. this.socket.on("event:queue.update", queue => {
  1118. if (this.station.type === "community")
  1119. this.updateSongsList(queue);
  1120. });
  1121. this.socket.on("event:song.voteSkipSong", () => {
  1122. if (this.currentSong) this.currentSong.skipVotes += 1;
  1123. });
  1124. this.socket.on("event:privatePlaylist.selected", playlistId => {
  1125. if (this.station.type === "community") {
  1126. this.station.privatePlaylist = playlistId;
  1127. }
  1128. });
  1129. this.socket.on("event:partyMode.updated", partyMode => {
  1130. if (this.station.type === "community") {
  1131. this.station.partyMode = partyMode;
  1132. }
  1133. });
  1134. this.socket.on("event:newOfficialPlaylist", playlist => {
  1135. if (this.station.type === "official") {
  1136. this.updateSongsList(playlist);
  1137. }
  1138. });
  1139. this.socket.on("event:users.updated", users => {
  1140. this.updateUsers(users);
  1141. });
  1142. this.socket.on("event:userCount.updated", userCount => {
  1143. this.updateUserCount(userCount);
  1144. });
  1145. this.socket.on("event:queueLockToggled", locked => {
  1146. this.station.locked = locked;
  1147. });
  1148. });
  1149. if (JSON.parse(localStorage.getItem("muted"))) {
  1150. this.muted = true;
  1151. this.player.setVolume(0);
  1152. document.getElementById("volumeSlider").value = 0 * 100;
  1153. } else {
  1154. let volume = parseFloat(localStorage.getItem("volume"));
  1155. volume =
  1156. typeof volume === "number" && !Number.isNaN(volume)
  1157. ? volume
  1158. : 20;
  1159. localStorage.setItem("volume", volume);
  1160. document.getElementById("volumeSlider").value = volume * 100;
  1161. }
  1162. },
  1163. components: {
  1164. StationHeader,
  1165. SongQueue: () => import("../Modals/AddSongToQueue.vue"),
  1166. AddToPlaylist: () => import("../Modals/AddSongToPlaylist.vue"),
  1167. EditPlaylist: () => import("../Modals/Playlists/Edit.vue"),
  1168. CreatePlaylist: () => import("../Modals/Playlists/Create.vue"),
  1169. EditStation: () => import("../Modals/EditStation.vue"),
  1170. Report: () => import("../Modals/Report.vue"),
  1171. SongsListSidebar: () => import("../Sidebars/SongsList.vue"),
  1172. PlaylistSidebar: () => import("../Sidebars/Playlist.vue"),
  1173. UsersSidebar: () => import("../Sidebars/UsersList.vue"),
  1174. UserIdToUsername,
  1175. Z404
  1176. }
  1177. };
  1178. </script>
  1179. <style lang="scss">
  1180. @import "styles/global.scss";
  1181. .player-can-not-autoplay {
  1182. position: absolute;
  1183. width: 100%;
  1184. height: 100%;
  1185. background: rgba(3, 169, 244, 0.95);
  1186. display: flex;
  1187. align-items: center;
  1188. justify-content: center;
  1189. p {
  1190. color: $white;
  1191. font-size: 26px;
  1192. text-align: center;
  1193. }
  1194. }
  1195. .slide-enter-active,
  1196. .slide-leave-active {
  1197. transition: all 0.3s ease;
  1198. }
  1199. .slide-enter,
  1200. .slide-leave-to {
  1201. transform: translateX(300px);
  1202. }
  1203. .no-song {
  1204. color: $primary-color;
  1205. text-align: center;
  1206. }
  1207. #volumeSlider {
  1208. padding: 0 15px;
  1209. background: transparent;
  1210. }
  1211. .volume-slider-wrapper {
  1212. margin-top: 0;
  1213. position: relative;
  1214. display: flex;
  1215. align-items: center;
  1216. .material-icons {
  1217. user-select: none;
  1218. }
  1219. }
  1220. .material-icons {
  1221. cursor: pointer;
  1222. }
  1223. .stationDisplayName {
  1224. color: $white !important;
  1225. }
  1226. .add-to-playlist {
  1227. display: flex;
  1228. align-items: center;
  1229. justify-content: center;
  1230. }
  1231. .slideout {
  1232. top: 50px;
  1233. height: 100%;
  1234. position: fixed;
  1235. right: 0;
  1236. width: 350px;
  1237. background-color: $white;
  1238. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
  1239. 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  1240. .slideout-header {
  1241. text-align: center;
  1242. background-color: rgb(3, 169, 244) !important;
  1243. margin: 0;
  1244. padding-top: 5px;
  1245. padding-bottom: 7px;
  1246. color: $white;
  1247. }
  1248. .slideout-content {
  1249. height: 100%;
  1250. }
  1251. }
  1252. .modal-large {
  1253. width: 75%;
  1254. }
  1255. .station {
  1256. flex: 1 0 auto;
  1257. padding-top: 0.5vw;
  1258. transition: all 0.1s;
  1259. margin: 0 auto;
  1260. max-width: 100%;
  1261. width: 90%;
  1262. @media only screen and (min-width: 993px) {
  1263. width: 70%;
  1264. }
  1265. @media only screen and (min-width: 601px) {
  1266. width: 85%;
  1267. }
  1268. @media (min-width: 999px) {
  1269. .mobile-only {
  1270. display: none;
  1271. }
  1272. .desktop-only {
  1273. display: block;
  1274. }
  1275. }
  1276. @media (max-width: 998px) {
  1277. .mobile-only {
  1278. display: block;
  1279. }
  1280. .desktop-only {
  1281. display: none;
  1282. visibility: hidden;
  1283. }
  1284. }
  1285. .mobile-only {
  1286. text-align: center;
  1287. }
  1288. .playlistCard {
  1289. margin: 10px;
  1290. position: relative;
  1291. padding-bottom: calc(31.25% + 7px);
  1292. height: 0;
  1293. overflow-y: scroll;
  1294. .title {
  1295. background-color: rgb(3, 169, 244);
  1296. text-align: center;
  1297. padding: 10px;
  1298. color: $white;
  1299. font-weight: 600;
  1300. }
  1301. .media {
  1302. padding: 0 25px;
  1303. }
  1304. .media-content .content {
  1305. min-height: 64px;
  1306. max-height: 64px;
  1307. display: flex;
  1308. align-items: center;
  1309. }
  1310. .content p strong {
  1311. word-break: break-word;
  1312. }
  1313. .content p small {
  1314. word-break: break-word;
  1315. }
  1316. .add-to-queue {
  1317. width: 100%;
  1318. margin-top: 25px;
  1319. height: 40px;
  1320. border-radius: 0;
  1321. background: rgb(3, 169, 244);
  1322. color: $white !important;
  1323. border: 0;
  1324. &:active,
  1325. &:focus {
  1326. border: 0;
  1327. }
  1328. }
  1329. .add-to-queue:focus {
  1330. background: $primary-color;
  1331. }
  1332. .media-right {
  1333. line-height: 64px;
  1334. }
  1335. .songTitle {
  1336. word-wrap: break-word;
  1337. overflow: hidden;
  1338. text-overflow: ellipsis;
  1339. display: -webkit-box;
  1340. -webkit-box-orient: vertical;
  1341. -webkit-line-clamp: 2;
  1342. line-height: 20px;
  1343. max-height: 40px;
  1344. width: 100%;
  1345. }
  1346. }
  1347. input[type="range"] {
  1348. -webkit-appearance: none;
  1349. width: 100%;
  1350. margin: 7.3px 0;
  1351. }
  1352. input[type="range"]:focus {
  1353. outline: none;
  1354. }
  1355. input[type="range"]::-webkit-slider-runnable-track {
  1356. width: 100%;
  1357. height: 5.2px;
  1358. cursor: pointer;
  1359. box-shadow: 0;
  1360. background: $light-grey-2;
  1361. border-radius: 0;
  1362. border: 0;
  1363. }
  1364. input[type="range"]::-webkit-slider-thumb {
  1365. box-shadow: 0;
  1366. border: 0;
  1367. height: 19px;
  1368. width: 19px;
  1369. border-radius: 15px;
  1370. background: $primary-color;
  1371. cursor: pointer;
  1372. -webkit-appearance: none;
  1373. margin-top: -6.5px;
  1374. }
  1375. input[type="range"]::-moz-range-track {
  1376. width: 100%;
  1377. height: 5.2px;
  1378. cursor: pointer;
  1379. box-shadow: 0;
  1380. background: $light-grey-2;
  1381. border-radius: 0;
  1382. border: 0;
  1383. }
  1384. input[type="range"]::-moz-range-thumb {
  1385. box-shadow: 0;
  1386. border: 0;
  1387. height: 19px;
  1388. width: 19px;
  1389. border-radius: 15px;
  1390. background: $primary-color;
  1391. cursor: pointer;
  1392. -webkit-appearance: none;
  1393. margin-top: -6.5px;
  1394. }
  1395. input[type="range"]::-ms-track {
  1396. width: 100%;
  1397. height: 5.2px;
  1398. cursor: pointer;
  1399. box-shadow: 0;
  1400. background: $light-grey-2;
  1401. border-radius: 1.3px;
  1402. }
  1403. input[type="range"]::-ms-fill-lower {
  1404. background: $light-grey-2;
  1405. border: 0;
  1406. border-radius: 0;
  1407. box-shadow: 0;
  1408. }
  1409. input[type="range"]::-ms-fill-upper {
  1410. background: $light-grey-2;
  1411. border: 0;
  1412. border-radius: 0;
  1413. box-shadow: 0;
  1414. }
  1415. input[type="range"]::-ms-thumb {
  1416. box-shadow: 0;
  1417. border: 0;
  1418. height: 15px;
  1419. width: 15px;
  1420. border-radius: 15px;
  1421. background: $primary-color;
  1422. cursor: pointer;
  1423. -webkit-appearance: none;
  1424. margin-top: 1.5px;
  1425. }
  1426. .video-container {
  1427. position: relative;
  1428. padding-bottom: 56.25%;
  1429. height: 0;
  1430. overflow: hidden;
  1431. iframe {
  1432. position: absolute;
  1433. top: 0;
  1434. left: 0;
  1435. width: 100%;
  1436. height: 100%;
  1437. }
  1438. }
  1439. .video-col {
  1440. padding-right: 0.75rem;
  1441. padding-left: 0.75rem;
  1442. }
  1443. }
  1444. .room-title {
  1445. left: 50%;
  1446. -webkit-transform: translateX(-50%);
  1447. transform: translateX(-50%);
  1448. font-size: 2.1em;
  1449. }
  1450. #ratings {
  1451. span {
  1452. font-size: 1.68rem;
  1453. }
  1454. i {
  1455. color: #9e9e9e !important;
  1456. cursor: pointer;
  1457. transition: 0.1s color;
  1458. }
  1459. }
  1460. #time-display {
  1461. margin-top: 30px;
  1462. float: right;
  1463. }
  1464. #thumbs_up:hover,
  1465. #thumbs_up.liked {
  1466. color: $green !important;
  1467. }
  1468. #thumbs_down:hover,
  1469. #thumbs_down.disliked {
  1470. color: $red !important;
  1471. }
  1472. #song-thumbnail {
  1473. max-width: 100%;
  1474. width: 85%;
  1475. }
  1476. .seeker-bar-container {
  1477. position: relative;
  1478. height: 7px;
  1479. display: block;
  1480. width: 100%;
  1481. overflow: hidden;
  1482. }
  1483. .seeker-bar {
  1484. top: 0;
  1485. left: 0;
  1486. bottom: 0;
  1487. position: absolute;
  1488. }
  1489. ul {
  1490. list-style: none;
  1491. margin: 0;
  1492. display: block;
  1493. }
  1494. h1,
  1495. h2,
  1496. h3,
  1497. h4,
  1498. h5,
  1499. h6 {
  1500. font-weight: 400;
  1501. line-height: 1.1;
  1502. }
  1503. h1 a,
  1504. h2 a,
  1505. h3 a,
  1506. h4 a,
  1507. h5 a,
  1508. h6 a {
  1509. font-weight: inherit;
  1510. }
  1511. h1 {
  1512. font-size: 4.2rem;
  1513. line-height: 110%;
  1514. margin: 2.1rem 0 1.68rem 0;
  1515. }
  1516. h2 {
  1517. font-size: 3.56rem;
  1518. line-height: 110%;
  1519. margin: 1.78rem 0 1.424rem 0;
  1520. }
  1521. h3 {
  1522. font-size: 2.92rem;
  1523. line-height: 110%;
  1524. margin: 1.46rem 0 1.168rem 0;
  1525. }
  1526. h4 {
  1527. font-size: 2.28rem;
  1528. line-height: 110%;
  1529. margin: 1.14rem 0 0.912rem 0;
  1530. }
  1531. h5 {
  1532. font-size: 1.64rem;
  1533. line-height: 110%;
  1534. margin: 0.82rem 0 0.656rem 0;
  1535. }
  1536. h6 {
  1537. font-size: 1rem;
  1538. line-height: 110%;
  1539. margin: 0.5rem 0 0.4rem 0;
  1540. }
  1541. .thin {
  1542. font-weight: 200;
  1543. }
  1544. .left {
  1545. float: left !important;
  1546. }
  1547. .right {
  1548. float: right !important;
  1549. }
  1550. .light-blue {
  1551. background-color: $primary-color !important;
  1552. }
  1553. .white {
  1554. background-color: $white !important;
  1555. }
  1556. .btn-search {
  1557. font-size: 14px;
  1558. }
  1559. .menu {
  1560. padding: 0 10px;
  1561. }
  1562. .menu-list li a:hover {
  1563. color: #000 !important;
  1564. }
  1565. .menu-list li {
  1566. display: flex;
  1567. justify-content: space-between;
  1568. }
  1569. .menu-list a {
  1570. /*padding: 0 10px !important;*/
  1571. }
  1572. .menu-list a:hover {
  1573. background-color: transparent;
  1574. }
  1575. .icons-group {
  1576. display: flex;
  1577. }
  1578. #like,
  1579. #dislike {
  1580. position: relative;
  1581. }
  1582. .behind {
  1583. z-index: -1;
  1584. }
  1585. .behind:focus {
  1586. z-index: 0;
  1587. }
  1588. .progress {
  1589. width: 50px;
  1590. animation: rotate 0.8s infinite linear;
  1591. border: 8px solid $primary-color;
  1592. border-right-color: transparent;
  1593. height: 50px;
  1594. position: absolute;
  1595. top: 50%;
  1596. left: 50%;
  1597. }
  1598. @keyframes rotate {
  1599. 0% {
  1600. transform: rotate(0deg);
  1601. }
  1602. 100% {
  1603. transform: rotate(360deg);
  1604. }
  1605. }
  1606. .experimental {
  1607. display: none !important;
  1608. }
  1609. </style>