NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 121 122 123 124 125 … 159 Next »
foobar with GBPVR

 
  • 0 Vote(s) - 0 Average
foobar with GBPVR
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#1
2006-04-30, 08:56 PM (This post was last modified: 2006-04-30, 09:01 PM by jam_zhou.)
Hi All, I've successfully "integrated" foobar CD playing into GBPVR.

I install Foobar2000 and install the foo_osd plugin. Change the shortcut keys for foobar to be the same as GBPVR and set it to global settings. This way, foobar intercepts all the relevant commands. I also tell it to limit the speed of the ROM.

I have play, ff, rw, next, previous, pause, random (ctrl G), normal play (ctrl R) set up. Now I can actually fast forward through a song.

I have a simple OSD that shows track name and elapsed time near the bottom of the screen. I have it always one, but you can have it disappear after few seconds as well.

I launch foobar with the following script which checks for a valid CD and then brings GBPVR back into focus.

dim FSO: set FSO = wscript.CreateObject("Scripting.FileSystemObject")
dim CDDrive, qu, cdplayerexe
Dim Files, File, WshShell

CDDrive = "H:\"
cdplayerexe = "C:\Progra~1\foobar2000\foobar2000.exe"

'---------done set these variables------------------

'--------Check for a CD-------------
Wscript.sleep(3000)
qu=0
if NOT fso.fileExists(CDDrive+"track01.cda") then
qu = msgbox ("Please insert a disk into the top drive",0)
Wscript.Quit(0)
End if

if NOT fso.fileExists(cdplayerexe) then
wScript.echo cdplayerexe, " Does not exist"
Wscript.Quit(0)
End if

cdplayerexe=cdplayerexe+ " "+cddrive
'--------------Start Extraction-----------------------
Set WshShell = WScript.CreateObject("WScript.Shell")
Wscript.sleep(3000)
qu=WshShell.Run(cdplayerexe,7,0)
Wscript.sleep(1000)
wshshell.appactivate("GB-PVR")
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
lonegeek
Offline

Senior Member

Posts: 416
Threads: 82
Joined: Sep 2005
#2
2006-05-01, 09:03 PM
So does it read id3 tags properly? Does it also display album art? This is great because foobar has a last.fm plugin...

I might have to try this
[SIZE="1"]SPECS: AMD Sempron 3100+|1 GB Ram|nVidia 6200|160GB HD(Recordings)&250GB HD(Archive)|DVD Burner|USB-UIRT|TUNERS:Hauppauge PVR-250 & ATi HDTV WONDER|SOURCES:Dish Network Reciever 311 & OTA ATSC:Terk SquareShooter With RadioShack Pre-Amp[/SIZE]
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#3
2006-05-01, 09:19 PM
A while back, I was able to get the id3 tags to work with foobar and OSD.

Right now i'm only using it for CD audio and not even installing the Freedb plugin (not updated for 0.9). The freedb was always flaky for me any way.

As for album art, I'm not sure either. I think people have fibbed it by displaying album art as a visualization. I was introduced to foobar through this: http://www.meedio.com/forum/about6512.ht...ght=foobar
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
fabien44
Offline

Junior Member

Posts: 9
Threads: 5
Joined: Jun 2006
#4
2006-06-18, 11:42 AM
Hello jam_zhou,

where do you place your script ?

Fabien
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#5
2006-06-18, 04:34 PM
You can put the script anywhere. It's called via custom task. The executable is wscript.exe and the paramete to pass is the script including full path. Becareful with long directory names and such...you may need to use the "~" or use double quotes around the parameter. Good luck.
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
fabien44
Offline

Junior Member

Posts: 9
Threads: 5
Joined: Jun 2006
#6
2006-06-19, 09:57 AM
Hello jam_zhou,
i would like to develop a foobar plugin to use foobar player instead of medial player for music playback. Do you have an idea to start and a direction to follow in order to complete this task ?
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#7
2006-06-19, 02:02 PM
I personally have no idea how to make any plugin, that's why I make these work around scripts.

I think Reven would be the best person to ask...heck, I think his My Music plugin could be modified to launch an external player since his My Video Plugin accepts external player options.

It looks like Jorm is also someone who can help as he's made the XDVD plugin which uses VLC to play DVDs.

If you could make such a plugin it would be awesome.
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
daza67
Offline

Member

Posts: 182
Threads: 17
Joined: Sep 2004
#8
2006-06-22, 11:34 AM
jam_zhou Wrote:I install Foobar2000 and install the foo_osd plugin.

Trying to find this plugin but cannot, love the bitperfect playback of foobar.

Daza
[SIZE="1"]K8N Neo 4P, Athlon 64 3000+, Gigabyte 7600GT silentpipe, 2xWD2500JS Raid0, DVB-t Tuners:Terratec Cinergy 2400DT pci-e, Visionplus pci, Cable tuner: 150MCE, Sound:Chaintech AV710 bit perfect, IR Misc:TIRA2 IR Transciever [/SIZE]
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#9
2006-06-22, 07:43 PM
you can find foo_osd here:
http://kode54.foobar2000.org/
E6400, 2 GB RAM ,500 GB + 250 GB HD, PVR150+ Adaptec 3610, RW 2 + HIP, Antec 2480 w/ mini ninja ...still using v 0.99
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  windows xp on my gbpvr box jam_zhou 2 2,134 2014-02-14, 09:19 PM
Last Post: mvallevand
  forums.gbpvr.com now my homepage due to olympics... johnsonx42 5 2,824 2014-02-14, 02:30 PM
Last Post: nitrogen_widget
  Life After GBPVR - A Cautionary Tale of Moving to a Cable Company DVR bdgbill 2 2,689 2013-06-01, 11:34 PM
Last Post: mvallevand
  GBPVR to NEXTPVR migration - benefits? ram4x4nut 26 8,911 2012-10-16, 12:07 PM
Last Post: imilne
  Newbie Needs General Advice re GBPVR or NPVR with Cable Box classpro 11 5,983 2011-04-16, 04:46 PM
Last Post: classpro
  Will GBPVR(nPVR) do what I am hoping for? elsmandino 20 7,249 2011-03-18, 01:48 PM
Last Post: elsmandino
  forums.gbpvr.com ip in the spamhaus blocklist skippy_nz 2 2,005 2011-03-17, 05:07 AM
Last Post: skippy_nz
  iTunes and GBPVR bdgbill 6 2,977 2011-01-08, 07:10 PM
Last Post: smajor
  Should I switch to NPVR from a working GBPVR setup ?? softfoot 3 2,274 2010-11-07, 08:56 PM
Last Post: BigMoose
  nPVR or GBPVR? ga_mueller 3 2,245 2010-10-26, 12:46 AM
Last Post: ga_mueller

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode