Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cleanup] remove karaoke support #8285

Merged
merged 1 commit into from Oct 25, 2015

Conversation

mkortstiege
Copy link
Member

As requested by a lot of team members ..
Needs testing before merge!

@mkortstiege mkortstiege added the Type: Cleanup non-breaking change which removes non-working or unmaintained functionality label Oct 24, 2015
@mkortstiege
Copy link
Member Author

jenkins build this please.

@MartijnKaijser
Copy link
Member

tested! :D

@ronie
Copy link
Member

ronie commented Oct 24, 2015

please remove this as well: https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/language/resource.language.en_gb/strings.po#L421

rest of the confluence changes are ok.

@fritsch
Copy link
Member

fritsch commented Oct 24, 2015

I think it can come back as an addon easily after @AchimTuran AESource interface has landed.

@ronie
Copy link
Member

ronie commented Oct 24, 2015

@mkortstiege
Copy link
Member Author

Updated. will squash later.

@ronie
Copy link
Member

ronie commented Oct 24, 2015

don't forget to revert en_us ;-)

@mkortstiege
Copy link
Member Author

don't forget to revert en_us ;-)

It's part of "some more .."

@mkortstiege
Copy link
Member Author

Squashed. jenkins build this please.

@MartijnKaijser MartijnKaijser added this to the Jarvis 16.0-alpha4 milestone Oct 24, 2015
@MartijnKaijser
Copy link
Member

@FernetMenta how much will this hurt your rebase?

@FernetMenta
Copy link
Contributor

@MartijnKaijser should be fine. Removals only will not result in any hard to resolve merge conflicts.

MartijnKaijser added a commit that referenced this pull request Oct 25, 2015
@MartijnKaijser MartijnKaijser merged commit 6869b33 into xbmc:master Oct 25, 2015
@mkortstiege mkortstiege deleted the y_u_no_sing_with_me branch October 26, 2015 07:01
@@ -3934,11 +3896,15 @@ void CMusicDatabase::UpdateTables(int version)
m_pDS->exec("DROP TABLE album");
m_pDS->exec("ALTER TABLE album_new RENAME TO album");
}
if (version < 55)

This comment was marked as spam.

@un1versal
Copy link
Contributor

great! lets get the xbox out again

@MartijnKaijser
Copy link
Member

Keep the comments somewhere else

@wyrm65
Copy link

wyrm65 commented Nov 17, 2015

@mkortstiege, sorry mate would appear to be close but no cigar. Jarvis Beta1 on windows build is showing this in the log

12:25:52 T:5504 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
12:25:52 T:5504 ERROR: Window Translator: Can't find window karaokeselector
12:25:52 T:5504 ERROR: Window Translator: Can't find window karaokelargeselector
12:25:52 T:5504 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
12:25:52 T:5504 ERROR: Window Translator: Can't find window karaoke

After removing the skin files as per Jarvis skin requirements, Kodi is still looking for the files. I suspect you did not get everything you should have.

@ronie
Copy link
Member

ronie commented Nov 17, 2015

@wyrm65 are you 100% sure you're running beta 1?
please post a link to a full debuglog.

edit: check your DialogMuteBug.xml and DialogSeekBar.xml files.
they probably reference the karaoke windows, hence you get those log errors.

@wyrm65
Copy link

wyrm65 commented Nov 18, 2015

@ronie yep 100% sure on ,"am I running beta 1".

Yes you were right on the DialogMuteBug.xml and DialogSeeBar.xml files (plus a couple of others). You might want to drop a hint for others in the skin update thread so they don't also look like a goose like me. PEBCAK error, Kodi beta 1 is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change: GUI Component: Music Type: Cleanup non-breaking change which removes non-working or unmaintained functionality v16 Jarvis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants