Sign In To Proceed 2z1z44

Don't have an ? 5p1p6t

osu! to create your own !
forum

osu!Post - Live osu! status for your signatures d12j

posted
Total Posts
166
Topic Starter

Greetings osu! community! 3231g


A little about 4h2v2t

(Feel free to skip if you don't care~)
As in my other post about osu!Rank I'll just say a few words in the beginning here.
I started this project to relax a little and try something new in a programming language I haven't used that much before, Delphi.
(I usually tend to use C# or C++.)
Thanks to Primula's application osu!np, I've had a nice idea for a "new" project I can have some fun with.
As said, at first I only wanted to get a break of programming for Android, as taking breaks is essential sometimes, at least I think it is~

As I worked on it, more and more ideas kept coming and I started to write a little neat backend as well, an host for live status signatures, that works hand in hand with osu!Post.
After beta testing it with some friends, I thought it might could be usefull, so I created this post, this is basically it.

I plan to also accept osu!np data at some point, as I got the basic idea for everything from him. So if you want to post your status and do many other awesome things, you should totally try his application.
osu!Post basically works the same the only difference is that it's focused on sending "post requests" to php scripts.

To get back on track, I am not sure if people need this, nevertheless, feel free to test it and play with it!
We'll see what will happen.

Main features 4h3b23

  1. Live osu! status in your signature (Or any other image you like.)
  2. Several selectable templates
  3. Custom signature (With output customization options.)
  4. Authenticated registration (No one can steal your name, basically.)
  5. Auto updating (Checks for new osu!Post versions.)
  6. "Webinterface" (Nothing fancy really, I like it simple.)
  7. Adding customization features on demand (Want something? Go ahead and drop me a message.)
  8. Using MSN Live status integration.
  9. And more to come!

How to get it running? 1u5o60

  1. Get osu!Post or osu!StreamCompanion
    Why? - You'll need this to track your osu! status and send it to the website.

  2. Enter your name and press "Search" on the website
    Why? - Because the website will look for an osu! with the name entered.

  3. Follow the instruction to change your "Location" in your osu!
    Why? - This is done so I can be sure that you are no one else, hope it's not a bother.

  4. After changing it and pressing "Check" you can get your key
    Why? - You'll need it to send data to the website or to here, you can also change the key there.

  5. Copy the key into osu!Post
    Why? - Well, to get it started and that's basically it, you are good to go now.

  6. If you play osu! in fullscreen, you will need to enable the MSN Live status integration, like this:

    (osu!Post will still work without doing this in Borderless window mode!)
    Why? - This is due to this change: peppy] Don't set window title when running osu! fullscreen.

  7. Still problems? Update .net Framework!
    Why? - Microsoft says so and its always a good thing to have it up-to-date.

Screenshots 2y2b

Templates to choose from!





Full customization!
(Also accepting transparent images and all sizes, as long as they are PNG everything is fine!)



The little application running in the background!



Status: Re-Development
Application: osu!Post (Build 20140618) or osu!StreamCompanion
Website: osupost.givenameplz.de

Please keep in mind that the creators of osu! have nothing to do with this.
They can not be hold responsible for flaws or damage to the system.


Special thanks to 2l234p

SlasherZX ("Pro-Beta-Tester")

Documentation *on Hold* 6l3i6n

Application (Outdated since b20140110)
Common:
Multiple instances:
You can't launch osu!Post more than once at a time, you'll get a message if you try to do so.
osu!Post will be in your tray, right clicking it will open a context menu with several options, as launching the game.

Error handling:
If osu!Post isn't able to send the data, for example on a disconnect, it will retry every 30 seconds.

Game path:
osu!Post is reading the game path out of the registry.

osu!Testbuild:
Is also ed.

Mapdata:
For now, osu!Post is using the data stored in osu!.db, as already known, this is not in peppy's favor. (Sorry about that.)
osu!Post is careful when reading from the .db file and is not setting any locks at all, so it won't fight with osu!.
osu!Post will frequently check the osu!.db file for changes and reload it only if neccesary, if it fails to read however, osu!Post will retry to do so.
If there is no file present or the data cannot be parsed, as for format changes, osu!Post will cancel the reading.

Config:
The configuration of the application is saved when gracefully closing it or every 45 minutes.
(Might be changed later on.)

Post data:
The data will be sent whenever your status changes.
There won't be any data sent if osu! is not running on startup.
The status "Offline" will only be sent when your last sent status is "Online".
osu!Post will refresh the data every 30 minutes, if there is no status change to prevent the serverside "timeout". (1 hour)
This won't happen when you are already "Offline" as in osu! is closed but osu!Post is still running.
The post request osu!Post is sending contains:
isOnline => Boolean: "true" or "false"
mapName => String: "Artist - Mapname [Diff]" or "NoMap"
mapID => Integer: ID of the map, on unknown/error: -1
mapSetID => Integer: ID of the mapset, on unknown/error: -1

Input fields:
Key:
Your generated key goes here, more about the key itself is further down in the website documentation.
The key can be "hidden" with the Hide Key checkbox mentioned further down.
The key is sent as an additional identifier.
(Can't be changed while Enable post is checked.)

ID:
This field contains your osu! ID.
If you want to use to osu!Post signature service, just put your ID here.
All the data sent there will be sent via "post request", the only exception is your ID, which will be sent via "get".
(Custom link will toggle between this and URL.)
(Can't be changed while Enable post is checked.)

URL:
Used if you don't want to use the osu!Post server!
This field contains the address where the data should be sent to.
All the data sent there will be sent via "post request".
(Custom link will toggle between this and ID.)
(Can't be changed while Enable post is checked.)

Preview URL:
This input is hidden by default, it can be made visible by checking Show preview output.
You can optionally enter your custom signature link here to see if it's working correctly when sending data.
(Custom link will toggle this.)

Checkboxes:
Enable post:
This will check if osu! is running and send data everytime the status changes.
Where the data is sent, is depending on the status of Custom link, more about it below.
As of b20131213 osu!Post will not automatically send "Status offline" anymore, as the backend server now has a "timeout". (1 hour)
The "Status offline" will only be sent when you uncheck it and the status was "Online" before.

Custom link:
Used if you don't want to use the osu!Post server!
This allows you to enter your own, custom, address.
You can use this if you got a server and script on your own, for example.
(Can't be changed while Enable post is checked.)

Hide Key:
Checking this will hide your key, making it unreadable, you can check and uncheck this at any time.
This is only a visual security option.

Show preview output:
This will show a preview of your signature inside the application, if "Custom Link" is activated, you'll have enter the link manually.
The image will be updated everytime a status is sent and Show preview ouput is checked.

Show log output:
Checking this will show the log where everything that has been sent or done by the application can be seen.

(Always start osu! automatically):
Checking this will launch the game when starting osu!Post.
osu!Post basically becomes a launcher and runs in the background.
This option is recommended to be used while having Enable post checked.
It's used for easier handling without having to care about other applications than osu! itself.

Buttons:
Start osu!:
If osu! is not running, this button will start the game.

Refresh:
This button will refresh the Preview image.

First! :D

I'm always happy to see your cool ideas!
Lolzy
Nice stuff i'm going to use it as soon as i'm at pc
Some s:
Index Page
  1. More info for the "existing " error, eg display this line below the Error message: "Not xxxxx? Enter your osu ID in the box below to your own !"
  2. Label the URL (eg osu!Post URL: xxxx) and Link (eg Signature Link: xxxx) when search finds an existing (in addition to the above)

Config Page
  1. Display this above the signature templates: "Click on the template image below and hit the Change signature button to set signature". Some people have habit of looking for buttons. You might also wanna consider changing the highlight colour to something more noticeable for that reason.
  2. Rephrase the text under the custom signature configure button: ( an image and customize your signature. This does not overwrite the templates agove)
  3. Show recommended image dimension for the Custom Signature Configure page
  4. To avoid confusion (somebody may think that he/she needs to input the key everytime to change signature template), display additional texts above the key change boxes:
    Change Broadcasting Keys
    You can change your broadcasting keys to something easier to "

osu!Post Client

Consider renaming some of the to improve clarity:
  1. Rename URL to something like "Server Link" or "Source URL"
  2. Rename "Enable post" to "Turn on Broadcast"
  3. Rename "Always start osu! automatically" to "Auto start osu with osu!Post"
Bug(?): The "Show preview output" still doesn't work for me by default:
Is there a way to auto load the output URL into the "Preview URL" field?
Ilye_old
I have a problem, my signature shows offline all the time
It looks like this

I tried restarting osu and osu!post, running osu after running osu!post and osu!post after osu, changing skin

Sig:



Log:
[Info]
Build: 20131108
Maps: 4874
Mapsets: 1318
Registry: E:\Program Files (x86)\osu!\osu!.exe
Database: E:\Program Files (x86)\osu!\osu!.db
Config: C:\Documents and Settings\Owner\Application Data\givenameplz\osu!PostConfig.ini

[Post]
isOnline: False
mapName: NoMap
mapID: -1
mapSetID: -1
mapIndex: -1

[Post]
isOnline: True
mapName: NoMap
mapID: -1
mapSetID: -1
mapIndex: -1

[Post]
isOnline: True
mapName: TOTAL OBJECTION - Higurashi Moratorium [Rin]
mapID: 230127
mapSetID: 83310
mapIndex: 4234


@edit
It's solved already i put signature link instead of input

I think this would be less confusing after labeling links as source and output
Topic Starter

[-Aoi-] wrote: 4cc3b

I have a problem, my signature shows offline all the time
It looks like this

I tried restarting osu and osu!post, running osu after running osu!post and osu!post after osu, changing skin
[...]
Hello, your URL is wrong, it's supposed to be http://givenameplz.de/osu!Post/input.php?u=2426596.
Input is the place you send your data to, signature itself is only for showing your signature.

[-Aoi-] wrote: 4cc3b

[...]
@edit
It's solved already i put signature link instead of input

I think this would be less confusing after labeling links as source and output
Edit: I see you fixed it, yes.. thats why I did this open beta.
I will most likely change osu!Post to only ask for the name / ID and the key, that should make everything easier
(And will still keep an option fo those that only want to use osu!Post for their own server.)

Please keep in mind that osu!Post is not auto updating yet, this will be made available in the next version, so keep an eye on this post from time to time.
Time for Good-to-Haves. It maybe a little early to consider these ideas since fixes always come first, but it doesn't hurt to mention them before I forget:

Signature Gallery
Are you considering having a Signature Gallery? A separate page where a visitor can browse and view signatures from all ed s, presented similar to p/friends.

Waifu System
Two ed s can add each other to have their avatar displayed as "Waifu" or "Married to" in the signature.
Topic Starter

Oinari-sama wrote: 5a2244

Time for Good-to-Haves. It maybe a little early to consider these ideas since fixes always come first, but it doesn't hurt to mention them before I forget:

Signature Gallery
Are you considering having a Signature Gallery? A separate page where a visitor can browse and view signatures from all ed s, presented similar to p/friends.

Waifu System
Two ed s can add each other to have their avatar displayed as "Waifu" or "Married to" in the signature.
Sure always go for it, the Gallery is planned at some point.. about the Waifu System, huh.. haven't thought of anything like this, but will write it down for now..
P.S.: I saw your other post, will improve most of the sections as stated.


maybe it's because i'm using osu!test...

btw i waited untill the middle of the song...
Topic Starter

marcostudios wrote: 5c4z8



maybe it's because i'm using osu!test...

btw i waited untill the middle of the song...
Hoho! I forgot to implement osu!test, will do so in an version.
Avail_old_1

;3
Topic Starter
osu!Post performance update, it should also work with the testbuild now.
Avail_old_1
You should change the updater language. It's german right now
Edit: New build asks me what I want to do with the signature.php (it wants to save it as an image)
Also,

Avail wrote: 732b2x

You should change the updater language. It's german right now
Edit: New build asks me what I want to do with the signature.php (it wants to save it as an image)
Also,
He is not going to translate it anytime soon ;)
I'm having an issue getting the osu!Post program to go through Norton 360 Anti-Virus. Is there anything I can do to fix this and/or just avoid ing osu!Post all together?
Pretty damn cool system you got, loving it already! Would love to see font options in the future.

One thing to fix is this gives me extreme fps lag when I use it, so i will abstain for now.
Topic Starter
Alrighty, will look into all of it after work.
(This is why its called Beta~)

Avail wrote: 732b2x

You should change the updater language. It's german right now
Edit: New build asks me what I want to do with the signature.php (it wants to save it as an image)
Also,
Interesting, will be fixed, about the German.. thats really really odd, could you screen it to me, because I haven't actually used any German at all.

Me168 wrote: 356m2f

I'm having an issue getting the osu!Post program to go through Norton 360 Anti-Virus. Is there anything I can do to fix this and/or just avoid ing osu!Post all together?
Will also look into that.

fsxd wrote: o5k5c

Pretty damn cool system you got, loving it already! Would love to see font options in the future.

One thing to fix is this gives me extreme fps lag when I use it, so i will abstain for now.
More font options like adjusting the glow and such will be coming soon, about the fps lags, thats rather interesting, please pm me with closer information about when it happens, for example, only if post is enabled or all the time and so on. (Also some PC specs if possible)

@All: Thanks for reporting.
Seems i've fixed the lag by updating my graphics driver and net framework, working fine now!~
Topic Starter

fsxd wrote: o5k5c

Seems i've fixed the lag by updating my graphics driver and net framework, working fine now!~
The usual suspects~
I got this message when I lost internet connection tonight. lol it needs to be translated but I can probably guess what it says anyway:

Topic Starter

Oinari-sama wrote: 5a2244

I got this message when I lost internet connection tonight. lol it needs to be translated but I can probably guess what it says anyway:

This is an annoying one, as its not supposed to happen.
Its a message from the component I am using (experimenting with) right now, this should hopefully be fixed within the next version.

(I usually suppress those pop-ups and output them in the log.)

Edit:
I also updated to a new version, this should fix a few things, I'll rework the update process after this version, changes only take place when you manually restart at the moment.

Edit2:
Will add the ability to adjust the glow color on the website later.
Akhlis_old
Awesome project! Awesome Idea!
Avail_old_1

When I open osu!post
Topic Starter

Avail wrote: 732b2x


When I open osu!post
(We discussed this on PM, if there is someone else with that problem:)

This is a problem with an old build of osu!Post, this is fixed already, updating and then restarting osu!Post will take care of it.
After leaving osu!Post on for a long time (12hrs+) yesterday, it was somewhat un-responsive when I tried to turn it off. I finally managed to turn it off by unchecking "Enable post" and "Show preview output" but my sig has been displaying "Online" since last night.

The log mentioned a certain error that "you would love to hear" so I'm posting it lol

Screenshots
The texts are a bit hard to read because the screenshot was taken when the program was busy.

Memory usage just before I killed it:
Topic Starter

Oinari-sama wrote: 5a2244

After leaving osu!Post on for a long time (12hrs+) yesterday, it was somewhat un-responsive when I tried to turn it off. I finally managed to turn it off by unchecking "Enable post" and "Show preview output" but my sig has been displaying "Online" since last night.

The log mentioned a certain error that "you would love to hear" so I'm posting it lol

Screenshots
The texts are a bit hard to read because the screenshot was taken when the program was busy.

Memory usage just before I killed it:
Alright, thanks for posting. I think I know whats causing this, I will start some more long term tests later.

Edit: Should be fixed with the version. I will also add options for text alignment later at some point. (eg. left align, right align or centered between two points, like the name is now.)
Topic Starter
I sneaked in a few options for the custom signatures a while ago and also improved a few things in the background.
Everything should be explained if you hover over the tags under "About the positioning values:"

Some new things are:
  1. Adjust glow colors.
  2. Adjust status output slightly. (Hide your name and only show "[Online]" or "[Offline]".)
  3. Adjust map data ouput slightly. (Actually not really worth mentioning, but you can hide the "Playing:" label.)
  4. "Save & Preview" button. (You can also see your ed picture correctly now.)
The tags for the output adjustments are named full_output right now and can be set to either 1 (on, full output) or 0 (off, slightly altered output).
(I might rename those tags in the future, but this won't cause any problems, so don't worry.)

Access them here by pressing on the "Configure" button in the "Custom signature:" section.
Daniel58[MC]
Tried two minutes ago dont work for me.

[Exception]
Uncaught exception! (EAccessViolation)
Please tell givenameplz, he would love to hear this!
Topic Starter

Daniel58[MC] wrote: 3d3z5u

Tried two minutes ago dont work for me.

[Exception]
Uncaught exception! (EAccessViolation)
Please tell givenameplz, he would love to hear this!
I am already aware of that problem.
This problem will be fixed within the next update, thanks for the report.
(Release within the next days.)
Daniel58[MC]
Ok thanks I will be waiting for it.
Topic Starter
Released a new version containing mostly fixes and performance updates.
As said, this should fix the "exception problem", if its still consistent please drop me a post or a PM.
(I also changed the auto updating to be more efficient.)

Get it here or simply run your osu!Post and restart it after the update.
You might wanna add a version/build number somewhere now
Daniel58[MC]
Working now.
Thanks :)
R-A-I-N
eto... how to change the background?
Topic Starter

R-A-I-N wrote: 2m6y3v

eto... how to change the background?
First go here.
There you can select a template one or create your own from scratch and it with the button below thats saying Configure in the section Custom signature:.
By editing the number values in the input field you can change the output positioning, for more information about the values, hover over the tags above the input field there.

Edit: @Oinari-sama you can already see it in the very first [Info] output, but I will put it somewhere else as well.
R-A-I-N

givenameplz wrote: y6z4t

R-A-I-N wrote: 2m6y3v

eto... how to change the background?
First go here.
There you can select a template one or create your own from scratch and it with the button below thats saying Configure in the section Custom signature:.
By editing the number values in the input field you can change the output positioning, for more information about the values, hover over the tags above the input field there.

Edit: @Oinari-sama you can already see it in the very first [Info] output, but I will put it somewhere else as well.
ow thank you
ps: why you not add ability to start automatical when startup or when i open osu! lel
[Preview]
Failed to show preview image! (EIdSocketError)

Also my banner doesn't update but I guess these issues are connected. What to do?
There is currently a problem for those playing osu full screen. The banner shows your Online/Offline status, but does not show song info. This is related to a fix in the latest osu update:
peppy] Don't set window title when running osu! fullscreen.
I believe that givenameplz is working on a solution at the moment. For time being, those affected can try using borderless instead (which still displays song info through your signature).
Topic Starter
Hello,

as Oinari-sama said, due to the new osu! patch, you are not able to send data when playing in fullscreen. You can use a workaround and play in borderless window mode, simply uncheck fullscreen in your osu! options and choose your desktop resolution.
(Please bear in mind that this might cause different behavior on some machines, performance wise.)

I will write more about this later, when I find the time to do so.
(I am also looking for and working on alternatives.)

However, Stefan's case might be a different problem, if you may, please PM me a screen of your running osu!Post application (and maybe information about your PC).
I will you when I am home.
(Please also make sure that osu!Post is not blocked by any firewalls, but under any circumstances, do not disable the firewall completely. You wouldn't detach your door if you only want to let one of your friends inside.)
Maybe you should make an arcadey style signature. Just sayin.
primrose
I can't seem to get it working :|
Topic Starter

Awoken wrote: 4365l

I can't seem to get it working :|
(Just summarizing the PMs:)

Problem has been solved, simply run the application and let it update, then restart it. Everything should work after that.
Thanks for the report.
I've been using this for awhile, and I all I can say is that I love it.

Just wondering if you ever have plans to add status updates for people that are "Editing" or "Modding" maps as long as it has an ID?

Lanturn is [Online]
Modding:
EBTC - Billow on the Eternal Peak [Hard]

for example.


Regardless, if you can actually do this or not. This is still a wonderful little program. Thanks :3
Topic Starter

Lanturn wrote: 5e1w6j

I've been using this for awhile, and I all I can say is that I love it.

Just wondering if you ever have plans to add status updates for people that are "Editing" or "Modding" maps as long as it has an ID?

Lanturn is [Online]
Modding:
EBTC - Billow on the Eternal Peak [Hard]

for example.


Regardless, if you can actually do this or not. This is still a wonderful little program. Thanks :3
Sorry for the late answer.
I am not able to access this data, I also can't say if there will be the possibility in the future.
But thanks for your , its very much appreciated.

P.S.:
I am reworking a lot of the background stuff happening behind the scenes of osu!Post, in other words the website.
I also added a new template in a "bar" design, the size and style might change in the future, still testing with it.
There are some other designs coming "soon" as well, but for now I am focused on officially removing the "beta" status.
This will happen when I finished the backend rework, in a few weeks or so.
Topic Starter
Greetings,

just a short update.

I've been working quite a lot on osu!Post for the last weeks and think its now ready to move out of "Open Beta".
The website is fully functional, new features will come in over time.
(Website contains a "News" block for changes regarding the website)
The application itself has been reworked aswell to fix most of the performance issues, not many changes in the design of it but other than that the background stuff is all new.
The next thing is to fix up the application documentation again and after that the documentation for the website.
(Stuff like outgoing data and such might be interesting for people that send data to their own servers.)

If there are any issues or requests, feel free to drop a message.

P.S.:
I am still working on a new icon, this one is somewhat a placeholder, I just wanted to stop using the osu! logo for it.
Suggestions welcome.
Am I the only person having trouble customising the signature?

The "Save & Preview" and "Save & Exit" doesn't seem to be working for me. Changes I made just seem to be lost after hitting those buttons.

I've already tried clearing browser cache and cookies but it doesn't help. Just wondering if it's a stand alone case...
Topic Starter
Greetings!

You need to an custom image for that.
Its not intended (and possible) to change the template signatures.

I looked into it, your custom settings are fine, but as said there is no ed image.

P.S.:
I added a few more features to the customization, more to come sometime.
(If there are any other feature request shout them out, they'll be most likely implementet.)
The thing is though, I did a custom image but the buttons "ate" it:


Very weird...

EDIT: Wait... I was derping hard today. Was trying to a JPG all along orz
Is it possible to return an error notification when a a non-PNG in the future?
Topic Starter

Oinari-sama wrote: 5a2244

[...]
EDIT: Wait... I was derping hard today. Was trying to a JPG all along orz
Is it possible to return an error notification when a a non-PNG in the future?
I see, this will be fixed in the future, I plan to remove the "only PNG-restriction" soon anyways.
Thanks for pointing it out.
Awesome, going to use this 4evur
Would it be possible to have mapImage be resizable like Avatar? I'd like to be able to make it smaller than 160x120.

Thanks!
Topic Starter

Ishkiz wrote: 24717

Would it be possible to have mapImage be resizable like Avatar? I'd like to be able to make it smaller than 160x120.

Thanks!
Sure thing, will be done either today or within the next days.
If you have any other requests, just throw them out there.
I also consider, as I said somewhere before, to add custom fonts if there is a demand for it.

Edit:
You can now set the width and height for the mapImage.
Thanks for the quick reply! I'll be sure to let you know if I think of anything else.
Hello.I want to change my template how should i do it???






This message shows up too.

[Exception]<8:34:34 PM>
Uncaught exception! (TTimer => EAccessViolation)
Please tell givenameplz, he would love to hear this!
[Exception]<8:34:34 PM>
Uncaught exception! (TTimer => EAccessViolation)
Please tell givenameplz, he would love to hear this!


This message keeps showing up... PLs reply ASAP.. Thanks..
Topic Starter
Greetings.

I ed you via PM.
Also, please note that you can edit your postings, posting frequently like that is considered spamming.
Oh... I'm so sorry for spamming... I did'nt mean to.. Thanks again for your help! :)




Topic Starter
Glad to help and no problem, atleast now you know.

Compiling the PMs:
.net Framework did the trick again.
this helped me a lot thank you :)
This is awesome =w=
Topic Starter
Greetings.

Short update.
I found some time for fixing the fullscreen problem.
If you want to play in fullscreen, you need to enable the MSN integration inside osu!.
osu!Post will still work without doing this, but if you want to play fullscreen and post your full "Now Playing" information, you need to do this.

Just look inside the Online-Tab of the osu!-Options.

Great!!!!!
Thanks~!

I'm confused on how to customize your own signature?
Topic Starter
Greetings!

First you need to here, if you scroll further down past the templates you'll find a Configure button, inside the Custom signature box.
Go there, after that you can your image and customize it with the values in the textbox below, a little documentation about the values is in the About box, accessible by hovering over them.

givenameplz wrote: y6z4t

Greetings!

First you need to here, if you scroll further down past the templates you'll find a Configure button, inside the Custom signature box.
Go there, after that you can your image and customize it with the values in the textbox below, a little documentation about the values is in the About box, accessible by hovering over them.
omg i wasn't even using a PNG image i feel like an idiot, Thought i was using a PNG. thanks for your help anyway lol
Topic Starter

Nukes32 wrote: 44z4q

[...]
omg i wasn't even using a PNG image i feel like an idiot, Thought i was using a PNG. thanks for your help anyway lol
I want to rework the custom interface soon anyways, to make it more friendly.
Topic Starter

givenameplz wrote: y6z4t

[...]
I want to rework the custom interface soon anyways, to make it more friendly.
Done.

I reworked the config site a little, Custom Signature is now on top and the Customize button will only show if you actually ed an image, the customization has also been improved quite a lot.
If you got any on that, feel free to drop me a message.
I will add the Font Selection feature soonish, same goes for the Rank Display.

(As stated in the main post and on the customization site, things will more likely be added if there is a request/demand for it, so if you need a feature, you know where to drop the message.)
Eizan Arizawa
can you add "kristenITC" font pls :D
Topic Starter

Eizan Arizawa wrote: 4c315k

can you add "kristenITC" font pls :D
Sure thing, already done.

On a side note:
I am also experimenting with a new type of signature, thats quite similar to the in-game s or the ones XPJ38 created.
Its changing its color depending on status, like the one in-game.
black -> Offline
blue -> Online (Idle)
white -> Playing
I might add a similar thing like the Widgets from osu!Rank have, display rank changes and so on.
Thats just a side thing, so I don't know when its going to be finished.
(You can see a sample of it in my signature.)
Idk what to do
Its could be problem of my "cleverest" head.
logs
[Info]<21:50:42>
Build: 20140305
Last : 20140328
: Okaayshka
Maps: 3094
Mapsets: 770
Registry: D:\Program Files (x86)\osu!\osu!.exe
Database: D:\Program Files (x86)\osu!\osu!.db
Config: C:\s\Okaayshka\AppData\Roaming\givenameplz\osu!PostConfig.ini

[Config]<21:50:42>
Loading was successful!
Topic Starter
Greetings!

I am not sure if you still got the problem, as your posts seem to work now.
If you still got trouble, feel free to me via PM.
Keep in mind that you need to enable the osu! MSN integration if you are playing in Fullscreen mode.
But as I can see on the Screenshot this is not the case, so this shouldn't be the problem.

Looks like osu!Post couldn't recognise the running osu! instance, in rare cases if osu!Post is at fault restarting osu!Post helps.
Found a strange phenomenon, not sure how to reproduce it but I'll leave it here for the record:

I usually start up osu!Post, then manually start osu afterwards. Been doing this since early beta and had no problem at all.

Since a few days ago, I noticed these "strage" extra db files appearing in my osu folder:


...and my Collections isn't saving at all. After fiddling around and brainstorming tonight (thanks to Nathanael), I realised that something else is accessing osu!.db and that forces osu produce a dump instead of writing out the normal osu!.db file. I closed osu!Post before starting osu and that fixed the problem. I can have osu!Post running again and manually start osu just like before.

The problem simply went away and I'm unable to reproduce it again. I'll stick to my usual routine and report back if the problem returns.
Topic Starter
Strange, I am not even putting locks on it when reading the .db file.
I can't really reproduce this, but I will investigate if osu!Post is the cause and why.
And for the collections, I am not touching them at all.

I will keep an eye on this, if there are any more reports about this feel free to PM me or drop a post here.
Eizan Arizawa
Hi can you add this Font pls ;)
and how do i know my ID?
Topic Starter

Eizan Arizawa wrote: 4c315k

Hi can you add this Font pls ;)
and how do i know my ID?
Greetings!

