Giter Site home page Giter Site logo

some-js-script-for-fb2k's Introduction

Some-js-scripts-for-FB2K

ncm.js

FB2K ESLyric 下的能获取网易云音乐歌词并进行一些处理的脚本

设置歌词输出顺序,删除即不获取

old_merge:并排合并歌词,newtype:并列合并,tran:翻译,origin:原版歌词;

(new_merge:不推荐使用 实现卡拉OK模式下不高亮翻译,不支持保存,英语字符歌词会显示时间轴:ESLyric实现问题)

var lrc_order = [
	"newtype",
	"new_merge",
        "origin",
        "tran"
    ];

更改或删除翻译外括号

var bracket = [ 
        "「", //左括号
		"」"  //右括号
    ];

其他

//搜索歌词数,如果经常搜不到试着改小或改大
var limit = 4;
//修复newtype歌词保存 翻译提前秒数 设为0则取消
var savefix = 0.01;
//new_merge歌词翻译时间轴滞后秒数
var timefix = 0.01;
//当timefix有效时设置offset(毫秒)
var offset=-20;

cover.js

一个简单的获取网易云音乐封面的WSH脚本;

新建WSH面板载入脚本使用;

获取的封面保存在 歌曲目录\Cover[-%artist%]-%title%.jpg 下;

在WSH面板上会显示获取的封面;

也可在参数选项:显示 搜索模板 在“cover.jpg”下添加“Cover[-%artist%]-%title%.jpg”,以在封面显示器面板显示;

载入错误请重新加载;

some-js-script-for-fb2k's People

Contributors

ehfive avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.