Coder Social home page Coder Social logo

mediaportal-mylyrics's Introduction

mediaportal-mylyrics's People

Contributors

yoavain avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hwahrmann

mediaportal-mylyrics's Issues

Inconsistent settings

When entering the configuration setting tab, if search mode is lyrics mode, 
selected sites does not reflect the search priority.

Original issue reported on code.google.com by yoavain on 29 Jun 2013 at 8:19

LRC from MP3 tag

Test to see if it works

Original issue reported on code.google.com by yoavain on 27 Jun 2013 at 2:47

LyricsFreak support

http://www.lyricsfreak.com/search.php?a=search&type=song&q=u2+with+or+without+yo
u

http://www.lyricsfreak.com/search.php?a=search&type=song&q=ironic

http://www.lyricsfreak.com/a/alanis+morissette/ironic_20005433.html


Original issue reported on code.google.com by yoavain on 15 Dec 2013 at 8:21

Shironet low hit ratio

See why shironet fails to find lyrics for existing songs

Original issue reported on code.google.com by yoavain on 30 Jun 2013 at 10:05

Using GUILocalizeStrings to format should not be in code

Found by @catavolt:

There are two labels hardcoded: 179 (track number) and 436 (year) which lead to 
double display when a skinner already used this labels as prefix for 
#Play.Current.Track and #Play.Current.Year. These should be removed, please ;)

http://forum.team-mediaportal.com/threads/my-lyrics-1-7-3-for-mp-1-4-0-28-06-201
3.119464/page-6#post-1008052

Original issue reported on code.google.com by yoavain on 1 Jul 2013 at 6:16

Log enhancement

Enhance logs

Original issue reported on code.google.com by yoavain on 27 Jun 2013 at 2:51

Something went wrong in SettingManager commit. Selecting sites do not work

What steps will reproduce the problem?
1. Manually select sites to search
2. Search

What is the expected output? What do you see instead?
Expected to run using the selected sites.
Error message: You haven't selected any sites to search.



Original issue reported on code.google.com by yoavain on 17 Jul 2013 at 4:01

http://www.hotlyrics.net/ down

http://www.hotlyrics.net/ down

Check alternative:
http://www.lyrster.com/songs-lyrics/hotlyrics-net.html

Original issue reported on code.google.com by yoavain on 3 Jul 2013 at 10:19

Implement required changes for MPTagThat

@hwahrmann:
Extend Lyricssearch to take an int as the row number and the LyricFound and 
LyricNotFound to report back the Row number.

Original issue reported on code.google.com by yoavain on 6 Jul 2013 at 8:18

Attachments:

MP crashes when MyLyrics runs on file not in database.

Reported by @joEhSuper:
http://forum.team-mediaportal.com/threads/my-lyrics-1-8-0-for-mp-1-4-0-26-07-201
3.119464/page-11#post-1020502


What steps will reproduce the problem?
1. Play file from folder not in database 
2. start MyLyrics plugin.

MP crashes...

Original issue reported on code.google.com by yoavain on 15 Aug 2013 at 3:18

#Play.Current.Lyrics

See if setting #Play.Current.Lyrics is possible after finding lyric,so that it 
will be available to skin.

Original issue reported on code.google.com by yoavain on 1 Jul 2013 at 11:43

Remove LyricsPlugin.com

Remove LyricsPlugin.com. 
Version of plugin changed, now uses different POST method, and asking not to 
use in other plugin...

Original issue reported on code.google.com by yoavain on 28 Jun 2013 at 11:51

Use translate already in Cornerstone.dll

public static string Translate(string text, TranslatorLanguage language)
{
    Translator tr = new Translator();
    tr.ToLanguage = language;
    return tr.Translate(text);
}

Original issue reported on code.google.com by yoavain on 26 Jul 2013 at 10:43

Memory leak

Run batch search.

Originally found by @malte71