Just added it.
Your ID is the same as your osu! ID, to look it up simply "Search" your name on the osu!Post page.
Eizan Arizawa

givenameplz wrote: y6z4t

Eizan Arizawa wrote: 4c315k

Hi can you add this Font pls ;)
and how do i know my ID?
Greetings!

Just added it.
Your ID is the same as your osu! ID, to look it up simply "Search" your name on the osu!Post page.
Thank you :)
How to costumize the signature?
OMG it was really Cool
really nice program ^^
Its a good project and I like it. ;D
  • Suggestions
  1. Add the Visitor font (commonly used on signatures).
  2. Allow s to use separate images at online status (online/offline).

Nathanael wrote: 3h6921

Add the Visitor font (commonly used on signatures).

Eizan Arizawa wrote: 4c315k

Hi can you add this Font pls ;)
and how do i know my ID?
thats done already :P
didn't saw that, lol.
A little suggestion: delete the cache after every hour.
Since a lot of people do long play sessions and they play lots of beatmaps, sometimes the cache of the app becomes very high, and sometimes I see in the task manager that osu!post uses even more RAM than osu! itself.
So, my suggestion is to delete the cache hourly.
Awesome :p
Topic Starter

TheHowl wrote: 425m2n

A little suggestion: delete the cache after every hour.
Since a lot of people do long play sessions and they play lots of beatmaps, sometimes the cache of the app becomes very high, and sometimes I see in the task manager that osu!post uses even more RAM than osu! itself.
So, my suggestion is to delete the cache hourly.
Greetings,

thanks for the report and sorry for the late reply.
The high RAM usage will be fixed with the next update.

Edit @Nathanael:

Nathanael wrote: 3h6921

[...]
Allow s to use separate images at online status (online/offline).
[...]
I will consider this, but I need to rework some other things first. (This is on my list, actually.)
show more
Please sign in to reply.

New reply 3p1g1j