xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
14 Pages V < 1 2 3 4 5 > »   
Reply to this topicStart new topic
> 360 Content Manager For Jtag & Rgh 360s - Version 3.0
xamphear
post Jun 4 2011, 06:50 AM
Post #31


X-S Member
*

Group: Dev/Contributor
Posts: 67
Joined: 21-April 03
Member No.: 33601
Xbox Version: none
360 version: v4.0 (jasper)



QUOTE(veekay @ Jun 3 2011, 07:39 PM) *

I gave up after about an hour as it was less than half done and I wanted to play something before bed. How does it do the indexing? Does it actually just read a part of each file and that would explain the really low amount of data moving between the two?

Yeah, it's just checking each file to see if it's an SFTS package, and if so, pulling a few bytes out of the header. The lengthy time isn't so much due to the quantity of data, simply the sheer amount of filesystem calls involved in examining every single file it comes across, since everything in the 0000000000000000 folder is (or should be) an STFS package. Though, now that I think about it, I could easily make it skip .data files (GOD chunks) so I'll probably add that in. It might shave off some time for people who have a shitload of GODs installed.

In the end though, 900 gigs of content simply might just be too much to index over SMB, off of a (probably) 5400 RPM drive. I won't give up on trying to optimize it, but there's probably a line in the sand that can't be crossed.

QUOTE(danthaman673 @ Jun 4 2011, 12:07 AM) *

What I would like to see is an app (or existing integration) on PC or 360 or both: That manages duplicate profiles, eg; it allows you to copy a profile and manage two separate copies on two separate MU's .I and others are now doing this for a couple of reasons, it would be handy to have a simple app (or library) that allows you to pick which profile has been modified most recently (Perhaps even update and sync achievements) and/or duplicate a profile with ease. Some lefluffie functions on the 360 would be cool also, eg; un-corrupting, re-signing etc... The combination of portable x360.dll's and the 360's native libraries would, I imagine make it fairly easy to get off the ground. I would take a shot at it myself but no-one wants to sell XDK/dev-kits these days.... sad.gif

A basic PC app for profile management (Noob-friendly and robust) would be really cool! (FTP plugin, all the better!)

BTW Thanx for ur contribution with this management app! I'm looking forward to having the time to have a look at it ;-)
I'm sure Node21 would be keen to check this out! We talked about something like this a while ago, Do you think this would work with FSD 2.0 FTP also?
Brgds/Dan
Let's see... Profile stuff isn't something I'm likely to add in the near future. I simply don't know all that much about mucking around with profiles.

I haven't spoken to Node21 as I don't know him, but I hang out in the same IRC channels, so maybe we'll chat about it some day. The app does work with FSD 2.0, and the next version actually uses the FSD SMB sharing feature to do some cool shit.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Aldanga
post Jun 4 2011, 07:40 AM
Post #32


X-S Hacker
******

Group: Head Moderator
Posts: 2538
Joined: 17-December 08
Member No.: 399431
Xbox Version: none
360 version: v5.0 (360S - trinity)



QUOTE(xamphear @ Jun 3 2011, 11:50 PM) *
In the end though, 900 gigs of content simply might just be too much to index over SMB, off of a (probably) 5400 RPM drive. I won't give up on trying to optimize it, but there's probably a line in the sand that can't be crossed.

Yeah, 900GiB over the 100Mb/s 360 Ethernet port would take over 20 hours—at least if my math is correct. It's just not feasible. The 5400RPM drive has little to do with it. When you're reading files at a theoretical max of 12.5MiB/s the drive is the least of your worries.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xamphear
post Jun 4 2011, 07:58 AM
Post #33


X-S Member
*

Group: Dev/Contributor
Posts: 67
Joined: 21-April 03
Member No.: 33601
Xbox Version: none
360 version: v4.0 (jasper)



QUOTE(Aldanga @ Jun 4 2011, 02:40 AM) *

Yeah, 900GiB over the 100Mb/s 360 Ethernet port would take over 20 hours—at least if my math is correct. It's just not feasible. The 5400RPM drive has little to do with it. When you're reading files at a theoretical max of 12.5MiB/s the drive is the least of your worries.

Well, it's not transferring that amount of data, rather the size is an indication of just how damn many files we're talking about indexing. The only data that goes from 360 to the PC is some information on the file (size, etc) and the STFS header (a few KB at most). So in that case, the problem isn't one of throughput, it's one of latency with the drive constantly having to go between the FAT and the sectors on disk where the data is, plus the overhead and latency that CIFS is adding on.

I make no claims that my code for indexing is great or even good, but 900 gigs of files is a lot of files, no matter how you slice it.

This post has been edited by xamphear: Jun 4 2011, 08:00 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Aldanga
post Jun 4 2011, 09:21 AM
Post #34


X-S Hacker
******

Group: Head Moderator
Posts: 2538
Joined: 17-December 08
Member No.: 399431
Xbox Version: none
360 version: v5.0 (360S - trinity)



lol. You're totally right. I think I was playing too much with my new Kinect and lost some brain cells in the process. tongue.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
IAmTheDude360
post Jun 4 2011, 06:18 PM
Post #35


X-S Young Member
*

Group: Members
Posts: 39
Joined: 7-May 08
Member No.: 380496



QUOTE(xamphear @ Jun 3 2011, 01:46 AM) *

Deleting files has been added to the right click menu.

You sir are an absolute legend!!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
veekay
post Jun 5 2011, 07:14 AM
Post #36


X-S Member
*

Group: Members
Posts: 133
Joined: 9-March 05
From: TN
Member No.: 204832
Xbox Version: unk
360 version: unknown



