2 lines
15 KiB
JavaScript
2 lines
15 KiB
JavaScript
(function(t){function e(e){for(var n,s,l=e[0],a=e[1],c=e[2],p=0,d=[];p<l.length;p++)s=l[p],Object.prototype.hasOwnProperty.call(o,s)&&o[s]&&d.push(o[s][0]),o[s]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n]);u&&u(e);while(d.length)d.shift()();return i.push.apply(i,c||[]),r()}function r(){for(var t,e=0;e<i.length;e++){for(var r=i[e],n=!0,l=1;l<r.length;l++){var a=r[l];0!==o[a]&&(n=!1)}n&&(i.splice(e--,1),t=s(s.s=r[0]))}return t}var n={},o={app:0},i=[];function s(e){if(n[e])return n[e].exports;var r=n[e]={i:e,l:!1,exports:{}};return t[e].call(r.exports,r,r.exports,s),r.l=!0,r.exports}s.m=t,s.c=n,s.d=function(t,e,r){s.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},s.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.t=function(t,e){if(1&e&&(t=s(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(s.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)s.d(r,n,function(e){return t[e]}.bind(null,n));return r},s.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return s.d(e,"a",e),e},s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.p="/";var l=window["webpackJsonp"]=window["webpackJsonp"]||[],a=l.push.bind(l);l.push=e,l=l.slice();for(var c=0;c<l.length;c++)e(l[c]);var u=a;i.push([0,"chunk-vendors"]),r()})({0:function(t,e,r){t.exports=r("56d7")},"034f":function(t,e,r){"use strict";r("85ec")},"17f6":function(t,e){t.exports={svg:{$:{t:"1624783752433",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2528","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M512 938.666667C276.352 938.666667 85.333333 747.648 85.333333 512S276.352 85.333333 512 85.333333s426.666667 191.018667 426.666667 426.666667-191.018667 426.666667-426.666667 426.666667zM384 384v256h85.333333V384H384z m170.666667 0v256h85.333333V384h-85.333333z","p-id":"2529"}}]}}},"1d62":function(t,e){t.exports={svg:{$:{t:"1624783770293",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2665","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M682.666667 540.458667L246.485333 831.232A21.333333 21.333333 0 0 1 213.333333 813.482667V210.517333a21.333333 21.333333 0 0 1 33.152-17.749333L682.666667 483.541333V213.333333a42.666667 42.666667 0 0 1 85.333333 0v597.333334a42.666667 42.666667 0 0 1-85.333333 0v-270.208z","p-id":"2666"}}]}}},"28e0":function(t,e,r){},"49ab":function(t,e,r){var n={"./list.svg":"badf","./pause-circle.svg":"17f6","./play-circle.svg":"6a27","./random.svg":"b0ce","./repeat.svg":"5d96","./step-backward.svg":"f6c2","./step-forward.svg":"1d62"};function o(t){var e=i(t);return r(e)}function i(t){if(!r.o(n,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return n[t]}o.keys=function(){return Object.keys(n)},o.resolve=i,t.exports=o,o.id="49ab"},"56d7":function(t,e,r){"use strict";r.r(e);r("e260"),r("e6cf"),r("cca6"),r("a79d");var n=r("2b0e"),o=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{attrs:{id:"app"}},[r("Playlist",{staticClass:"playlist",style:{"margin-bottom":t.panelHeight}}),r("Panel",{style:{height:t.panelHeight}})],1)},i=[],s=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{ref:"playlist",staticClass:"playlist"},t._l(t.fileInfos,(function(e,n){return r("div",{key:e.path,staticClass:"item eaf-music-player-item",style:{background:t.itemBackgroundColor(e),color:t.itemForegroundColor(e)},on:{click:function(r){return t.playItem(e)}}},[r("div",{staticClass:"item-index"},[t._v(" "+t._s(t.padNumber(n+1,t.numberWidth))+" ")]),r("div",{staticClass:"item-name"},[t._v(" "+t._s(e.name)+" ")]),r("div",{staticClass:"item-artist"},[t._v(" "+t._s(e.artist)+" ")]),r("div",{staticClass:"item-album"},[t._v(" "+t._s(e.album)+" ")])])})),0)},l=[],a=r("2f62"),c=r("2a3c"),u={name:"Playlist",data:function(){return{backgroundColor:"",foregroundColor:""}},computed:Object(a["b"])(["currentTrack","currentTrackIndex","numberWidth","fileInfos"]),watch:{currentTrack:function(){this.$refs.playlist.children[this.currentTrackIndex].scrollIntoViewIfNeeded(!1)}},props:{},mounted:function(){window.initPlaylistColor=this.initPlaylistColor,window.addFiles=this.addFiles,window.scrollUp=this.scrollUp,window.scrollDown=this.scrollDown,window.scrollUpPage=this.scrollUpPage,window.scrollDownPage=this.scrollDownPage,window.scrollToBegin=this.scrollToBegin,window.scrollToBottom=this.scrollToBottom,window.jumpToFile=this.jumpToFile},created:function(){new c["QWebChannel"](qt.webChannelTransport,(function(t){window.pyobject=t.objects.pyobject}))},methods:{initPlaylistColor:function(t,e){this.backgroundColor=t,this.foregroundColor=e},addFiles:function(t){this.$store.commit("updateFileInfos",t)},playItem:function(t){this.$root.$emit("playItem",t)},padNumber:function(t,e){var r=t+"";while(r.length<e)r="0"+r;return r},itemBackgroundColor:function(t){return t.path==this.currentTrack?this.foregroundColor:this.backgroundColor},itemForegroundColor:function(t){return t.path==this.currentTrack?this.backgroundColor:this.foregroundColor},scrollUp:function(){this.$refs.playlist.scrollTop+=30},scrollDown:function(){this.$refs.playlist.scrollTop-=30},scrollUpPage:function(){this.$refs.playlist.scrollTop+=this.$refs.playlist.offsetHeight},scrollDownPage:function(){this.$refs.playlist.scrollTop-=this.$refs.playlist.offsetHeight},scrollToBegin:function(){this.$refs.playlist.scrollTop=0},scrollToBottom:function(){this.$refs.playlist.scrollTop=this.$refs.playlist.scrollHeight},jumpToFile:function(){window.pyobject.eval_emacs_function("eaf-open-in-file-manager",[this.currentTrack])}}},p=u,d=(r("8505"),r("2877")),f=Object(d["a"])(p,s,l,!1,null,"909ab6b4",null),h=f.exports,w=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"panel",style:{background:t.backgroundColor}},[t.currentCover?r("img",{staticClass:"cover",attrs:{src:t.currentCover}}):t._e(),r("div",{staticClass:"info",style:{color:t.foregroundColor}},[r("div",[t._v(" "+t._s(t.name)+" ")]),r("div",[t._v(" "+t._s(t.artist)+" ")])]),r("div",{staticClass:"control",style:{color:t.foregroundColor}},[r("icon",{staticClass:"repeat",style:{color:t.foregroundColor},attrs:{name:t.playOrder,scale:2.5},nativeOn:{click:function(e){return t.togglePlayOrder.apply(null,arguments)}}}),r("icon",{staticClass:"backward",style:{color:t.foregroundColor},attrs:{name:"step-backward",scale:4},nativeOn:{click:function(e){return t.playPrev.apply(null,arguments)}}}),r("icon",{staticClass:"play",style:{color:t.foregroundColor},attrs:{name:t.playIcon,scale:6},nativeOn:{click:function(e){return t.toggle.apply(null,arguments)}}}),r("icon",{staticClass:"forward",style:{color:t.foregroundColor},attrs:{name:"step-forward",scale:4},nativeOn:{click:function(e){return t.playNext.apply(null,arguments)}}}),r("div",{staticClass:"current-time"},[t._v(" "+t._s(t.currentTime)+" ")]),t._v(" / "),r("div",{staticClass:"duration"},[t._v(" "+t._s(t.duration)+" ")])],1),r("div",{staticClass:"visual"},[r("audio",{ref:"player"},[r("source",{attrs:{src:t.currentTrack}})]),r("av-bars",{staticClass:"visual-bar",attrs:{"ref-link":"player","caps-color":"#FFF","bar-color":t.getBarColors(),"caps-height":2}})],1)])},y=[],g=(r("b0c0"),r("6ef2")),v=r.n(g),m={name:"Panel",data:function(){return{currentTime:"",currentCover:"",duration:"",name:"",artist:"",backgroundColor:"",foregroundColor:"",playIcon:"play-circle",playOrder:"list"}},computed:Object(a["b"])(["currentTrack","currentTrackIndex","fileInfos"]),watch:{fileInfos:function(){"random"===this.playOrder?this.playRandom():this.playItem(this.fileInfos[0])}},props:{},mounted:function(){window.initPanelColor=this.initPanelColor,window.initPlayOrder=this.initPlayOrder,window.forward=this.forward,window.backward=this.backward,window.toggle=this.toggle,window.playNext=this.playNext,window.playPrev=this.playPrev,window.playRandom=this.playRandom,window.togglePlayOrder=this.togglePlayOrder;var t=this;this.$root.$on("playItem",this.playItem),this.$refs.player.addEventListener("ended",this.handlePlayFinish),this.$refs.player.addEventListener("timeupdate",(function(){t.currentTime=t.formatTime(t.$refs.player.currentTime),t.duration=t.formatTime(t.$refs.player.duration)}))},methods:{playItem:function(t){var e=this;this.$store.commit("updateCurrentTrack",t.path),this.playIcon="pause-circle",this.name=t.name,this.artist=t.artist,this.$refs.player.load(),this.$refs.player.play(),this.currentCover="",v()(t.artist,{album:t.album,size:"small"},(function(t,r){console.log(t,r),e.currentCover=t?"":r}))},togglePlayOrder:function(){"list"===this.playOrder?this.playOrder="random":"random"===this.playOrder?this.playOrder="repeat":"repeat"===this.playOrder&&(this.playOrder="list")},handlePlayFinish:function(){"list"===this.playOrder?this.playNext():"random"===this.playOrder?this.playRandom():"repeat"===this.playOrder&&this.playAgain()},initPanelColor:function(t,e){this.backgroundColor=t,this.foregroundColor=e},initPlayOrder:function(t){this.playOrder=t},getBarColors:function(){return[this.foregroundColor,"#FF0","#0F0"]},formatTime:function(t){if(isNaN(t))return"00:00";var e=Math.floor(t/60);return e=e>=10?e:"0"+e,t=Math.floor(t%60),t=t>=10?t:"0"+t,e+":"+t},forward:function(){this.$refs.player.currentTime+=10},backward:function(){this.$refs.player.currentTime-=10},toggle:function(){this.$refs.player.paused?(this.$refs.player.play(),this.playIcon="pause-circle"):(this.$refs.player.pause(),this.playIcon="play-circle")},playPrev:function(){var t=this.currentTrackIndex;t>0?t-=1:t=this.fileInfos.length-1,this.playItem(this.fileInfos[t])},playNext:function(){var t=this.currentTrackIndex;t<this.fileInfos.length-1?t+=1:t=0,this.playItem(this.fileInfos[t])},playRandom:function(){var t=0,e=this.fileInfos.length,r=Math.floor(Math.random()*(e-t+1))+t;this.playItem(this.fileInfos[r])},playAgain:function(){this.playItem(this.fileInfos[this.currentTrackIndex])}}},x=m,b=(r("ed65"),Object(d["a"])(x,w,y,!1,null,"c5f933c8",null)),k=b.exports,C={name:"App",components:{Playlist:h,Panel:k},data:function(){return{panelHeight:"90px"}},props:{},mounted:function(){}},T=C,$=(r("034f"),Object(d["a"])(T,o,i,!1,null,null,null)),I=$.exports;r("d81d"),r("d3b7"),r("25f0");n["a"].use(a["a"]);var O=new a["a"].Store({state:{currentTrack:"",currentTrackIndex:0,numberWidth:0,fileInfos:[]},getters:{currentTrack:function(t){return t.currentTrack},currentTrackIndex:function(t){return t.currentTrackIndex},fileInfos:function(t){return t.fileInfos}},mutations:{updateCurrentTrack:function(t,e){t.currentTrack=e;var r=t.fileInfos.map((function(t){return t.path}));t.currentTrackIndex=r.indexOf(t.currentTrack)},updateFileInfos:function(t,e){t.fileInfos=e,t.numberWidth=t.fileInfos.length.toString().length}}}),P=O,_=r("3304"),j=r("10c9");n["a"].component("icon",j["a"]),n["a"].use(_["a"]),n["a"].config.productionTip=!1,new n["a"]({render:function(t){return t(I)},store:P}).$mount("#app")},"5d96":function(t,e){t.exports={svg:{$:{t:"1624783815753",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3076","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M341.333333 853.333333v82.432a21.333333 21.333333 0 0 1-34.986666 16.426667l-175.786667-146.474667A21.333333 21.333333 0 0 1 144.298667 768H768a85.333333 85.333333 0 0 0 85.333333-85.333333V341.333333h85.333334v341.333334a170.666667 170.666667 0 0 1-170.666667 170.666666H341.333333z m341.333334-765.098666a21.333333 21.333333 0 0 1 34.986666-16.426667l175.786667 146.474667a21.333333 21.333333 0 0 1-13.696 37.717333H256a85.333333 85.333333 0 0 0-85.333333 85.333333v341.333334H85.333333V341.333333a170.666667 170.666667 0 0 1 170.666667-170.666666h426.666667V88.234667zM469.333333 341.333333h85.333334v341.333334h-85.333334v-256H384V384l85.333333-42.666667z","p-id":"3077"}}]}}},"664d":function(t,e,r){},"6a27":function(t,e){t.exports={svg:{$:{t:"1624783741018",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2391","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M512 938.666667C276.352 938.666667 85.333333 747.648 85.333333 512S276.352 85.333333 512 85.333333s426.666667 191.018667 426.666667 426.666667-191.018667 426.666667-426.666667 426.666667zM453.205333 359.04a17.066667 17.066667 0 0 0-26.538666 14.165333v277.589334a17.066667 17.066667 0 0 0 26.538666 14.165333l208.170667-138.752a17.066667 17.066667 0 0 0 0-28.416l-208.213333-138.752z","p-id":"2392"}}]}}},8505:function(t,e,r){"use strict";r("28e0")},"85ec":function(t,e,r){},b0ce:function(t,e){t.exports={svg:{$:{t:"1624783822547",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3213","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M768 763.008V682.666667l213.333333 128-213.333333 128v-89.173334a384 384 0 0 1-298.538667-228.906666L469.333333 620.373333l-0.128 0.256A384 384 0 0 1 116.266667 853.333333H85.333333v-85.333333h30.933334a298.666667 298.666667 0 0 0 274.517333-181.034667L422.912 512l-32.128-74.965333A298.666667 298.666667 0 0 0 116.266667 256H85.333333V170.666667h30.933334a384 384 0 0 1 352.938666 232.746666L469.333333 403.626667l0.128-0.256A384 384 0 0 1 768 174.506667V85.333333l213.333333 128-213.333333 128V260.992a298.666667 298.666667 0 0 0-220.117333 176.042667L515.754667 512l32.128 74.965333A298.666667 298.666667 0 0 0 768 763.008z","p-id":"3214"}}]}}},badf:function(t,e){t.exports={svg:{$:{t:"1624783810651",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2939","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M341.333333 853.333333v82.432a21.333333 21.333333 0 0 1-34.986666 16.426667l-175.786667-146.474667A21.333333 21.333333 0 0 1 144.298667 768H768a85.333333 85.333333 0 0 0 85.333333-85.333333V341.333333h85.333334v341.333334a170.666667 170.666667 0 0 1-170.666667 170.666666H341.333333z m341.333334-682.666666V88.234667a21.333333 21.333333 0 0 1 34.986666-16.426667l175.786667 146.474667a21.333333 21.333333 0 0 1-13.696 37.717333H256a85.333333 85.333333 0 0 0-85.333333 85.333333v341.333334H85.333333V341.333333a170.666667 170.666667 0 0 1 170.666667-170.666666h426.666667z","p-id":"2940"}}]}}},ed65:function(t,e,r){"use strict";r("664d")},f6c2:function(t,e){t.exports={svg:{$:{t:"1624783775360",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2802","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},defs:[{style:[{$:{type:"text/css"}}]}],path:[{$:{d:"M341.333333 483.541333l436.181334-290.773333a21.333333 21.333333 0 0 1 33.152 17.749333v602.965334a21.333333 21.333333 0 0 1-33.152 17.749333L341.333333 540.458667V810.666667a42.666667 42.666667 0 0 1-85.333333 0V213.333333a42.666667 42.666667 0 1 1 85.333333 0v270.208z","p-id":"2803"}}]}}}});
|
|
//# sourceMappingURL=app.29541df1.js.map
|