freshstuff 4.x - Page 3
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

freshstuff 4.x

Started by plop, 10 May, 2004, 22:09:29

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

koji_nanami

I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji

plop

QuoteOriginally posted by koji_nanami
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji
manual is the easiest and safest, and a damn good feature 2 add.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

DEEP-GOA

QuoteOriginally posted by plop
QuoteOriginally posted by koji_nanami
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji
manual is the easiest and safest, and a damn good feature 2 add.

plop

ha, really good idea! sometimes the simplest things r hard to discover. zakabooom

http://deep-goa.no-ip.org
Put any term or title on me you want. What I am is what I do. I make things.

plop

QuoteOriginally posted by DEEP-GOA
ha, really good idea! sometimes the simplest things r hard to discover. zakabooom

Quote Einstein
I blew my mind and became a genius.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

Stt

well im havin a prob with frsh stuff 4, i lik added more profils bcoz i run rc10.01 ive added nf and mod thing..but it has a bug lik

Syntax ...top\finished scripts\scripts\freshstuff3.4.0pre1.lua:303: attempt to concatenate global `MsgHelp' (a nil value)


if u want 2 see the whole script check it hr
FreshStuff

jiten

QuoteOriginally posted by Stt
well im havin a prob with frsh stuff 4, i lik added more profils bcoz i run rc10.01 ive added nf and mod thing..but it has a bug lik

Syntax ...top\finished scripts\scripts\freshstuff3.4.0pre1.lua:303: attempt to concatenate global `MsgHelp' (a nil value)


if u want 2 see the whole script check it hr
FreshStuff

Change ur ShowRel(table) function to this:
function ShowRel(table)
	Msg = "\r\n"
	local type,who,when,title
	if table == NewestStuff then
		if Count2 == 0 then
			MsgNew = "\r\n\r\n".." --------- The Latest Releases -------- \r\n\r\n  No releases on the list yet\r\n\r\n --------- The Latest Releases -------- \r\n\r\n"
		else
			for i=1, Count2 do
				if NewestStuff[i] then
					type,who,when,title=NewestStuff[i][1],NewestStuff[i][2],NewestStuff[i][3],NewestStuff[i][4]
					if title then
						Msg = Msg.."  ID: "..i.." -- "..when.." -- "..who.." -- "..type.." -- "..title.."\r\n"
					else
						Msg = Msg..(table.concat(NewestStuff[i])).."\r\n"
					end
				end
			end
		end
		MsgNew = "\r\n\r\n".." --------- The Latest "..MaxNew.." Releases -------- "..Msg.."\r\n --------- The Latest "..MaxNew.."  Releases -------- \r\n\r\n"
	else
		if Count == 0 then
			MsgAll = "\r\n\r\r\n".." --------- All The Releases -------- \r\n\r\n  No releases on the list yet\r\n\r\n --------- All The Releases -------- \r\n\r\n"
		else
			MsgHelp = "  use "..commands.cmd2.."  to see only the selected types"
			for i=1, Count do
				if AllStuff[i] then
					type,who,when,title=AllStuff[i][1],AllStuff[i][2],AllStuff[i][3],AllStuff[i][4]
					if title then
						Msg = Msg.."  ID: "..i.." -- "..when.." -- "..who.." -- "..type.." -- "..title.."\r\n"
					else
						Msg = Msg..(table.concat(AllStuff[i])).."\r\n"
					end
				end
			end
		MsgAll = "\r\n\r\r\n".." --------- All The Releases -------- "..Msg.."\r\n --------- All The Releases -------- \r\n"..MsgHelp.."\r\n"
		end
	end
end


Cheers

bastya_elvtars

#56
QuoteOriginally posted by koji_nanami
I've come up with another feature request (if it's possible in some way).

Could be possible to add for each new item added to the release list the TTH value in automatic way? If no I'll be sure a TTH field could be added to be filled by hand =)

koji

Magnet URL as a better idea? I will include this in 3.x series as soon as i fix that annoying bug...  X(

-- // edit

Would be a bit weird for multi-file releases like albums, has only sense for ISOs/one-cd movies/one-track mixes. I will make it optional.
Everything could have been anything else and it would have just as much meaning.

Stt

Well I need a mod to this version of freestuff like...when i add a file to a specific caategory eg. albums linkin park - meteora...it passes like a bulletin..in the main where i could costumize a timer for each category..if its possible plz do it..holla

TiGa

Hey plop, Great scripting ;)
but im gettin errors with this new version of freshstuff 4.1

Syntax D:\Hub\scripts\aaafreshstuff43.lua:1122: attempt to call global `readfrom' (a nil value)

im using ptokax build 17.02 along with robocop 10.01

and i was wondering if you could MAKE it simple so that it only shows a list of Albums, Movies, Singles  ( +albums/+movies/+singles)
and +addsinge.... +delsingle... etc for simple use..!!!

thx. :)
I\'m sicker than sperm cells with syphillis germs,
and I\'m hotter than my shit is, when I piss and it burns

jiten

QuoteOriginally posted by TiGa
Hey plop, Great scripting ;)
but im gettin errors with this new version of freshstuff 4.1

Syntax D:\Hub\scripts\aaafreshstuff43.lua:1122: attempt to call global `readfrom' (a nil value)

im using ptokax build 17.02 along with robocop 10.01

and i was wondering if you could MAKE it simple so that it only shows a list of Albums, Movies, Singles  ( +albums/+movies/+singles)
and +addsinge.... +delsingle... etc for simple use..!!!

thx. :)
Well, u can get the Lua 5 version of FreshStuff in the Lua 5 Finished Scripts Section. There's a thread for it.

Cheers

Dessamator

QuoteOriginally posted by TiGa
Hey plop, Great scripting ;)
but im gettin errors with this new version of freshstuff 4.1

Syntax D:\Hub\scripts\aaafreshstuff43.lua:1122: attempt to call global `readfrom' (a nil value)

im using ptokax build 17.02 along with robocop 10.01

and i was wondering if you could MAKE it simple so that it only shows a list of Albums, Movies, Singles  ( +albums/+movies/+singles)
and +addsinge.... +delsingle... etc for simple use..!!!

thx. :)

the script is in probably in lua4, u need to convert it too lua5, so that it works in newer ptokax releases,
Ignorance is Bliss.

plop

QuoteOriginally posted by Dessamator the script is in probably in lua4, u need to convert it too lua5, so that it works in newer ptokax releases,
you can be sure of that.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

TiGa

Oke well im not really a pro at scripting in lua. all i did this far is edit the Pre made ones to my comfort,
i have no idea how to convert lua 4 to lua 5.

so could someone do it for me/us! ?
thx,
tIgA
I\'m sicker than sperm cells with syphillis germs,
and I\'m hotter than my shit is, when I piss and it burns

jiten

QuoteOriginally posted by TiGa
Oke well im not really a pro at scripting in lua. all i did this far is edit the Pre made ones to my comfort,
i have no idea how to convert lua 4 to lua 5.

so could someone do it for me/us! ?
thx,
tIgA
You can find Lua 5 versions of FreshStuff in the Lua 5 Finished Scripts Sections.

Cheers

SMF spam blocked by CleanTalk