Search found 28 matches

by Dogfyter
Sat Jun 06, 2020 12:51 am
Forum: XBMC4XBOX General Help and Support
Topic: XBMC not booting, freezing at splash screen
Replies: 17
Views: 19720

Re: XBMC not booting, freezing at splash screen

Did you ever find a solve for this issue? If you had xbmc installed in both E and F drives and could not get past the splash screen for either xbmc location then, I have the exact same issue. Did reformatting one drive, whether if it C, E, or F solve it? Thanks in advance for the help.
by Dogfyter
Wed Sep 07, 2016 11:09 pm
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3660

Re: Key mapping questions

Hi Rocky5, Thanks. You were right about the skin setting being "true". The Xbmc4Kids folder must not have extracted completely from the iso. With the skin setting set either at "true" or "false" I am unable to find the any settings other than video display and network s...
by Dogfyter
Tue Sep 06, 2016 8:53 am
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3660

Re: Key mapping questions

Rocky5, Updates. The script works now but seems to only work half the time. When it does work it is much faster than the script I provided. I have the script in the usual script folder. Any suggestions for consistency. XBMC4Kids the 3rd line of the profile.xml is set to "false" as default....
by Dogfyter
Mon Sep 05, 2016 3:25 am
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3660

Re: Key mapping questions

Rocky5, Thanks for the response. I downloaded xbmc4kids from the link in your signature. I do not know if that is the latest. It says 06/2016. The script wants to work but, it is only playing one second of a song and, then jumping to the next song. ongoing... I'm not a programmer but, first guess is...
by Dogfyter
Sun Sep 04, 2016 8:57 pm
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3660

Re: Key mapping questions

Spongy, Thanks again, I now have my first working script button. Rocky5, I am guessing this script has to used with xbmc4kids? I am trying to use it as an app. I have removed/renamed the Profiles.py as suggested but, I still can't get past the opening page with profiles and settings. Any suggestions...
by Dogfyter
Fri Sep 02, 2016 10:07 pm
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3660

Re: Key mapping questions

Thank you, Spongy. I had forgotten about these pages. I will definitely put some work on this. Here is one of my favorite scripts. All credit goes to the Author. If anyone knows how to add the "loop" function please, let me know. I would also like to know if there is a way code a script fo...
by Dogfyter
Thu Sep 01, 2016 8:57 pm
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3660

Key mapping questions

Hi All, Does any body have any suggestions for programing the number buttons on the remote to either play a script, playlist, or a mp3? Also, I have seen scripts that have the option to shuffle. I am looking for code suggestions to have the option to "loop" the same script, playlist, or mp...
by Dogfyter
Sat May 28, 2016 12:54 am
Forum: Marketplace
Topic: Xbox 1,4ghz switchable and 128mb off Ram
Replies: 36
Views: 49582

Re: Xbox 1,4ghz switchable and 128mb off Ram

Hi N64 freak, Thanks for the response. My interest is primarily in xbmc, possibly navi-x. For years I have been wanting to add the 128mb upgrade to my other mods. I used to have xbmc and an altered python script at boot play RANDOM music from a directory that is roughly 25 gigs. But there is a limit...
by Dogfyter
Fri May 27, 2016 1:20 am
Forum: Marketplace
Topic: Xbox 1,4ghz switchable and 128mb off Ram
Replies: 36
Views: 49582

Re: Xbox 1,4ghz switchable and 128mb off Ram

Hi N64 freak, Nice Hardware! Old questions and one new question; What are the fundamental performance enhancements for xbmc or emulators and, og xbox games? I guess what are the old in's and out"s of having 128mb w/ or w/o 1 or 1.4 ghz. ex. Does it all of it only help with emulators and xbmc/na...
by Dogfyter
Mon Mar 21, 2016 3:39 am
Forum: Marketplace
Topic: xbox 128mb 1ghz
Replies: 4
Views: 2049

Re: xbox 128mb 1ghz

Does it run well streaming 1080i on Navi-X?
by Dogfyter
Sun Nov 24, 2013 7:05 am
Forum: XBMC4XBOX General Help and Support
Topic: Home Screen Visualisations
Replies: 2
Views: 791

Re: Home Screen Visualisations

Code: Select all

XSP-PartyMode-Play.py: import nt, xbmc

#Define (Smart XSP) Playlist here file = 'Q:
UserData
playlists
music
xsp
MP3 Selection.xsp'

xbmc.executebuiltin('XBMC.PlayerControl(PartyMode(' + file + '))')
by Dogfyter
Sun Nov 24, 2013 7:00 am
Forum: Python / Scripts Help and Support
Topic: Play Random Music Script and ?
Replies: 4
Views: 1894

Re: Play Random Music Script and ?

How's this? ''' vim: ts=8 sw=4 noexpandtab Author: Rune Hammersland version: 0.3 Xbox Media Center comes with a script to play an mp3 file at startup (StartUpMP3). This script will load a playlist if it exists, and if not, traverse a directory and load all relevant music files. It is intended as a r...
by Dogfyter
Sat Nov 23, 2013 7:51 pm
Forum: Python / Scripts Help and Support
Topic: Play Random Music Script and ?
Replies: 4
Views: 1894

Re: Play Random Music Script and ?

The site will not let me load this python file. It says txt files are not allowed. I guess you will just have to copy it from my previous post.
by Dogfyter
Sat Nov 23, 2013 9:50 am
Forum: Skin Development
Topic: Shutdown Menu Mod?
Replies: 2
Views: 2578

Re: Shutdown Menu Mod?

Thanks, this should be fun.
by Dogfyter
Fri Nov 22, 2013 11:50 pm
Forum: XBMC4XBOX General Help and Support
Topic: Party mode xsp location?
Replies: 1
Views: 528

Party mode xsp location?

Can somebody please tell me the location of the party mode xsp file?

Thank you,
dogfyter
by Dogfyter
Fri Nov 22, 2013 10:21 pm
Forum: Python / Scripts Help and Support
Topic: Play Random Music Script and ?
Replies: 4
Views: 1894

Play Random Music Script and ?

Here is a copy of a script I have submitted before wich allows you to "Play Random Music". If you couple this with the autoexec.py it will start music/ playlist(s) on start up. The question I have does anybody know how a "LIMIT" of songs could be here. This will keep you from the...
by Dogfyter
Fri Nov 22, 2013 10:10 pm
Forum: Skin Development
Topic: Shutdown Menu Mod?
Replies: 2
Views: 2578

Shutdown Menu Mod?

I would like to add a "Favorites" bar to the "Shutdown Menu" of my Confluence Lite skin. Could someone please tell me where to find the code I want to change?

Thank you,
Dogfyter
by Dogfyter
Sat Dec 22, 2012 1:10 am
Forum: XBMC4XBOX General Discussion
Topic: Tis a sad day indeed :(
Replies: 7
Views: 3619

Re: Tis a sad day indeed :(

Dear forum,

Is there anywhere on the net that the last nightly build could still be found?

Thank you,
Dogfyter
by Dogfyter
Sat Sep 15, 2012 10:27 am
Forum: XBMC4XBOX Development
Topic: Start Random Music Script Provided
Replies: 5
Views: 3407

Re: Start Random Music Script Provided

Xman, thanks again. I got ResumeX to work on a current build. I have it running on a new pm3 skin. Also because of this, my noob ass has discovered that all you need to get the script I provided to work on boot is to point the autoexec.py (located in the scripts folder) to the script you want to sta...