Page 1 of 1

mediaserver login htm location

PostPosted: Tue Jul 01, 2014 6:48 am
by igorcarlier
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>

Re: mediaserver login htm location

PostPosted: Thu Jul 03, 2014 3:53 pm
by zip
It's embedded in mediabrowser.jar and minifed. So hard for you to change.

Re: mediaserver login htm location

PostPosted: Fri Jul 04, 2014 6:07 am
by igorcarlier
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 !!!

Re: mediaserver login htm location

PostPosted: Sat Jul 05, 2014 6:05 pm
by zip
What browser / version are you using (in regards for the password not being remembered)?

Re: mediaserver login htm location

PostPosted: Wed Mar 25, 2015 8:04 am
by igorcarlier
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

Re: mediaserver login htm location

PostPosted: Wed Mar 25, 2015 10:50 pm
by zip
It doesn't store the actual password but only the generated authentication token.

Re: mediaserver login htm location

PostPosted: Thu Apr 09, 2015 8:28 am
by igorcarlier
so there is no way to include the password on the URL ?

Re: mediaserver login htm location

PostPosted: Thu Apr 09, 2015 11:34 am
by zip
No