var fDesc=new Array(); fDesc[0] = "Gabby Roku Media Center is designed to give users the freedom to view content on their own networks...and much more.

Once the user has created a new Gabby account and successfully logged into the Gabby Media Server application, the will be presented with a view of their media library. This media library displays all the media the user is sharing with their Roku device. From the media library, the application user can view, add, edit, or delete any of their media shares. At any time, the user may select "Library" from the navigation menu in order to return to their Media Library.

The menu on the left determines the mode of operation for the media library. At the time of this writing, there are two choices -- "Folders" and "Files". Depending on which option is selected, the user may be presented with different options or dialogs. Selecting the "Folders" options means that the user is managing media shares on a directory or folder basis. Selecting the "Files" option means that the user is managing media shares on file-by-file basis. At the top of the media list, the user has multiple actions for managing their library. They can add, edit, delete, or explore their media shares.

After adding a share, the share will populate in the library. At the time of this writing, any shares or new media added after the Gabby Channel has navigated to a server will not be visible. In order to see the updated media shares or files, you will need to return to the main Gabby Channel screen and navigate back to your Gabby Media Server."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }