Testing a new feature

Talk about anything
Post Reply
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Testing a new feature

#2049

Post by Superl »

The test is to just drop any video like from youtube without bbcode and it should work


Testing all good you can even go in full screen.

If you want to center it you need to put the bbcode on different line these are the supported site:

Supports 100 media sites: ABC News, Amazon Product, audioBoom, Audiomack, Bandcamp, BBC News, Blip, Break, CBS News Video, CNBC, CNN, CNNMoney, Colbert Nation, CollegeHumor, Comedy Central, Coub, Dailymotion, The Daily Show with Jon Stewart, dumpert, 8tracks, ESPN, ESPN Deportes, Facebook, Flickr, Fox News, Funny or Die, Gamespot, GameTrailers, Getty Images, Gfycat, GitHub Gist (via custom iframe), Global News, GoFundMe, Google+, Google Sheets, Grooveshark, Hudl, Hulu, HumorTV, IGN, IMDb, imgur albums and GIFV, Indiegogo, Instagram, Internet Archive, İzlesene, Kontinental Hockey League (КХЛ), Kickstarter, LiveLeak, Livestream, Mail.Ru, Medium, Metacafe, Mixcloud, MSNBC, National Geographic Channel, National Geographic Video, NHL VideoCenter, NPR, The New York Times Video, Pastebin, Podbean, Prezi, Rdio, Rutube, Scribd, SlideShare, SoundCloud, Sportsnet, Spotify, Straw Poll, Streamable, Team Coco, TED Talks, The Atlantic Video, The Onion, TinyPic videos, TMZ, Trailer Addict, Tumblr, Twitch, Twitter (via custom iframe), Ustream, VBOX7, VEVO, Viagame, Videomega, vidme, Vimeo, Vine, VK, Vocaroo, WorldStarHipHop, The Wall Street Journal Online, XboxClips, Xbox DVR, Yahoo! Screen, Youku, YouTube, Zippyshare audio files.

Code: Select all

using LuJoSoft_Movie_Nfo_Creator_2015.Class;
using System;
using System.Windows.Forms;

namespace LuJoSoft_Movie_Nfo_Creator_2015
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
private static void Main()
{
try
{
var a = System.Reflection.Assembly.GetExecutingAssembly();
var appVersion = a.GetName().Version;
var appVersionString = appVersion.ToString();

if (Properties.Settings.Default.CallUpgrade != appVersion.ToString())
{
Properties.Settings.Default.Upgrade();
Properties.Settings.Default.CallUpgrade = appVersionString;
}
}
catch (Exception ex)
{
ErrorLog.LogErrorToText(ex);
}

Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
try
{
Application.Run(new Form1()) ;
}
catch (Exception ex)
{
ErrorLog.LogErrorToText(ex);
}
}
}
}


Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2077

Post by Superl »

Added new bbcode the first one

Ascii viewer:
Text here
. '. ##, `## `#',.`````..,:;;:.'##',. ###; :## ;## ;;;;;;#######+ +:::;::,,,..,..... ```````` : ######; .+ ;+##+:+ ' + +###,.### # + QMax + .###`##+# # + ````````..+ `#.##### +###########`..........,,,,,,,,,,,:::;;:' :+ ##### +##+#######+#++'++'''''''';;:;:,::::::,:,: '+`##### :+####################################+### ;+',#### `..' ##++''+''';;;;:::::,,,.+##''+, `#:, ## ' : '+. ` ++ ' `` ##. '## ; . .##. ##....``.;+###' : `+##++#. `:::::,,,....`` ; :######### `.' ###########+ `:+#####+' ,############+ `'#+##+###;: ;############, .##+++#### .#############` ### ##' ##############`,+##: #: '############+####'#, #, #############` #;#+ '. ;###########+ ,#+# +` ############ # #. .# ########### ;#;,,:'## ,########### ;###+;` ###########, ###########; ,###########+ '############ +############ #############` #############; .#############+ ################.

[divbox=#color]TEXT[/divbox]
Hello everyone :-bd
[progress]Any number between 1-100[/progress]
[progress]55[/progress]


Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2301

Post by Superl »



Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

slayer213
Analyst
Analyst
Posts: 165
Joined: Thu May 19, 2011 6:20 pm
12

Re: Testing a new feature

#2316

Post by slayer213 »

So here it is... i want to edit the default settings such as resolution, codec, AR, subs, etc.
User avatar

slayer213
Analyst
Analyst
Posts: 165
Joined: Thu May 19, 2011 6:20 pm
12

Re: Testing a new feature

#2323

Post by slayer213 »

No, i want to know why i cant edit the default values.
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2325

Post by Superl »



Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2383

Post by Superl »

use without quote [bullet"]TEXT[/bullet]

Just a test for space and bullet
     • Hello
     • Test is going good
     • Or not
     • And with color and copyright ©
     • «And another one with side quote»


Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2689

Post by Superl »

[blink] I'm blinking[/blink]

crpowell67


Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2691

Post by Superl »



Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
User avatar

Topic author
Superl
Site Admin
Site Admin
Man of action
Man of action
Posts: 1331
Joined: Sat Apr 16, 2011 7:49 am
12
Location: Montreal, Canada
Contact:

Re: Testing a new feature

#2692

Post by Superl »

Trying this new bbcode Google Font font name "Indie Flower"



Come and say hello in here
Any donation will help click here please.

Have a nice day :103:
Post Reply

Return to “General Talk Forum”