The Following 3 Users Say Thank You to pipeline For This Useful Post: | ||
![]() |
2008-03-22
, 17:45
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#32
|
![]() |
2008-03-22
, 19:24
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#33
|
![]() |
2008-03-22
, 23:14
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#34
|
mplayer -playlist %s
MPlayer-playlist,cli,/usr/bin/mplayer -playlist %params%
.pls,MPlayer-playlist .asf,MPlayer-playlist .asx,MPlayer-playlist
The Following User Says Thank You to qole For This Useful Post: | ||
![]() |
2008-03-22
, 23:44
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#35
|
![]() |
2008-03-23
, 18:48
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#36
|
I copied the mms:// link from YoDude's TV Station website, and then opened a terminal and typed, "mplayer <pasted link>" and it played.
So the next test was to paste the mms:// link into the address bar of the browser and change the "mms://" to "http://". Now I get a dialog box that says "dbus-switchboard" handles this type, and when I click on "Open," mplayer plays the file.
So, a quick and dirty fix is either a bookmarklet or greasemonkey script that changes all "mms://" links to "http://" links. Combine this with dbus-switchboard, and your problem is solved. Well, except for the fact that .wmv looks like crap on maemo-mplayer due to the error I mentioned above.
Anyone want to write the javascript?
![]() |
2008-03-24
, 17:13
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#37
|
video/avi=hildon-dbus-switchboard.desktop video/x-ms-asf=hildon-dbus-switchboard.desktop video/x-msvideo=hildon-dbus-switchboard.desktop video/x-ms-wmv=hildon-dbus-switchboard.desktop video/x-ms-wm=hildon-dbus-switchboard.desktop video/x-ms-asf-plugin=hildon-dbus-switchboard.desktop video/x-ms-wvx=hildon-dbus-switchboard.desktop video/x-ms-wmx=hildon-dbus-switchboard.desktop application/x-ms-asx=hildon-dbus-switchboard.desktop application/octet-stream=hildon-dbus-switchboard.desktop
![]() |
2008-03-24
, 20:04
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#38
|
![]() |
2008-03-24
, 20:57
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#39
|
![]() |
2008-03-24
, 21:00
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#40
|
http://wardenclyffetower.com/MaemoFi...-1.1.3.all.deb
This release :
Adds two new cfg files in /home/user
Adds qole's custom asx handler
Adds evince and comix (neither tested)
New config files :
/home/user/.dbus-switch-apps.cfg : this contains registry of all dbus-switchboard apps
If you try to associate a mime type with no previous entry in defaults.list and you want to use that association from file manager (and not web browser) then there might be another master-list mime config file it needs to be added to. Transmission (application/x-bittorrent) works because the web server tells browser what the mime type is... but that info is lost if you save the torrent and open from file manager... so probably another config file for those cases.
The .dbus-switch-apps.cfg file will be the 'master list' with any possible apps we might want to associate. Experiment with these files and then let me know of any new apps or 'profiles' you want added... so for like mplayer maybe you want multiple profiles with different launch settings.... mplayerStreaming, mplayerMADaudio, etc
The .dbus-switch-xref.cfg will be custom per user and used in future by a UI application to choose which app (if multiple choices) the file should be sent to.
Last edited by pipeline; 2008-05-15 at 02:01.