http://forum.team-mediaportal.com/threads/my-lyrics-1-7-3-for-mp-1-4-0-28-06-201
3.119464/page-5#post-1008011

Original issue reported on code.google.com by yoavain on 30 Jun 2013 at 9:15

Test failed unit-tests

Some of the unit test fail, which might means that some of the sites don't 
work. 
1. Make sure that all tests work.
2. Tests that do not work - see if site is up.
3. If site is up - fix parser/test
4. If site is down, disable it by default.


Original issue reported on code.google.com by yoavain on 27 Jun 2013 at 2:55

'Song with lyric' in the search stats starts from 0

When running only marked songs, 'Song with lyric' in the search stats starts 
from 0.
It should start with the number of songs with lyrics before the search.
It currently show the same as 'Lyrics found'

Original issue reported on code.google.com by yoavain on 23 Jul 2013 at 11:09

NLog missing

Needs to be integrated in installer

Original issue reported on code.google.com by yoavain on 4 Aug 2013 at 7:57

Ignore extra info in artist/title

Ignore the following on search (strip from artist/title):

1. (*)
2. [*]
3. {*}
4. Feat.*
5. Featuring*
6. _and_*
7. _with_*
8. _vs._*

Should probably make it configurable.
Maybe a forum poll...

Original issue reported on code.google.com by yoavain on 17 Jul 2014 at 11:22

Unhandled exception

start batch run, stop, start again (quickly)

Original issue reported on code.google.com by yoavain on 28 Jul 2013 at 3:50

Search for new more up-to-date APIs

1. http://www.chartlyrics.com/api.aspx
2. http://www.programmableweb.com/apitag/lyrics
3.


Original issue reported on code.google.com by yoavain on 1 Jul 2013 at 12:48

Add classification to sites

Add classification to sites interface:
* API, Scrapper
* 1step, 2step

Use the classification for the speed/accurate bar

Original issue reported on code.google.com by yoavain on 1 Jul 2013 at 9:43

Add www.lyrics.net

1. Retrieve lyrics (priority 1)
2. Upload ltrics (priority 2)

Original issue reported on code.google.com by yoavain on 27 Jun 2013 at 9:32

Use Shironet for Hebrew only

Should find for at least one Hebrew char in either artist/title

Original issue reported on code.google.com by yoavain on 1 Jul 2013 at 9:44

Implement settings from GUI

See 
http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/17_Extensions/3_Plugins/Extensi
ons/Extension_Settings?highlight=extension+settings

Original issue reported on code.google.com by yoavain on 16 Jul 2013 at 12:13

Bulk LRC in configuration batch

See if there's a benefit for bulk LRC search when running batch from 
configuration.

Original issue reported on code.google.com by yoavain on 27 Jun 2013 at 2:48

"Don't search previously marked songs" and "Search for marked songs only" look both enabled

from @malte71

What steps will reproduce the problem?
1. Enable "Don't search previously marked songs"
2. Enable "Search for marked songs only"
3.

What is the expected output? What do you see instead?
Expect to have "Search for marked songs only" disabled
Instead "Search for marked songs only" is only grayed but looks enabled

Original issue reported on code.google.com by yoavain on 30 Jun 2013 at 7:22

GUI Manual search

If you want some feature suggestions ;) for future release - add an option in 
GUI context menu to try a new match:
It just opens the virtual keyboard with the current track title and lets you 
edit it
When you press enter it tries to find a match based on the edited track name 
(without changing the filename)
This is basically the same process you use in Config > Find a Lyric where you 
can modify the Title then try 'fetch' again.

Original issue reported on code.google.com by yoavain on 26 Jul 2013 at 5:10

Move all sites implementation to use an interface

Interface: ILyricsSite
Abstract: AbstractSite, implements ILyricsSite

All sites implementation should extend AbstractSite

All sites should be in a map of ILyricsSite --> boolean (isActive)

Original issue reported on code.google.com by yoavain on 3 Jul 2013 at 7:25

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.