MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins » Hot Plugins » My Lyrics Plugin


My Lyrics Plugin MediaPortal Lyrics Plugin

Reply
 
Thread Tools Display Modes
Old 2007-03-24, 12:11   #1 (permalink)
Portal Member
 
Join Date: May 2006
Location: right there
Age: 30
Posts: 249
Thanks: 8
Thanked 24 Times in 9 Posts

Country:


Default My Lyrics 0.18 - Comments and bug reporting

My Lyrics - version 0.18

Basic features:
- Dynamic search for lyric matching currently playing music file
- Batch search for lyrics matching songs in music database
- Search single title and select amoung lyrics from various lyrics sites
- Add/delete/edit lyrics and save changes in lyrics databases
- Include lyrics from the Internet, music tags, text- and lrc-files.

Changes from version 0.17 to 0.18
- Add: Search single title and select amoung lyrics from various lyrics sites
- Add: Move one title or all titles from artist between the lyrics and the marked database
- Add: Let the users select among predefined lyric site collections or define their own
- Add: The architecture of the lyricsengine now complete apply the Asyncrhonous Programming Model which means optimized performance


Post your comments and reporting to version 0.18 here. Thanks.
mackey is offline   Reply With Quote
Old 2007-03-24, 17:47   #2 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 25
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Great job! Really helpful plugin, I'll probably be using it a lot.

There's just one thing; why doesn't it work with audio cd's?
I mean, all the information that's needed, is fetched from cddb by MP.
Your plugin even displays the correct artist and title, but still it says that the tag is not complete.
WouterW is offline   Reply With Quote
Old 2007-03-24, 20:11   #3 (permalink)
Portal Member
 
Join Date: Oct 2006
Location: Lausanne
Age: 27
Posts: 99
Thanks: 4
Thanked 2 Times in 2 Posts

Country:


Thumbs up

Thank you Mackey, you're a king.

It's exactly what I needed (the manually search), It will help a lot of french people. With this it's more easy to find good lirycs.




Cédric
cedric is offline   Reply With Quote
Old 2007-03-25, 13:57   #4 (permalink)
Portal Member
 
Join Date: Oct 2006
Location: Lausanne
Age: 27
Posts: 99
Thanks: 4
Thanked 2 Times in 2 Posts

Country:


Default

Hi,

I try the plugin, it works but I found a little bug.

I use normal MP 0.2.2, When I want to update a lyric in the "Marked database"., It finds lirycs but when I click on update I've got a message error and it closes MP Config.

In "Lyrics Database" it works well

Cédric

Last edited by cedric; 2007-03-25 at 14:01.
cedric is offline   Reply With Quote
Old 2007-03-25, 17:45   #5 (permalink)
Portal Member
 
Join Date: May 2006
Location: right there
Age: 30
Posts: 249
Thanks: 8
Thanked 24 Times in 9 Posts

Country:


Default

Quote:
Originally Posted by WouterW View Post
Great job! Really helpful plugin, I'll probably be using it a lot.

There's just one thing; why doesn't it work with audio cd's?
I mean, all the information that's needed, is fetched from cddb by MP.
Your plugin even displays the correct artist and title, but still it says that the tag is not complete.
You are right; it should also work when playing audio cd's. I haven't looked into this previously so cannot say which changes to make. It is my expectations that support for audio cds will be included in the next release.

Quote:
Originally Posted by cedric View Post
Hi,

I try the plugin, it works but I found a little bug.

I use normal MP 0.2.2, When I want to update a lyric in the "Marked database"., It finds lirycs but when I click on update I've got a message error and it closes MP Config.

In "Lyrics Database" it works well

Cédric
Yup, thanks for the report. I have fixed the error so it will be possible to search for lyrics in the marked database from the next release.
mackey is offline   Reply With Quote
Old 2007-03-25, 18:43   #6 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 25
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by mackey View Post
You are right; it should also work when playing audio cd's. I haven't looked into this previously so cannot say which changes to make.
Where is the sourcecode?
Can't find it anywhere.
WouterW is offline   Reply With Quote
Old 2007-03-25, 19:05   #7 (permalink)
Portal Member
 
Join Date: May 2006
Location: right there
Age: 30
Posts: 249
Thanks: 8
Thanked 24 Times in 9 Posts

Country:


Default

Quote:
Originally Posted by WouterW View Post
Quote:
Originally Posted by mackey View Post
You are right; it should also work when playing audio cd's. I haven't looked into this previously so cannot say which changes to make.
Where is the sourcecode?
Can't find it anywhere.
Take a look here (Sorry, I should have included this link in the readme file)
mackey is offline   Reply With Quote
Old 2007-03-27, 05:01   #8 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 25
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

The SVN version is not complete.

The following files are missing:

My Lyrics/MyLyrics.csproj
LyricsEngine/LCR/SimpleLRC.cs
LyricsEngine/LCR/SimpleLRCFormat.cs
LyricsEngine/LCR/SimpleLRCTimeAndLine.cs
LyricsEngine/LCR/SimpleLRCTimeAndLineCollection.cs
WouterW is offline   Reply With Quote
Old 2007-03-27, 18:55   #9 (permalink)
Portal Member
 
Join Date: May 2006
Location: right there
Age: 30
Posts: 249
Thanks: 8
Thanked 24 Times in 9 Posts

Country:


Default

Quote:
Originally Posted by WouterW View Post
The SVN version is not complete.

The following files are missing:

My Lyrics/MyLyrics.csproj
LyricsEngine/LCR/SimpleLRC.cs
LyricsEngine/LCR/SimpleLRCFormat.cs
LyricsEngine/LCR/SimpleLRCTimeAndLine.cs
LyricsEngine/LCR/SimpleLRCTimeAndLineCollection.cs
All files should be checked in now.
mackey is offline   Reply With Quote
Old 2007-03-27, 19:41   #10 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 25
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by mackey View Post
Quote:
Originally Posted by WouterW View Post
The SVN version is not complete.

The following files are missing:

My Lyrics/MyLyrics.csproj
LyricsEngine/LCR/SimpleLRC.cs
LyricsEngine/LCR/SimpleLRCFormat.cs
LyricsEngine/LCR/SimpleLRCTimeAndLine.cs
LyricsEngine/LCR/SimpleLRCTimeAndLineCollection.cs
All files should be checked in now.
Thanks.
But it doesn't work with 0.2.2.0
It can't find MediaPortal.Configuration.Config
And that's not in 0.2.2.0

However, the binary version I download does work with 0.2.2.0
So how do I get the source for that one ?
WouterW is offline   Reply With Quote
Reply

Bookmarks

Tags
018, comments, lyrics, reporting

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
[lyrics 0.14] lyrics get found in config.exe but not in gui idioteque My Lyrics Plugin 16 2007-03-13 19:19
MyLyrics 0.15 - Comments and bug reporting mackey My Lyrics Plugin 22 2007-03-03 12:28
MyLyrics 0.14 - Comments and bug reporting mackey My Lyrics Plugin 27 2007-02-22 06:53
MyLyrics 0.13 - Comments and bug reporting mackey My Lyrics Plugin 17 2007-02-04 13:11
CVS Bug reporting ideas... Marcusb Website/Forum/Wiki Feedback 8 2005-09-15 12:12


All times are GMT +1. The time now is 09:37.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden