cadbusca
Forum Replies Created
-
AuthorPosts
-
cadbuscaParticipant
Can you play the files from the DVD on your PC? Blanks are only a quarter so you might try Jolliett instaed of UDF
cadbuscaParticipantReceived and replied
cadbuscaParticipantGOOD STUFF! I’d like a burning log fireplace to watch while my Xmas music plays!
cadbuscaParticipantVideo Mode/Data DVD will list the directory of files on the DVD Data disk just like any other drive.
DVD Mode is only for playing commercial DVD’s.cadbuscaParticipantExcept that would kill the current ability to watch all your family photos or other photo collections while your music plays in the background.
cadbuscaParticipantI use wordpad, but it should save fine in notepad too.
cadbuscaParticipantYou simply need to put an interface between Plex and WIIMC, which uses the PLEX API and serves up playlists to WIIMC. VLC-Shares is already in place to do this (see help forum sticky) and all you need to do is develop a VLC-Plugin to perform the specific interface actions.
cadbuscaParticipantYes I was incorrect about the current buttons.
Perhaps this would work:
While Holding the B Button:
Right = jump to next song
Left = jump to last song
Left then Right = Restarts song
Up = Cycle modes
Down = Toggle Pause/PlaycadbuscaParticipantOK. Solved. I’ve been able to patch mine to add a sort on date option.
cadbuscaParticipantThat support was removed but this http://www.wiimc.org/tracker/index.php?do=details&task_id=178 will show that there is activity to support it again.
cadbuscaParticipantElaborating:
On W7, go to Explorer, shared folder, open properties..two tabs, sharing and security.
Sharing – Advanced Sharing -Permissions – Everyone
Security- Everyone – AllowBoth must be set to Everyone.
cadbuscaParticipantI’d like to do this too. Files have a field defined for time that I think could do this but I don’t know enough C to use it.
The file definition is :
typedef struct
{
u64 length; // file length
time_t mtime; // file modified time
int type; // TYPE_FILE, TYPE_FOLDER, TYPE_PLAYLIST, TYPE_SEARCH
char filename[MAXPATHLEN + 1]; // full filename
char displayname[MAXJOLIET + 1]; // name for browser display
char image[MAXJOLIET + 1];
int icon; // icon to display
} BROWSERENTRY;and the browser entries are loaded with:
snprintf(browserList[browser.numEntries+i].filename, MAXJOLIET, “%s”, filename);
browserList[browser.numEntries+i].length = filestat.st_size;
browserList[browser.numEntries+i].mtime = filestat.st_mtime;which I assumed indicated that filestat.st_mtime was an integer, but when I try and use it the error message says that bit is type_t so I do not know how to use that value. Searching code and the web have given me no leads.
Can anyone help?cadbuscaParticipantSubfont.ttf MUST now be in the APPFOLDER which for WIIMC is “/apps/wiimc “
If my Enhancement Pack patch has been applied it must be in “/apps/wiimc-plus”
Previously this file needed to be in the directory where the .dol loaded from but 1.1.0 changed it to a fixed directory.cadbuscaParticipantfor some..but not ALL. lagging is due to file specs that the wii cannot handle. That’s why I enhanced my version so I could see the video specs before I tried to play them.
cadbuscaParticipantSecurity on your PC shares also has to be enabled.
-
AuthorPosts