Fri Sep 07, 2012 5:05 pm by Angelnero
Will - again thank you for the help.
For anyone looking to modify the MediaBrowser mini-site on a Windows8 PC:
Before you start make sure Serviio is completely shut down.
1) Browse to C:\Program Files\Serviio\lib\
2) Locate the file serviio-media-browser.jar
3) Right-click and open archive (I use 7Zip, so I choose the option 7Zip > Open Archive)
4) Navigate to the Index.html file (\org\serviio\mediabrowser\)
5) Copy the index.html file to your desktop
6) Open index.html with your favorite editor (notepad, notepad++, Dreamweaver) (I prefer notepad++)
7) Modify as needed (in my case I added code for Google Analytics and Google Adsense) saving the file with it's original file name
8) Copy index.html from desktop back into the archive (you should still have the explorer/zip utility window open from Step 3 allowing you to copy the modified file straight into the .jar archive). If you are prompted to overwrite the file, choose yes.
9) Start up Serviio
If all went well you should be able to load up the mediabrowser using your favorite browser (I tested on Chrome and IE10) and you should see your changes active.
Sidenote... if you try to implement G-Adsense like I did, you will need content on the site to drive the ads; I inserted content relevant to the type of ads I wanted to show up and made the text invisible so it wouldn't throw off the design/layout of the page. Seems to be working.