FAQ  •  Register  •  Login

mediaserver login htm location

<<

igorcarlier

Serviio newbie

Posts: 16

Joined: Tue Jun 04, 2013 3:41 am

Post Tue Jul 01, 2014 6:48 am

mediaserver login htm location

where is this file on my computer ?

Can i hack it a little bit ?

I would like to change the title and maybe the logo ...

i see the code in the browser but i cant find the file to edit it ..


<!DOCTYPE html>
<html lang="en" ng-app="app" ng-class="$root.scrollingEnabled ? '' : 'nonScrollable'">
<head>
<title>MediaBrowser</title>
<meta charset=utf-8>
<meta content='True' name='HandheldFriendly' />
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale = 1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/ios-icon.png"/>

<script>
document.write('<base href="' + document.location + '" />');
</script>
<!-- compiled CSS -->
<link rel="stylesheet" type="text/css" href="assets/MediaBrowser-1.4.0.css" />

<!-- compiled JavaScript -->
<script type="text/javascript" src="assets/MediaBrowser-1.4.0.js"></script>

</head>

<body ng-controller="AppCtrl" ie10mobilehack scrolling="{{scrollingEnabled}}" ng-class="scrollingEnabled ? '' : 'nonScrollable'">
<div ng-include="'navigation/navigation.tpl.html'" ng-show="loggedIn"></div>
<div ng-include="'alert/alert.tpl.html'"></div>
<div ng-view></div>
<div ng-include="'player/player.tpl.html'"></div>
<div ng-include="'image-viewer/image-viewer.tpl.html'"></div>
<div ng-include="'search/search-dialog.tpl.html'"></div>
</body>
</html>
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jul 03, 2014 3:53 pm

Re: mediaserver login htm location

It's embedded in mediabrowser.jar and minifed. So hard for you to change.
<<

igorcarlier

Serviio newbie

Posts: 16

Joined: Tue Jun 04, 2013 3:41 am

Post Fri Jul 04, 2014 6:07 am

Re: mediaserver login htm location

would be cool to be able to personalize it ...

another issue i have is , the remember me function doesnt work ..

is there any way i could include the password on the URL ?


Thanks !!!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Jul 05, 2014 6:05 pm

Re: mediaserver login htm location

What browser / version are you using (in regards for the password not being remembered)?
<<

igorcarlier

Serviio newbie

Posts: 16

Joined: Tue Jun 04, 2013 3:41 am

Post Wed Mar 25, 2015 8:04 am

Re: mediaserver login htm location

im looking for something that i could combine with iframe or just keep it as a bookmark

mydns.net:23424/mediabrowser/user:password/ ...

similar to what we do for ftp links



i dont want the browser to save the password
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Mar 25, 2015 10:50 pm

Re: mediaserver login htm location

It doesn't store the actual password but only the generated authentication token.
<<

igorcarlier

Serviio newbie

Posts: 16

Joined: Tue Jun 04, 2013 3:41 am

Post Thu Apr 09, 2015 8:28 am

Re: mediaserver login htm location

so there is no way to include the password on the URL ?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Apr 09, 2015 11:34 am

Re: mediaserver login htm location

No

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 26 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.