Linux WebInterface for sharing Movielist and administration of Database
#46
(2012-12-16, 15:47)pettergulbra Wrote: Does this work goes forward?

Hope so.

+1


Going forward in which way do you mean?
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#47
For me I think of the Windows version :-)
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#48
Hey guys,

when i try to install this with the install script i get these errors:

Quote:: not foundcDB.sh: 2: install_xbmcDB.sh: clear
: not foundcDB.sh: 6: install_xbmcDB.sh:
install_xbmcDB.sh: 20: install_xbmcDB.sh: Syntax error: word unexpected (expecting "do")

What am i doing wrong?


Reply
#49
no Windows version yet? Sad
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
#50
(2013-01-04, 16:29)saitoh183 Wrote: no Windows version yet? Sad

+1 :-)
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#51
(2013-01-04, 16:25)Chilldebert Wrote: Hey guys,

when i try to install this with the install script i get these errors:

Quote:: not foundcDB.sh: 2: install_xbmcDB.sh: clear
: not foundcDB.sh: 6: install_xbmcDB.sh:
install_xbmcDB.sh: 20: install_xbmcDB.sh: Syntax error: word unexpected (expecting "do")

What am i doing wrong?

You did run that script on a linux machine?
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#52
(2013-01-08, 17:45)3dfx Wrote:
(2013-01-04, 16:25)Chilldebert Wrote: Hey guys,

when i try to install this with the install script i get these errors:

Quote:: not foundcDB.sh: 2: install_xbmcDB.sh: clear
: not foundcDB.sh: 6: install_xbmcDB.sh:
install_xbmcDB.sh: 20: install_xbmcDB.sh: Syntax error: word unexpected (expecting "do")

What am i doing wrong?

You did run that script on a linux machine?
Yes, on my Raspberry Pi with Raspbian
Reply
#53
(2013-01-11, 20:35)Chilldebert Wrote:
(2013-01-08, 17:45)3dfx Wrote:
(2013-01-04, 16:25)Chilldebert Wrote: Hey guys,

when i try to install this with the install script i get these errors:


What am i doing wrong?

You did run that script on a linux machine?
Yes, on my Raspberry Pi with Raspbian

It seems like your bash shell doesn't know a do-while loop... google if could that be the case :-)
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#54
@3dfx, recently updated to the latest git version. I get a "admin/user is missing!" error message.
Reply
#55
(2013-04-11, 18:01)khaoohs Wrote: @3dfx, recently updated to the latest git version. I get a "admin/user is missing!" error message.

Check the guest user credentials in /template/config.php (look it up on github)

It has now to be an array which makes it possible to have multiple users.
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#56
Just found this today, figuring out the array at the moment. Looks interesting, although most of the time was spent figuring out the failure in the install script, and lack of documentation.
Reply
#57
(2013-04-13, 11:51)toliman Wrote: Just found this today, figuring out the array at the moment. Looks interesting, although most of the time was spent figuring out the failure in the install script, and lack of documentation.

I'm sorry about that, I tried to make it as simple as possible to install and get it to working.
If you have any suggestions to make it easier to install, you're welcome to share :-)

The array should look like this:

PHP Code:
$gast_users = array(
   
'guest' => 'password',
   
'3dfx'  => 'guestPass'
); 

I hope it works now.
Kodi 21.0α | Ubuntu 22.04.3 | Kernel 6.4.x | intel i5-12600K | Gigabyte Z690 Gaming X DDR4 | Corsair 2x8192MB (DDR4-3200) | HDPlex H5v2 | HDPlex 400W HiFi DC-ATX | Pioneer VSX-934 | LG 65B7D
Reply
#58
(2012-12-03, 11:49)3dfx Wrote: Hello everyone,

me and my brother have coded a webinterface for XBMC (running on linux) as it the Database administration on XBMC was a bit unpleasend for me (assigning movies to certain moviesets, and even worse, assigning cover/fanart for a movieset).

Also there was our weekly conversation "Do you have a good movie that you could recommend?"....
So we got the idea from ShareTheTv to look it up yourself which movies/tvshows the other one has. But we didn't wanted to upload our entire database file.......

I have not every idea I have in mind implemented yet, but I just wanted to present it if there is any need for something like this (to release).

So here are some screenshots, hope you like it:

- newly added movies (list):
Image

- newly added movies (gallery mode):
Image

- movie details:
Image

- movie details (big cover):
Image

- set editor
Image

- tv shows
Image


Sources are on GitHub

A made an install script, that automatically installs needed packages (git, apache, php...) and clones the repository from git.
 Thank you so much for such a great information...
Reply

Logout Mark Read Team Forum Stats Members Help
WebInterface for sharing Movielist and administration of Database1