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

Replace links to emby.media #32

Merged
merged 3 commits into from
Dec 11, 2018
Merged

Replace links to emby.media #32

merged 3 commits into from
Dec 11, 2018

Conversation

anthonylavado
Copy link
Member

This helps close #23.

Replaced all the links to emby.media with ones that point to the repo's page instead.

I broke this in to two commits. First, 3ad80d1 updates all the DLNA profiles. This should present no issues to anyone.

Second, 00627eb updates the URL in a lot of other web pages, especially in frontend templates. While this should be okay, the News Feed functionality will not load any articles, and the connect/premiere links won't do much at this point. Perhaps it's a note to remove/close those functions off in a separate issue.

- restores the original URL for some comments, keeping context
@nvllsvm nvllsvm merged commit a833a91 into jellyfin:master Dec 11, 2018
@anthonylavado anthonylavado deleted the replace-links branch December 11, 2018 06:44
This was referenced Dec 11, 2018
@@ -2,11 +2,11 @@
<Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Generic Device</Name>
<Manufacturer>Emby</Manufacturer>
<ManufacturerUrl>https://emby.media</ManufacturerUrl>
<ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we had a site named "jellyfin.media", maybe change to it instead of direct link to repo?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed here, let's use jellyfin.media wherever possible.

@@ -82,7 +82,7 @@ private async Task DownloadNews(string path)

var requestOptions = new HttpRequestOptions
{
Url = "https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog",
Url = "https://github.com/jellyfin/jellyfin",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this place warrants a //TODO: add proper rss feed comment or something similar

@@ -45,14 +45,14 @@ <h2 class="sectionTitle">${HeaderInstall}</h2>

<p>${MessagePluginRequiresSubscription}</p>

<p><a is="emby-linkbutton" class="button-link" href="https://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
<p><a is="emby-linkbutton" class="button-link" href="https://github.com/jellyfin/jellyfin" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be removed completely? There is not going to be any subscription to Jellyfin, right?


</div>
<div class="premiumDescription">

<p>${MessagePremiumPluginRequiresMembership}</p>

<p><a is="emby-linkbutton" class="button-link" href="https://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
<p><a is="emby-linkbutton" class="button-link" href="https://github.com/jellyfin/jellyfin" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@@ -6,7 +6,7 @@ define(["globalize", "shell", "browser", "apphost"], function(globalize, shell,
}

function getPremiumInfoUrl() {
return "https://emby.media/premiere"
return "https://github.com/jellyfin/jellyfin"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we remove this?

@anthonylavado
Copy link
Member Author

@JustAMan Yes, the links should be removed completely, but I know @joshuaboniface had a world of trouble already trying to make changes to the HTML. The layout... is fragile.

I’ve made a new issue for that, #15.

@JustAMan
Copy link
Contributor

@anthonylavado Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace links to https://emby.media
4 participants