Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - CharlieJiang

Pages: 1
1
Plugins / Desktop Lyrics: Display lyrics on your desktop!
« on: September 03, 2018, 02:22:28 PM »
Hi all, it's CharlieJiang.
This plugin is for showing lyrics on your desktop, just like clients of very many popular online music services does(such as Netease Cloud Music, QQ Music, Kugou Music, etc.).

The lyrics must in LRC format, synchronized. Offset label is supported.

It can work with NeteaseLyrics plugin in order to display double-line lyrics, if you can provide lrc splitted with slash "/" it can also correctly handled.

To use this plugin, download it from links below:
For users who are in China:
Baidu Netdisk Download, passcode 1sr3  
For users who aren't in China:
OneDrive Download

Just install this plugin in the Plugins tab in the Settings or put the DLL file into the Plugins of your MusicBee installation, and then enable it, set the lyrics style in the settings, and you're ready to rock!

Also, lyrics style can be modified in the Plugins tab. And you can hide or show the desktop lyrics in the MusicBee Menu(View->Desktop Lyrics).

Source Code: GitHub repo:https://github.com/cqjjjzr/MusicBee-DesktopLyrics

Coming Update:  
Pronunciation Marks, Opacity settings.



2
Hi all,
I think MusicBee is really an amazing music player but there is a problem is because songs and artist in my library are pretty unpopular so MusicBee always download wrong artist pictures from Internet and some of them are really ridiculous.
So a option to disable getting pictures from Internet does help a lot. Now I can only prevent the problem by disable the writing permission for the artwork folder, which is obviously not a permanent solution.
Thanks!

3
Questions / What's the skin shown on the mainpage?
« on: February 02, 2018, 03:38:37 PM »
Hi all,
I found the screenshots on the mainpage are so beautiful but I can't find the skin on my MusicBee. I would like to ask what skin it is.

Thanks!

4
Hi. I'm working on a plugin to sync .lrc lyrics to the connected device(because Steven seems not to want to add this option).
So my plugin need to be notified when syncing a track from the lib to the device.
The event should called every time before or after syncing a track file. Like this:
public delegate void TrackSyncDone(string trackName, string path, string pathOnDevice);
And i should be able to write my plugin with it.
Thanks!

5
Plugins / Netease Lyrics: Retrieve lyrics from Netease Cloud Music!
« on: February 02, 2018, 02:53:04 PM »
Hi all, I'm Charlie Jiang.

This is another lyrics retrieval plugin. It can get synchronized lyrics from Netease Cloud Music(网易云音乐, a cloud music service in China).

It can combine the translation to the lyrics if available, like:
Blalalala(Original)
Alalalala(Translation)
is wrapped to: Blalalala/Alalalalala
etc..

But if you don't want this function you can disable it in plugin settings.

You could check out the latest document and version in the GitHub repo: https://github.com/cqjjjzr/MusicBee-NeteaseLyrics

To use this plugin, download it from links below:
For users who are not in China:
https://1drv.ms/f/s!AicHZ6DLvCtX6Qp6KQfEppoQtjLG  
For users who are in China:
https://pan.baidu.com/s/1ZL9dyrAczhPSMvMtvvG5yA?pwd=vede 
passcode: vede
Install(via "Add plugin" button) and enable it in the Plugin tab in the preferences.  
And adjust the retrieving provider priority of "Netease Cloud Music" in the Tags(2) Tab.

And this plugin is also useful for people who aren't from China as Netease CloudMusic also has bunch of songs in other languages. You can disable the translation in the plugin settings.
GitHub repo: https://github.com/cqjjjzr/MusicBee-NeteaseLyrics

Pages: 1