Notices


Reply
Thread Tools
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#161
initial idea about oscp was 'no or minimal deps', setting build tree to be that way would need packages in the size of tens of megs, or splitting them in subparts, which again would be 'Requires:' hell

as for the possible commands check this file:
http://sourceforge.net/projects/oscp...e.txt/download
command protocol doesn't provide loading arbitrary paths, only numbers from the list sent earlier from core to remote. the worst someone could do would be changing volume or track. and think about it, n900 usually is connected to home wifi network or gsm (no external ip). still, yes, acl is on the TODO.
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny
 

The Following 4 Users Say Thank You to KotCzarny For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#162
0.9.7-30:
* "Look for" command (ie. search)

by default mapped to 'l' key (in both ncurses and pygtk). pattern wildcards are * (any chars) and ? (single any char). what it does? when you have zip archive open it filters list, when in regular dir it does make_recursive_dir with pattern added

ps. winamp skin mode has core connect/spawn/quit buttons added in playlist screen
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny

Last edited by KotCzarny; 2015-03-16 at 12:25.
 

The Following 3 Users Say Thank You to KotCzarny For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#163
oscp (0.9.7-31) unstable; urgency=low

* oscp-scrobbler (last.fm scrobble service client)
* draw blanks over numbers in winamp skin mode

how to enable scrobbler?
1/ in ~/.oscp.conf set: scrobble=1 (or start core with -S 1)
2/ in ~/.oscp/oscp-scrobbler.conf put user and pass (key will be acquired automatically):
user=yourlastfmuser
pass=pass
key=
scrobbling takes place once song hits min(duration/2, 240s) mark. one note, no caching, so if your network is down or service is unavailable, no scrobs will be recorded. please test and if there are any problems you can enable logging by placing: debug_file=/some/path/some/file in scrobbler config. also remember to chmod go-rwx ~/.oscp/oscp-scrobbler.conf if you create it by hand
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny

Last edited by KotCzarny; 2015-03-18 at 14:29.
 

The Following 3 Users Say Thank You to KotCzarny For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#164
oscp (0.9.7-32) unstable; urgency=low

* oscp-scrobbler: openssl was segfaulting, recompiled libcurl statically with gnutls26 (which is only required if you want to do scrobbling on n900)

fun, openssl segafults on n900 when used with libcurl https post. anyone up for updating repos?
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny
 

The Following User Says Thank You to KotCzarny For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#165
everyone, if you like oscp please vote on oscp:

http://maemo.org/packages/package_in...oscp/0.9.7-26/

thanks in advance
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny
 

The Following 2 Users Say Thank You to KotCzarny For This Useful Post:
Posts: 91 | Thanked: 50 times | Joined on Mar 2012 @ Kula, Serbia
#166
Hello sir. Tnx for this great app. I have a few suggestions: please, make a GUI more user friendly (for us noobs). Something like N900's media player. Add a media library (maybe it has one but I wasn't able to find it) cuz it's much easier to choose music and play it. Add a support for micro sd cards (a lot of my music collection is stored on micro sd and I'm unable to find it). Also, it would be so good if u could implement an equalizer with preloaded presets.
I'm talking about an N900 version.

sorry for my bad English and keep up a good work
 

The Following User Says Thank You to branja For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#167
@branja:
- there are many medialibrary players, and i hate all of them, that's why i wanted something different (also called oldschool)
- to understand oscp principle you have to switch your thinking from database music library to folders/files. so basically you just select folders and play.
- microsd is mounted at /media/mmc2 if i remember correctly.
- if you expand buttons in the main window you can see 0-9 ones which you can use to quickly go to path stored there, or to put path by firstly clicking 'm' then the button you want to store into.
- next, if you want to listen to all files in current directory and all subdirs you click the 'make recursive list' button (the one under 'm' or press ';' key
- if you want to add all folders/files containing specified keyword press 'l' then type part of the word you look for
- you can navigate between dirs by clicking them or using keyboard arrows
- equalizer is on the TODO list
- oh, and if you play locally click 'gears' to spawn local core first
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny
 

The Following 4 Users Say Thank You to KotCzarny For This Useful Post:
Posts: 91 | Thanked: 50 times | Joined on Mar 2012 @ Kula, Serbia
#168
I learned how to use it and it's great!
Few requests, as usual...
Can u implement that when we remove headphones music stops playing and when we return them it starts again?
Also, it would be great that when we receve a message music don't stop and we just hear a clicking sound or something like that?

cheers
 

The Following User Says Thank You to branja For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#169
oscp (0.9.7-33) stable; urgency=low

* main change: equalizer
* bugfixes
* updated help in gui

eq is in! but it eats cpu, quite a bit, so it's mostly for running on pc. also added feature to show help screen for the first time installs (which was also updated with some information).

@branja: happy to know that my idea is the right one (ie. media libraries suck, usually). as for headphones mode, put on TODO, same for message bug (when i get around to check it).

as usual, tell others that oscp is one of the nicer players available
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny

Last edited by KotCzarny; 2015-03-21 at 14:30.
 

The Following 5 Users Say Thank You to KotCzarny For This Useful Post:
KotCzarny's Avatar
Posts: 290 | Thanked: 738 times | Joined on Mar 2008 @ .pl
#170
oscp (0.9.7-34) stable; urgency=low

* fixed zziplib to properly open files >2GB

though, i haven't tested it on n900 yet. still, it's a bug in zziplib
__________________
oscp - media player with network remote and almost no dependencies (pc/lin/win/maemo(n8x0/n900), x86/x64/armel/armhf) - http://talk.maemo.org/showthread.php?t=94590 - if you like it, tell others.
contact with me: #osc or #maemo on freenode/ircnet or /query KotCzarny
 

The Following 3 Users Say Thank You to KotCzarny For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 01:10.