SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2011-12-12 19:40:07

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Crunchbang Rockbox Theme

for anyone running the Rockbox alternative firmware on their ipod nano, i've made a #! theme for it.
you can get it here: http://roald.exul.nl/media/crunchbang_r … eme.tar.gz

i have adapted the graphics of the AAAudio theme and that's it. i think this only works on the ipod nano 1&2G but not 100% sure. here's the link to the original file: http://themes.rockbox.org/index.php?the … ipodnano1g

edit: some very crappy screenshots for sunfizz.

MAIN MENU:

p20111214-220623.jpg

PLAYING:

p20111214-220645.jpg


if you're using this, just put a reply here and that's all i want for it.

Last edited by rhowaldt (2011-12-14 21:16:01)

Offline

Help fund CrunchBang, donate to the project!

#2 2011-12-12 21:01:58

kowloonboy
#! Junkie
Registered: 2011-10-13
Posts: 443

Re: Crunchbang Rockbox Theme

@rhowaldt: Thanks I didn't even know anything about Rockbox, if it wasn't for you. Now I am going to update my ipod nano's firmware. smile

Last edited by kowloonboy (2011-12-12 21:03:02)


"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee

Offline

#3 2011-12-12 21:07:11

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

^ ah yes, a by-product of this big_smile

i love Rockbox, i found out about it when trying to get my ipod to work properly in Linux. now i don't have to use GTKpod and stuff like that, i can just use Rockbox and it makes my ipod a USB-drive where you can just copy music. this even allows me to copy stuff to my ipod that i'm playing in moc, through a simple keypress. love it.

Offline

#4 2011-12-13 00:22:27

sunfizz98
Carbonated Orange Juice
From: su terminal
Registered: 2011-05-12
Posts: 1,873
Website

Re: Crunchbang Rockbox Theme

Nice, I will have to test this out on my nano 1g.  Btw, do you have any screenshots of it in action?


WP | G+ | Bear no grudges for they tax the mind and body.

Offline

#5 2011-12-13 09:51:51

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

^ hmmm, need to figure out how i make a screenshot then...

Offline

#6 2011-12-13 12:52:58

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 9,021

Re: Crunchbang Rockbox Theme

rhowaldt wrote:

allows me to copy stuff to my ipod that i'm playing in moc, through a simple keypress. love it.

I accidentally killed my Rockbox'd Fuze...literally...like the way Buffy killed her Gigapet. sad  Once I find a replacemet media player to Rockbox, I'll need to know how to do this.


while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.

Offline

#7 2011-12-13 13:02:31

Erinsfan
#! CrunchBanger
From: At a terminal
Registered: 2011-01-28
Posts: 148

Re: Crunchbang Rockbox Theme

Would love if Rockbox fixed the Olympus M:Robe 500 firmware.


Enjoying a good !#

Offline

#8 2011-12-13 14:02:51

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

@pvsage: let me know when you're ready and i'll tell you how. it is simple as hell. smile

Offline

#9 2011-12-13 14:36:45

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 9,021

Re: Crunchbang Rockbox Theme

^ May be a while...I'm getting by with a perfectly acceptable Walkman media player...AFAIK completely non-Rockboxable, but shows up as a regular USB mass storage device.

...unless the "trick" works with *any* USB mass storage device, and not just Rockboxed media players...?


while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.

Offline

#10 2011-12-13 15:33:23

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

^ it works with any device or directory or whatever. ok wait i'll look it up.
...

# Executing external commands (1 - 10) invoked with key commands (F1 - F10 by
# default).
# Some arguments are substituted befor executing:
# %f - file path
# %i - title made from tags
#
# Data from tags:
# %t - title
# %a - album
# %r - artist
# %n - track
# %m - time of the file (in seconds)
#
# Parameters above applys to the currently selected file. If you change them to
# capital letters, they are taken from the currently played file.
#
# Programms are run using execv(), not a shell, so you can't do things like
# redirecting the output to a file. The command string is split using blank
# characters as separators, the first element is the command to be executed
# and the rest are parameters, so if you use "echo Playing: %i" we run program
# echo (from $PATH) with 2 parameters: 'Playing:' string and the title. Even
# if the title contains spaces it's still one parameter and it's safe if it
# contains `rm -rf /`.
#
# Examples:
# ExecCommand1        = "cp %f /mnt/usb_drive"
# ExecCommand2        = "/home/joe/now_playing %i"

that explains everything. personally i have it like this:
ExecCommand1 = "cp %f /media/ipod"
ExecCommand2 = "cp %F /media/ipod"

the 1st command, invoked with F1, copies the currently selected file to /media/ipod. the 2nd command, invoked with F2, copies the currently playing file to /media/ipod.

i'm reposting this in the Moc themes/scripts as well, because that is where it really belongs.

Offline

#11 2011-12-13 21:54:03

sunfizz98
Carbonated Orange Juice
From: su terminal
Registered: 2011-05-12
Posts: 1,873
Website

Re: Crunchbang Rockbox Theme

@rhowaldt
A simple camera picture shot of the theme would suffice smile


WP | G+ | Bear no grudges for they tax the mind and body.

Offline

#12 2011-12-14 09:15:08

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

^ yeah i figured that was the only way. i'll try to make some today.

Offline

#13 2011-12-14 21:16:44

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

SUNFIZZ! two very crappy screenshots added to my first post.

Offline

#14 2011-12-14 22:54:01

sunfizz98
Carbonated Orange Juice
From: su terminal
Registered: 2011-05-12
Posts: 1,873
Website

Re: Crunchbang Rockbox Theme

Fabulous...It looks like a minor change to the original rockbox theme, but it looks nice smile


WP | G+ | Bear no grudges for they tax the mind and body.

Offline

#15 2011-12-15 09:55:47

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: Crunchbang Rockbox Theme

it is a minor change indeed. it is an adaptation of the AAAudio theme. i removed the text 'rockbox' and replaced with 'crunchbang' in the main menu, and in the now-playing i removed text 'rockbox' and replaced with '#!', and made the progress-bar lightgrey to add to the overall black-white #! minimalism. that is all i did!

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo