Discussions
Activity
Sign In
mholgatem
Activity
Discussions
26
Comments
1391
GPioneer - A side project compatible with PiPlay
yeah, let me know what you come up with. I'll alter the github repo if necessary
Comment by
mholgatem
March 2016
permalink
GPioneer - A side project compatible with PiPlay
well, it uses supervisord to handle the web app. you can stop it with the command sudo supervisorctl stop all I was just checking out the documentation for supervisord, it looks like the config file could use an extra line. The config file is loca…
Comment by
mholgatem
March 2016
permalink
GPioneer - A side project compatible with PiPlay
hmm... I really have no idea why that would happen. I did notice that evdev (the core library that gpioneer uses) just recently got an update, I wonder if that has anything to do with it. I'll try to test it out when I get a chance, but I'…
Comment by
mholgatem
March 2016
permalink
PiPlay Requirements?
it will run on the pi1 A/B/A+/B+, but I really recommend the raspberry pi 2. It really has the extra oomph and is so much speedier.
Comment by
mholgatem
February 2016
permalink
Raspberry Pi Alternatives
The frontend of PiPlay can run on just about anything that handles linux. The emulators will probably have to be recompiled on whatever board you end up getting.
Comment by
mholgatem
February 2016
permalink
Possible to have multiple instances of a game and/or change Game titles?
yes, it does pull from a master DB, it's located in the same directory and it's named games_master.db. You can make edits to it, but when we release updates, they may get overwritten. The best way to do it would be to upload all of your ro…
Comment by
mholgatem
January 2016
permalink
Possible to have multiple instances of a game and/or change Game titles?
yes, you can. If you only have a handful of games in your romlist, you can edit the games in the web interface (it doesn't currently have a good way to navigate lots of games). Otherwise, you can download sqlitebrowser and edit the database di…
Comment by
mholgatem
January 2016
permalink
Xin-mo and TP Link W725N - Can I have both?
woo! sorry you had to shell out some money to get it working. But hey, at least it works! I was just reading that the latest linux kernel now supports arm 7 (raspberry pi 2). That's good news for everyone because we will have more access to sta…
Comment by
mholgatem
January 2016
permalink
Mono audio
I think that that would work.
Comment by
mholgatem
January 2016
permalink
Upgrading to PI Version 2B
if you do the way mentioned above, you won't need to patch your xin-mo (assuming it works). Otherwise, you will need to to patch it separately. It still hasn't been built into the current image. You could always just skip the xin-mo and ju…
Comment by
mholgatem
January 2016
permalink
Upgrading to PI Version 2B
right now, you will still have to patch your kernel to get your xin-mo working. I may be wrong (still trying to get confirmation on this), but I think that if you just run sudo apt-get update sudo apt-get upgrade sudo rpi-update then you can …
Comment by
mholgatem
January 2016
permalink
Mono audio
yeah, pretty sure you should be getting sound out of both speakers
Comment by
mholgatem
January 2016
permalink
How to add a game to the Favorites folder
@atv223, you'll need to update to version 8beta9 to get the favorites to work. The big capital 'A' (press up and down to get other letters) just lets you quickly jump to a letter in your rom list.
Comment by
mholgatem
January 2016
permalink
Disable PiPlay autostart
to disable autostart, you need to edit /home/pi/.profile and change the line that says python launchmenu.py to # python launchmenu.py you can add a button to piplay by using the web interface. on a computer on the same network as your pi, type in …
Comment by
mholgatem
January 2016
permalink
Minipac only responds when another keyboard is plugged in.
gotcha.
Comment by
mholgatem
January 2016
permalink
Cannot open /home/pi/pimame/config/piplay-sound.state for reading: No such file or directory
no, we had re-written how piplay handles input and somewhere along the line mouse input got messed up. It's still not 100% buts it's getting there :D I'm glad that you got it working!
Comment by
mholgatem
January 2016
permalink
How to add a game to the Favorites folder
It's been a while as well, but if I remember, you need to highlight the game that you want, then press the menu button ('Tab' on a keyboard or 'Button3' on a joypad). Then you can select 'add to favorites'
Comment by
mholgatem
January 2016
permalink
PiSNES 2 player with same keyboard fix
I may be mistaken, but I believe that tankstick needs a modified kernel to work properly. can anyone confirm this?
Comment by
mholgatem
January 2016
permalink
Mini Cocktail Arcade
Nice! that's a great looking setup! Nice and easy to put away when you want it out of the way.
Comment by
mholgatem
January 2016
permalink
Minipac only responds when another keyboard is plugged in.
awesome. I'll add that to our configs.
Comment by
mholgatem
January 2016
permalink
bios files and marvel vs capcom
it will automatically use the bios. I would just look for the 'neogeo' bios and grab the version that has the most files inside of it. you can even grab multiple bios's and put any missing files into it.
Comment by
mholgatem
January 2016
permalink
iBuffalo Controllers
I actually have no experience using the pcsx_rearmed emulator. can anyone else chime in here?
Comment by
mholgatem
January 2016
permalink
GPioneer - A side project compatible with PiPlay
YAY! I'm glad that you got it working! Thanks for the heads up on the problems that you ran into. It will definitely make it easier to troubleshoot in the future.
Comment by
mholgatem
January 2016
permalink
bios files and marvel vs capcom
You just put bios files in the roms folders (they should be in a zipped file, just like the roms). I can't remember off the top of my head where I found my bios files, I'm pretty sure that just googling it worked.
Comment by
mholgatem
January 2016
permalink
iBuffalo Controllers
mame4all has no config file, it has to be configured inside the emulator. just run any game and then press 'tab' to open the config menu.
Comment by
mholgatem
January 2016
permalink
GPioneer - A side project compatible with PiPlay
ok, first run sudo pip install flask pyyaml flask-sqlalchemy flask-admin then try restarting. If it still exits after a few seconds, try running the web frontend directly: sudo python /home/pi/gpioneer/web-frontend/app.py & you can also look a…
Comment by
mholgatem
January 2016
permalink
Arcade joystick and a few buttons - where to start.
haha, thanks for the advice. I'll keep it in mind. Glad you got it working!
Comment by
mholgatem
January 2016
permalink
GPioneer - A side project compatible with PiPlay
oh nice! I'm glad you got that working. yeah, that warning will always come up. It's a warning from the Rpi.GPIO module, it doesn't affect the running of it. You can use pins 3 and 5 though (I do), just make sure that the i2c interfa…
Comment by
mholgatem
January 2016
permalink
Documentation
There's not a lot of documentation explaining what is going on with it, but you can access the source code in the github repository: https://github.com/ssilverm/pimame-8
Comment by
mholgatem
January 2016
permalink
GPioneer - A side project compatible with PiPlay
what version of raspbian are you running? It seems that you have an x86 version of gcc installed. you can try sudo apt-get --purge remove gcc sudo apt-get install gcc
Comment by
mholgatem
January 2016
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
mholgatem
Joined
January 2014
Visits
505
Last Active
October 2016
Roles
Member, Administrator, Moderator
Recommended Accessories
Kodak Essential KP1000 USB Power Pack
HDMI 3-In 1-Out HDMI Auto Switch with 1.5 ft. Cable
Logitech Keyboard Controller for Logitech Revue and Google TV
FAVI Entertainment Wireless Keyboard (Built-in TouchPad/Laser Pointer) - Black
DVI Gear HDMI Cable 2M 6 feet
SanDisk Ultra SDHC Class 6 Flash Memory Card
Powered by Vanilla