spacer
spacer search

SwissCenter

Search
spacer
Main Menu
Home
Documentation + FAQ
Screenshots
Downloads
Forums
Bug Tracking
History
Login
Username

Password

Remember me
?
No account yet?

Locations of visitors to this page

 
Home arrow Forums

SwissCenter Forums  


Browse file system isn't working properly - 2008/09/19 08:34 Not sure whether this bug is reported already or not, but I couldn’t find it, so …

If I browse my file system to search music and open a directory on the first page; all items are shown as it should. An example of the URL is
Code:

 http://synology:8050/music_browse.php?DIR=Aerosmith%2F

However, I if continue to the second page of the directories the following path is opened
Code:

 http://synology:8050/music_browse.php?page=1&DIR=

and subsequently open one of the directories, it opens with the second page of that specific directory, while it should be the first page. In the URLs you see what’s happening:
Code:

 [1]  http://synology:8050/music_browse.php?page=1&DIR=Alice%20Cooper%2F [2]  http://synology:8050/music_browse.php?DIR=Alice%20Cooper%2F

So, in stead of URL [2] URL [1] is opened.

Same issue applies for all other pages of the file system; if the one of the directories on the second page of the file system is opened, page three of the particular directory opens etc.. So
Code:

  http://synology:8050/music_browse.php?page=2&DIR=Bolin%2F in stead of http://synology:8050/music_browse.php?DIR=Bolin%2F


I hope it’s a bit clear what I’m trying to say, if not, pls let me know,

regards, Klaas

---------------------------------------------------------------------------
SwissCenter SVN 1088
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0702
Pinnacle SC200
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/09/22 12:31 Further to my previous post, the problem is not limited to cat music only, but also to videos; in fact it's related to browsing the file system as such regardsless the media cat.

The problem might be related to this thread as well.

regards, Klaas

---------------------------------------------------------------------------
SwissCenter SVN 1088
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0702
Pinnacle SC200
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/02 16:17 Humm, no replies … feels a bit like Remy … However, on the other hand it’s a pretty good incentive to dig in the code myself and learn a bit.

I noticed that file “/base/browse.php” contains an error on row 384; a part of function “$url” is missing. Currently line 384 looks like:
Code:

 $url         url_remove_param(current_url(),'thumbs');

I expected it had to be
Code:

 $url         $_server[url_remove_param(current_url(),'thumbs')];

Although this worked fine through my PC, it caused new problems icw the ShowCenter. Then I put back the function “$url” that was used in SwissCenter V1.20, being
Code:

 $url         $_SERVER["PHP_SELF"];

Bingo, I checked the output of this change, and the problem reported in my first post vanished. Furthermore, I couldn’t find any new problems due to this change, so I expect this issue can be solved this way, or am I ruining something I’m not aware of …

regards, Klaas

---------------------------------------------------------------------------
SwissCenter SVN 1091
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0702
Pinnacle SC200
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/06 13:50 Hi Nigel,

Would you pls have a look at file "/base/browse.php" of CS 1095, row 376?

This line causes problems re the FS browsing (see previous posts)

thanks & regards, Klaas

---------------------------------------------------------------------------
SwissCenter SVN 1099
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0702
Pinnacle SC200
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/06 14:00 Yes, I'm aware of this and there'll be another update to browse.php soon which also improves the size/layout of compact/thumbs browsing.

As you've noticed I had alot of updates pending submission and have to separate each to document them properly. Didn't want to throwing everything in at once.

Nigel
Player : Netgear EVA700 & Popcorn A-100 (081106)
Server : Vista SP1 Home Premium (Simese 2.07, SwissCenter current SVN)
Spec : Intel C2Q Q6600, 2GB RAM, 1Tb storage.
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/06 14:04 great Klaas
---------------------------------------------------------------------------
SwissCenter SVN 1099
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0702
Pinnacle SC200
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/11 22:15 I've now submitted the changes, update to latest development version to test.

Could someone confirm whether this fixes all known issues with Browse by Filesystem.

Nigel
Player : Netgear EVA700 & Popcorn A-100 (081106)
Server : Vista SP1 Home Premium (Simese 2.07, SwissCenter current SVN)
Spec : Intel C2Q Q6600, 2GB RAM, 1Tb storage.
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/13 18:03 Hi Nigel,

For me it's fine now, thanks & regards, Klaas

---------------------------------------------------------------------------
SwissCenter SVN 1103
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0702
Pinnacle SC200
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/19 08:57 Hey guys,

I had the exact same problem. Everything worked like a charm until I updated to the latest stable release. Everything else on my system remained unchanged. I run the latest versions of PHP, mySQL on Ubuntu, together with a Showcenter 250 HD

Updating to the latest development release instead appears to have solved the problem.

Thanks a bunch!

/Ceke
Desktop PC: WinXP running on AMD x64 dual core 6000+, 2GB RAM, 900 GB HD, nViDIA 8800GTS 648 MB.

Server: Ubuntu Linux running on AMD x64 3500+, 2GB RAM, 2 TB HD.

Pinnacle Showcenter 250HD, Running Swisscenter on Ubuntu Linux.
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/19 09:34 Well...

Now there's another problem with the browse filesystem function, for both videos and music..

If I start at the main menu and browse my way down to a movie clip or a music track and play it, it works fine.

However, once I've done that once, if I click the "back" button on my showcenter remote, and pick another movie clip (for example the next episode of a tv series) it won't play. I get a different looking "play now" screen and when I try starting the movie nothing happens.

This problem seems to be unique for the "browse filesystem" option, but since this is the only one I use it's a big problem.

If I always return to the main menu and then click my way down again, it works, but it's a hazzle.

Anyone experienced the same problem?

I run the latest updated development release. The latest stable release didn't work at all (see my previous post.

Advice?

/Ceke
Desktop PC: WinXP running on AMD x64 dual core 6000+, 2GB RAM, 900 GB HD, nViDIA 8800GTS 648 MB.

Server: Ubuntu Linux running on AMD x64 3500+, 2GB RAM, 2 TB HD.

Pinnacle Showcenter 250HD, Running Swisscenter on Ubuntu Linux.
  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/19 11:47 Confirmed. This can be duplicated on the PC.

What is happening is that when you click the back button and select a new movie, it is adding it to a playlist.
Showcenters 1000g/200/250HD Popcorn Hour A-100
Netgear HDX101 Powerline Adapters
Windows XP Simese 2.07 running latest SVN
NAS Server IBM NetVista 900Mhz/256RAM


  | | The administrator has disabled public write access.
Re: Browse file system isn't working properly - 2008/10/19 12:06 OK, is this the way it should or is it a bug?

Is there a simple workaround?

Thanks for confirming that my problems are not specific to my system

/C
Desktop PC: WinXP running on AMD x64 dual core 6000+, 2GB RAM, 900 GB HD, nViDIA 8800GTS 648 MB.

Server: Ubuntu Linux running on AMD x64 3500+, 2GB RAM, 2 TB HD.

Pinnacle Showcenter 250HD, Running Swisscenter on Ubuntu Linux.
  | | The administrator has disabled public write access.
spacer
 

Screenshots

www.flickr.com
This is a Flickr badge showing public photos from swisscenter. Make your own badge here.


 

Mambo is Free Software released under the GNU/GPL License.
spacer