Notices


Reply
Thread Tools
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#481
Originally Posted by Larswad View Post
Thanks, I don't want to give you too much work (unless you would think many others would run into the same thingy).
Perhaps it could be well enough that you just mention the fields that I have to add to the database...if you remember them. (I have phpMyAdmin on my server, so it shouldn't be that difficult...).

EDIT: Ehm, It's not using mysql of course..sorry. Dumb question.

/Lars
Ok, I added another migration script, not sure it has all the required stuff, but let me know if it doesn't so I can add them. So run these inside knots dir:

Code:
git pull
./scripts/delete_setting migration
./scripts/migrate
and try to start the server again.
 

The Following User Says Thank You to ukki For This Useful Post:
Posts: 385 | Thanked: 426 times | Joined on Dec 2009 @ Gothenburg, Sweden
#482
Thanks a million! That worked like a charm.
Knots rocks!
 

The Following 2 Users Say Thank You to Larswad For This Useful Post:
Posts: 385 | Thanked: 426 times | Joined on Dec 2009 @ Gothenburg, Sweden
#483
ukki,
Maybe I was a little bit too fast. It appears now after the client/server upgrade as if the N900 profile is suddenly silent (even if the progress bar moves as if it is actually streaming). (But if I use the browser profile it still works, even if its choppy over a slower connection).
Do you think you got a clue as to what could have happened, is it something with the profile settings? I'm sure that the N900 profile worked before. Or is it something with the server perhaps...
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#484
Try editing N900 profile if it still uses xvid codec. Set video codec to mp2v, audio to mp2a and set video bitrate to 2048.

Last edited by ukki; 2010-03-30 at 16:19.
 

The Following User Says Thank You to ukki For This Useful Post:
Posts: 57 | Thanked: 19 times | Joined on Jan 2010
#485
Unable to install knots2
Application package missing - libhildon1 ( >=2.2.10 )

any fix for this? pls
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#486
Originally Posted by mukks View Post
Unable to install knots2
Application package missing - libhildon1 ( >=2.2.10 )

any fix for this? pls
Yes, install rootsh from extras and run these in xterm:

Code:
root
apt-get install wget
wget http://nakkiboso.com/knots2_0.2.7-4_armel.deb
dpkg -i knots2_0.2.7-4_armel.deb
rm knots2_0.2.7-4_armel.deb
 

The Following 2 Users Say Thank You to ukki For This Useful Post:
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#487
There's a new bug fix release in -devel that can be installed again before pr1.2 is out.
 

The Following User Says Thank You to ukki For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#488
Your pursuit of perfection is still at it's finest!

The only thing I can see to add onto knots would be a GUI editor for mplayer.

Something that would allow one to do commands like these
http://talk.maemo.org/showthread.php?t=22177

Or zoom/no zoom and other junk like that.

Maybe possibly even have an offline version of Knots that looks at the memory cards.

Anyway, knots is slick enough as it is to keep me stupid and entertained enough for months to come.
 

The Following User Says Thank You to Addison For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#489
Anyone know of a legitimate site or torrent thingy or whatever to download old TV shows, even if commercials are included?

A paid site would also be fine.

I'd love to get my hands on Season Two of The Apprentice (US).

I searched through the dark underbelly of the internet and came up empty handed.

Poopers.
 
Posts: 242 | Thanked: 103 times | Joined on Nov 2009 @ Sheffield, UK
#490
bit of a noob at all this but really wanted it to work so went through the steps on the wiki. Installed the server, installed git, moved the sqlite file. Tried to run the commands:

cd c:\
git clone git://github.com/solmis/knots.git

but came back as 'not recognized as an external or internal command, batch or file'.

I tried the alternative commands you recommended for another user and still no response.

When I try to add folders to my collection, I get this come up:

Permission denied - C:/Windows/Temp

./lib/common.rb:52:in `open'
./lib/common.rb:52:in `entries'
./lib/common.rb:52:in `is_dvd_dir?'
./lib/collection.rb:192:in `scan_path'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/find.rb:39:in `find'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/find.rb:38:in `catch'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/find.rb:38:in `find'
./lib/collection.rb:189:in `scan_path'
./lib/collection.rb:602:in `update_database'
./lib/collection.rb:601:in `each'
./lib/collection.rb:601:in `update_database'
./plugins/1root.rb:970:in `update_database'
./lib/plugin.rb:88:in `call'
./lib/plugin.rb:88:in `do_GET'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:92:in `each'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start'
C:/Program Files (x86)/Knots/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start'
knots.rb:32:in `initialize'
knots.rb:369:in `new'
knots.rb:369


more of an end user than a programmer, so this is deep water for me!! If anyone has any help would really appreciate it as it sounds a great program!
 
Reply

Tags
knots, music, streaming, video


 
Forum Jump


All times are GMT. The time now is 07:41.