Skipping the GOD stuff would be great as that is probably 75% of my stuff

Just tried it with some local stuff and this is going to be an awesome tool, especially the renamer.

Do you think it might be possible to add some kind of sorter as well? Similar to the DLC sorter that moves things to the correct subfolders, but of course within your interface. While on the renaming topic, maybe the option to rename to the package title as an option for being able to visually look at everything easier without 58309839485934EG etc.

Maybe also an option to not refresh the list when taking actions - makes it harder when you lose your spot each time.

This post has been edited by veekay: Jun 5 2011, 07:17 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xamphear
post Jun 5 2011, 07:52 AM
Post #37


X-S Member
*

Group: Dev/Contributor
Posts: 67
Joined: 21-April 03
Member No.: 33601
Xbox Version: none
360 version: v4.0 (jasper)



QUOTE(veekay @ Jun 5 2011, 02:14 AM) *

Skipping the GOD stuff would be great as that is probably 75% of my stuff

Just tried it with some local stuff and this is going to be an awesome tool, especially the renamer.

Do you think it might be possible to add some kind of sorter as well? Similar to the DLC sorter that moves things to the correct subfolders, but of course within your interface. While on the renaming topic, maybe the option to rename to the package title as an option for being able to visually look at everything easier without 58309839485934EG etc.

Maybe also an option to not refresh the list when taking actions - makes it harder when you lose your spot each time.

I've already disabled automatic refreshes. It's a trade off. With them off: you'll get some errors if you click on a file that's in the list but not really there anymore (renamed, deleted, etc...) but leaving them on was annoying and caused a lot of delays. I've also started work on a local content organizer that expands on the renaming.

Renaming files to their package title is sort-of possible. FATX is limited to just 42 characters in a filename. There's plenty of content out there that will go beyond that, not to mention loads of invalid characters (:, TM, non-English letters). There's a reason the filenames for STFS packages are just hex.

Besides, the whole point of this app is to abstract the filename completely. It doesn't matter what a package's filename is anymore, because you're browsing by using the metadata.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jrelax
post Jun 5 2011, 07:16 PM
Post #38


X-S Enthusiast


Group: Members
Posts: 10
Joined: 19-June 09
Member No.: 413812



hey xamphear will it be possible to add an FTP overall progress bar? Like winrar. 1 for current file and one for overall.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
pudink
post Jun 6 2011, 02:51 AM
Post #39


X-S Young Member
*

Group: Members
Posts: 46
Joined: 31-October 10
Member No.: 445521



QUOTE(xamphear @ Jun 3 2011, 02:46 AM) *



The package type has been added as a column.



First of all thanks for this great app.Thanks for your time and everything.
Your aforementioned column is not visible in my version of the software.I have just downloaded the software,and the first thing that came to my mind is that are those versions in your post different from each other,i have downloaded this one [http://dwl.xbox-scene.com/xbox360pc/organi...tent_Manager.7z]and can not seem to find that column that should tell me which type of package my content is.

Thanks a million
IPB Image

Uploaded with ImageShack.us

This post has been edited by pudink: Jun 6 2011, 03:16 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xamphear
post Jun 6 2011, 04:57 AM
Post #40


X-S Member
*

Group: Dev/Contributor
Posts: 67
Joined: 21-April 03
Member No.: 33601
Xbox Version: none
360 version: v4.0 (jasper)



QUOTE(pudink @ Jun 5 2011, 09:51 PM) *

First of all thanks for this great app.Thanks for your time and everything.
Nope, the links in the OP are all the same version. I haven't released the new version yet, but here's what it looks like:


IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
HooGLaNDeR
post Jun 7 2011, 01:10 AM
Post #41


X-S Enthusiast


Group: Members
Posts: 13
Joined: 15-July 07
From: localhost@sea
Member No.: 349138
Xbox Version: v1.6
360 version: v3.0 (falcon)



Does this work in windows 7, x64 ?
Apperently i get .NET SQL errors on a fresh install and installed the both MS files from the links from the README.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
InvidiousDemise
post Jun 7 2011, 02:26 AM
Post #42


X-S Member
*

Group: Members
Posts: 141
Joined: 29-June 07
Member No.: 347385
Xbox Version: v1.0
360 version: unknown



Not working on Win 7 64 Bit for me either. sad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xamphear
post Jun 7 2011, 03:48 AM
Post #43


X-S Member
*

Group: Dev/Contributor
Posts: 67
Joined: 21-April 03
Member No.: 33601
Xbox Version: none
360 version: v4.0 (jasper)



I develop it on Win7x64. You need the MSVCRT installed, and make sure you do the right one. I have both installed, so I can't say for certain which one is the right one, but the sqlite dlls are x86, so maybe that's the one you need. Or just do both to be safe.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vdiablo69
post Jun 7 2011, 06:46 AM
Post #44


X-S Enthusiast


Group: Members
Posts: 3
Joined: 1-October 06
Member No.: 302879
Xbox Version: v1.2
360 version: v1 (xenon)



I also have windows 7 64bit. Installed both links above and still no go untill I installed Visual C++ 2010 Express . It worked instantly after that I also clicked the install the sql server box not sure if it makes a difference or not
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xamphear
post Jun 11 2011, 02:06 AM
Post #45


X-S Member
*

Group: Dev/Contributor
Posts: 67
Joined: 21-April 03
Member No.: 33601
Xbox Version: none
360 version: v4.0 (jasper)



Version 1.2 is out. New video and download link added to the OP.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





14 Pages V < 1 2 3 4 5 > » 
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 25th May 2013 - 04:00 AM